Keymap: Wanleg updates (#3794)

* various edits and minor additions

* updates

* updates

* updates

* lets_split LEDs off instructions

* lets_split LEDs off instructions

* turn off lets_split LEDs in userspace

* one-hand setup for right side
This commit is contained in:
wanleg 2018-08-30 09:34:14 -07:00 committed by Drashna Jaelre
parent 2b707f3470
commit 2fcfd5cff7
14 changed files with 132 additions and 11 deletions

View file

@ -12,4 +12,11 @@
#define EE_HANDS
#endif
// set top left key as bootloader mode escape key on 4x4 48key layout
#if defined(KEYBOARD_4x4)
#define QMK_LED B0
#define QMK_ESC_OUTPUT C6 // usually COL
#define QMK_ESC_INPUT B2 // usually ROW
#endif
#endif