Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update keymap.rb #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions keymap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
RGB_RMOD RGB_HUD RGB_SAD RGB_VAD ALT_AT CTL_EQ LOWER_SPC RAISE_ENT SPC_CTL KC_RGUI RGB_VAI RGB_SAI RGB_HUI RGB_MOD
]
kbd.add_layer :lower, %i[
KC_F1 KC_F2 $C_F3 KC_F4 KC_F5 KC_F6 KC_NO KC_NO KC_F7 KC_F8 KC_F9 KC_F10 KC_F11 KC_F12
KC_ESCAPE KC_1 KC_2 KC_3 KC_4 KC_5 KC_NO KC_NO KC_6 KC_7 KC_8 KC_9 KC_0 KC_MIUNS
KC_F1 KC_F2 KC_F3 KC_F4 KC_F5 KC_F6 KC_NO KC_NO KC_F7 KC_F8 KC_F9 KC_F10 KC_F11 KC_F12
KC_ESCAPE KC_1 KC_2 KC_3 KC_4 KC_5 KC_NO KC_NO KC_6 KC_7 KC_8 KC_9 KC_0 KC_MINUS
KC_TAB KC_F2 KC_F10 KC_F12 KC_LPRN KC_QUOTE KC_NO KC_NO KC_DOT KC_4 KC_5 KC_6 KC_PLUS KC_BSPACE
KC_LSFT KC_RABK KC_RCBR KC_RBRACKET KC_RPRN KC_DQUO KC_NO KC_NO KC_0 KC_1 KC_2 KC_3 KC_SLASH KC_COMMA
RGB_TOG RGB_HUD RGB_SAD RGB_VAD ALT_AT CTL_EQ LOWER_SPC RAISE_ENT SPC_CTL KC_RGUI RGB_VAI RGB_SAI RGB_HUI RGB_TOG
Expand Down