Adjusted wrapper for KLOR
- added dedicated encoder presses to 3x5x3 wrapper. Can now define the outside thumb keys separate from the encoder clicks - Changed BCK_TAB to REV_TAB for clarity - Put left and right on the NAV layer encoder for select and nav word - Added Scroll to Top keyboard bind for encoder clicks
This commit is contained in:
parent
f389205853
commit
4f953048c6
8 changed files with 66 additions and 55 deletions
|
|
@ -3,12 +3,13 @@
|
|||
#define LAYOUT_planck_wrapper(...) LAYOUT_ortho_4x12(__VA_ARGS__)
|
||||
|
||||
#define LAYOUT_3x5_keymap( \
|
||||
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \
|
||||
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \
|
||||
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, \
|
||||
k32, k33, k34, k35, k36, k37 \
|
||||
) \
|
||||
LAYOUT_planck_wrapper ( \
|
||||
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \
|
||||
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \
|
||||
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, \
|
||||
k32, k33, k34, k35, k36, k37, \
|
||||
e01, e02 \
|
||||
) \
|
||||
LAYOUT_planck_wrapper ( \
|
||||
k00, k01, k02, k03, k04, KC_NO, KC_NO, k05, k06, k07, k08, k09, \
|
||||
k10, k11, k12, k13, k14, KC_NO, KC_NO, k15, k16, k17, k18, k19, \
|
||||
k20, k21, k22, k23, k24, KC_NO, KC_NO, k25, k26, k27, k28, k29, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue