Code Monkey home page Code Monkey logo

glove80-keymaps's People

Contributors

darricheng avatar javierortegap avatar nullthetical avatar sunaku avatar viduranga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

glove80-keymaps's Issues

More modifiers

Relocated from sunaku/engrammer#5:

Hi @sunaku,

I've been working on my Engrammer layout for my Moergo and thought collaboration might be interesting.

One feature I've become dependent on is the use of Super and Hyper modifiers that I locate above my home row.

I see you have a one and two version of the ring finger keys, but there's nothing on the stronger index and middle fingers, where I've put hyper and super, respectively.

I've started work on extending the template you use to generate the DTSI file to support additional modifiers above the home row, but this left me wondering the following:

Will some people want modifiers accessible to their pinkies?
I most certainly do not. Emacs Pinky is a thing and motivated me to move towards home row mods, etc.

Will some people want modifiers under their home row?
I've only used the spots above my middle and index fingers on each hand, so maybe YAGNI should apply.

As this isn't something one can change from the JSON keymap alone, getting it right the first time and sharing might be best.

I'd love to hear your thoughts!

Build error when changing the default value of the DIFFICULTY_LEVEL property.

Build error when changing the DIFFICULTY_LEVEL property.

When I change the DIFFICULTY_LEVEL other than 0 the build fails.

To repreduce:

  • Clone to edit Glorious Engrammer v36
  • Change DIFFICULTY_LEVEL other than the default value of 0
  • Build firmware

Error log:

devicetree error: 
/tmp/build/build.keymap:1867 (column 49): 
parse error: expected number or parenthesized expression

Full compile log:
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /nix/store/08q7fx9jd9r1wgsxc3vjdks9f9v4lwrz-source/app
-- CMake version: 3.27.8
-- Found Python3: /nix/store/qrrwy165fvfdxcp6yn01yjbi7fsn3zmf-python3-3.11.6-env/bin/python (found suitable version "3.11.6", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /tmp/.cache
-- Zephyr version: 3.5.0 (/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr), build: 2fad527cc5abed5bb59b4d4a4b0ee511d0e514e9
-- Using keymap file: /tmp/build/build.keymap
-- Board: glove80_lh
-- Found toolchain: gnuarmemb (/nix/store/rfmw7rw1l85rvav1fymij2253w7vz070-ccache-links)
-- Found Dtc: /nix/store/vrigkjb8pzdc01ggppbfyh6mcnnv2lzw-dtc-1.7.0/bin/dtc (found suitable version "1.7.0", minimum required is "1.4.6") 
-- Found BOARD.dts: /nix/store/08q7fx9jd9r1wgsxc3vjdks9f9v4lwrz-source/app/boards/arm/glove80/glove80_lh.dts
-- Found devicetree overlay: /tmp/build/build.keymap
In file included from <command-line>:
/tmp/build/build.keymap:319: warning: "DIFFICULTY_LEVEL" redefined
  319 | #define DIFFICULTY_LEVEL 5 // expert (100ms)
      | 
/tmp/build/build.keymap:314: note: this is the location of the previous definition
  314 | #define DIFFICULTY_LEVEL 0 // custom (see defaults below)
      | 
devicetree error: /tmp/build/build.keymap:1867 (column 49): parse error: expected number or parenthesized expression

// ...

Select word and line doesn't work on macos

In v32, the select word macro selects the entire line, while the select line macro selects the current line and everything below.

I'm still very new to the layout and the whole ZMK customisation, so I could use some advice on how to edit and test the macro.

German upper umlaut not working

Hi

on windows, for the world layer, the diaeresis symbol are not completely working.

a, e, i, o, u
in lower case, all working
in upper case only Ï, Ë are working. Ä, Ö, Ü are not generating output for me.

Is this a bug in the keymap or something wrong in my setup?

Frank

Feature Request: Switch OS on the fly

First of all, thanks for the time and effort you put into designing and maintaining this layout!

My feature request is this: The ability to change the OS configuration at runtime, potentially via some magic key, like how the base typing layer can be changed. I am often switching between Windows and Mac with my glove80, and right now I can only configure one OS to work with reliant keys, especially within the cursor layer. Most of the cursor layer's keys (cut/select word/etc) only work for the OS the layout was configured with. It would be awesome to be able to use the same cursor layer hot keys on both OS's by being able to toggle at runtime.

Thanks again for your work on this layout!

Cursor Layer - space and enter?

The cursor layer helps to use one half plus mouse, but the lack of enter and space on it in general, and specifically on the left hand feels like an oversight

also I'm unsure on how to use the thumb alt tab and such keys, since the thumb is already at the layer button normally, and even when locking, to progress in alt tab you need to use the tab key which is also a thumb key.

Build error

The new v35 keycap gives a build error when disabling ENFORCE_BILATERAL (with qwerty layer first).
I'm unsure why since the definition referred to in the error is nicely captured in an #ifdef ENFORCE_BILATERAL.

In detail, after commenting out the line:

// #define ENFORCE_BILATERAL // cancels single-handed home row mod+tap

The message in question is:

devicetree error: /keymap/layer_LeftPinky: undefined node label 'left_pinky_tap'

Full compile log:
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /nix/store/08q7fx9jd9r1wgsxc3vjdks9f9v4lwrz-source/app
-- CMake version: 3.27.8
-- Found Python3: /nix/store/qrrwy165fvfdxcp6yn01yjbi7fsn3zmf-python3-3.11.6-env/bin/python (found suitable version "3.11.6", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /tmp/.cache
-- Zephyr version: 3.5.0 (/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr), build: 2fad527cc5abed5bb59b4d4a4b0ee511d0e514e9
-- Using keymap file: /tmp/build/build.keymap
-- Board: glove80_lh
-- Found toolchain: gnuarmemb (/nix/store/rfmw7rw1l85rvav1fymij2253w7vz070-ccache-links)
-- Found Dtc: /nix/store/vrigkjb8pzdc01ggppbfyh6mcnnv2lzw-dtc-1.7.0/bin/dtc (found suitable version "1.7.0", minimum required is "1.4.6")
-- Found BOARD.dts: /nix/store/08q7fx9jd9r1wgsxc3vjdks9f9v4lwrz-source/app/boards/arm/glove80/glove80_lh.dts
-- Found devicetree overlay: /tmp/build/build.keymap
devicetree error: /keymap/layer_LeftPinky: undefined node label 'left_pinky_tap'
-- In: /tmp/build/zephyr, command: /nix/store/qrrwy165fvfdxcp6yn01yjbi7fsn3zmf-python3-3.11.6-env/bin/python;/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr/scripts/dts/gen_defines.py;--dts;/tmp/build/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/nix/store/08q7fx9jd9r1wgsxc3vjdks9f9v4lwrz-source/app/module/dts/bindings;/nix/store/08q7fx9jd9r1wgsxc3vjdks9f9v4lwrz-source/app/dts/bindings;/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr/dts/bindings;--header-out;/tmp/build/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/tmp/build/zephyr/zephyr.dts.new;--edt-pickle-out;/tmp/build/zephyr/edt.pickle;--vendor-prefixes;/nix/store/08q7fx9jd9r1wgsxc3vjdks9f9v4lwrz-source/app/dts/bindings/vendor-prefixes.txt;--vendor-prefixes;/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at /nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr/cmake/modules/dts.cmake:279 (message):
gen_defines.py failed with return code: 1
Call Stack (most recent call first):
/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
/nix/store/6p8b3xwjz1w7vijrcysij2f17fn73492-zephyr/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
CMakeLists.txt:8 (find_package)

-- Configuring incomplete, errors occurred!

Custom international keys

Hi,

Can you please explain how to include Ñ in any layer while on en-US? Would like it on right pinky for magic layer and can't get it to work.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.