summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/wanleg/config.h
diff options
context:
space:
mode:
authorwanleg <32079073+wanleg@users.noreply.github.com>2018-08-30 18:34:14 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-30 18:34:14 +0200
commit2fcfd5cff7089338385c40a630315939a7a9ebbc (patch)
tree11e549f05d6141bc40ede234b319ec6edb54be4b /layouts/community/ortho_4x12/wanleg/config.h
parent2b707f3470afd10f2db9db17d096dda836535444 (diff)
downloadqmk_firmware-2fcfd5cff7089338385c40a630315939a7a9ebbc.tar.gz
qmk_firmware-2fcfd5cff7089338385c40a630315939a7a9ebbc.tar.xz
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
Diffstat (limited to 'layouts/community/ortho_4x12/wanleg/config.h')
-rw-r--r--layouts/community/ortho_4x12/wanleg/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/wanleg/config.h b/layouts/community/ortho_4x12/wanleg/config.h
index 2c6fcc75f..0d2cc591e 100644
--- a/layouts/community/ortho_4x12/wanleg/config.h
+++ b/layouts/community/ortho_4x12/wanleg/config.h
@@ -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