Skip to content

Commit

Permalink
Add key lock
Browse files Browse the repository at this point in the history
  • Loading branch information
zored authored Jan 5, 2020
1 parent 2f2d5ef commit 2ee9df5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ keyboards:
left-thumb:
- [~, ~]
- [~]
- [~, ~, ~]
- [~, ~, keyLock]
right:
- [~, ~, ~, ~, ~, ~, ~]
- [~, ~, ~, ~, ~, ~, ~]
Expand Down Expand Up @@ -195,7 +195,7 @@ keyboards:
COMMAND_ENABLE: 'no'
EXTRAKEY_ENABLE: 'yes'
NKRO_ENABLE: 'yes'
KEY_LOCK_ENABLE: 'no'
KEY_LOCK_ENABLE: 'yes'
LEADER_ENABLE: 'yes'
LINK_TIME_OPTIMIZATION_ENABLE: 'yes'
RGBLIGHT_ENABLE: 'no'
Expand Down Expand Up @@ -260,7 +260,7 @@ keyboards:
- [~, ~, ~, ~, ~, ~, ~, ~, ~, up, ~, ~]
- [tab, ~, ~, ~, ~, ~, ~, ~, left, down, right, ~]
- [lShift, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~]
- [lCtrl, lAlt, lgui, ~, ~, ~, ~, ~, rgui, rAlt, rCtrl, ~]
- [lCtrl, lAlt, lgui, keyLock, ~, ~, ~, ~, rgui, rAlt, rCtrl, ~]
# steno:
# lights: [2]
# keys:
Expand Down Expand Up @@ -408,6 +408,7 @@ map:
brightnessUp: BRIU
down: DOWN
enter: ENT
keyLock: LOCK
enterBootloader: ZKC_BTL
left: LEFT
leader: LEAD
Expand Down

0 comments on commit 2ee9df5

Please sign in to comment.