Skip to content

Commit

Permalink
add mac screen lock key
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jun 7, 2024
1 parent 15cd2bb commit 62f88eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ergonaut_one.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@
// ┃ boot ┃ Qwerty ┃ ┃ scrn cp ┃ bri + ┃ vol + ┃ ┃ dongle┃ ┃ USB ┃ ┃ ┃ boot ┃
&bootloader &to L_QRTY ___ GS(N4) &kp C_BRI_UP &kp C_VOL_UP &flash ___ &out OUT_USB ___ ___ &bootloader
// ┣━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━┫ ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫
// ┃ ┃ BT 1 ┃ BT 2 ┃ BT 3 ┃ BT 4 ┃ BT 5 ┃ ┃ Dvorak┃ ┃ ┃ ┃ ┃ ### ┃
___ BT_(0) BT_(1) BT_(2) BT_(3) BT_(4) &to L_DVRK ___ ___ ___ ___ I___I
// ┃ scrn lk ┃ BT 1 ┃ BT 2 ┃ BT 3 ┃ BT 4 ┃ BT 5 ┃ ┃ Dvorak┃ ┃ ┃ ┃ ┃ ### ┃
GC(Q) BT_(0) BT_(1) BT_(2) BT_(3) BT_(4) &to L_DVRK ___ ___ ___ ___ I___I
// ┣━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━┫ ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫
// ┃ ┃ ┃mic mute ┃ Colemak ┃ bri - ┃ vol - ┃ ┃ ┃ ┃ ┃ ┃ ┃ CAPS ┃
___ ___ HYPR(M) &to L_CLMK &kp C_BRI_DN &kp C_VOL_DN ___ ___ ___ ___ ___ &kp CAPS
Expand Down
3 changes: 3 additions & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ parse_config:
'&kp LS(TAB)': Win Prev
'&kp LS(INS)': Paste
'&kp LG(L)': Lock
'&kp LG(LA(LC(LS(M))))': mic mute
'&kp LG(LS(N4))': scrn copy
'&kp LG(LC(Q))': scrn lock

'&out OUT_USB': USB
'&out OUT_BLE': BLE
Expand Down

0 comments on commit 62f88eb

Please sign in to comment.