Skip to content

Commit

Permalink
Fix KD config
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar authored and github-actions[bot] committed Nov 24, 2023
1 parent 5f817cf commit 65ffb3b
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 121 deletions.
38 changes: 19 additions & 19 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# configuration for https://github.com/caksoylar/keymap-drawer
parse_config:
raw_binding_map:
'&reset': Reset
'&sys_reset': Reset
'&bootloader': Boot
'&swapper': Win Next
'&caps_word': Caps Wrd
'&inv_qm': ¿

'&kp LC(LG(LEFT))': Desk Left
'&kp LC(LG(RIGHT))': Desk Right
'&kp LC(TAB)': Tab Right
'&kp LC(LS(TAB))': Tab Left
'&kp LA(F4)': Win Close
'&kp LC(F4)': Tab Close
'&kp LS(TAB)': Win Prev
'&kp LS(INS)': Paste

'&out OUT_USB': Out USB
'&out OUT_BLE': Out BLE

Expand All @@ -17,15 +25,15 @@ parse_config:
'&bt BT_SEL 3': BT 4
'&bt BT_SEL 4': BT 5

'&mmv M_UP': M↑
'&mmv M_DOWN': M↓
'&mmv M_LEFT': M←
'&mmv M_RIGHT': M→
'&mmv MOVE_UP': M↑
'&mmv MOVE_DOWN': M↓
'&mmv MOVE_LEFT': M←
'&mmv MOVE_RIGHT': M→

'&mwh S_UP': MW↑
'&mwh S_DOWN': MW↓
'&mwh S_LEFT': MW←
'&mwh S_RIGHT': MW→
'&msc SCRL_UP': MW↑
'&msc SCRL_DOWN': MW↓
'&msc SCRL_LEFT': MW←
'&msc SCRL_RIGHT': MW→

'&mkp LCLK': Left Click
'&mkp RCLK': Right Click
Expand All @@ -42,18 +50,10 @@ parse_config:

zmk_keycode_map:
# custom mappings
LC(LG(LEFT)): Desk Left
LC(LG(RIGHT)): Desk Right
LC(TAB): Tab Right
LC(LS(TAB)): Tab Left
LA(F4): Win Close
LC(F4): Tab Close
C_VOL_UP: Vol Up
C_VOL_DN: Vol Down
C_AL_CALC: Calc
C_PP: Play Pause
LS(TAB): Win Prev
LS(INS): Paste

LCTRL: Ctrl
RCTRL: Ctrl
Expand Down Expand Up @@ -91,8 +91,8 @@ parse_config:
# defaults
AMPERSAND: '&'
AMPS: '&'
APOS: .
APOSTROPHE: <
APOS: "'"
APOSTROPHE: "'"
ASTERISK: '*'
ASTRK: '*'
AT: '@'
Expand Down
55 changes: 22 additions & 33 deletions keymap-drawer/corneish_zen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 48 additions & 12 deletions keymap-drawer/corneish_zen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,43 @@ layers:
- {t: ⌫, h: SYM}
- {t: ⏎, h: Shift}
- {t: ⌦, h: Alt}
GME: [↹, Q, W, E, R, Y, U, I, O, P, Esc, A, S, D, F, H, J, K, L, GME, Shift, Z, X, C, V, N, M, ',', ., /, Ctrl, Alt, ␣, NAV, ⏎, GME]
GME:
-
- Q
- W
- E
- R
- Y
- U
- I
- O
- P
- Esc
- A
- S
- D
- F
- H
- J
- K
- L
- {t: GME, h: toggle}
- Shift
- Z
- X
- C
- V
- N
- M
- ','
- .
- /
- Ctrl
- Alt
-
- NAV
-
- {t: GME, h: toggle}
SYM:
- '!'
- '@'
Expand Down Expand Up @@ -157,9 +193,9 @@ layers:
- F5
- Out USB
- Out BLE
- DEF
- BRD
- GME
- {t: DEF, h: toggle}
- {t: BRD, h: toggle}
- {t: GME, h: toggle}
- F6
- F7
- F8
Expand Down Expand Up @@ -192,20 +228,20 @@ layers:
- ''
- ''
- ''
- '&msc SCRL_LEFT'
- '&msc SCRL_DOWN'
- '&mmv MOVE_UP'
- '&msc SCRL_UP'
- '&msc SCRL_RIGHT'
- MW←
- MW↓
- M↑
- MW↑
- MW→
- Ctrl
- Gui
- Alt
- Shift
- ''
- ''
- '&mmv MOVE_LEFT'
- '&mmv MOVE_DOWN'
- '&mmv MOVE_RIGHT'
- M←
- M↓
- M→
- ''
- ''
- ''
Expand Down
Loading

0 comments on commit 65ffb3b

Please sign in to comment.