aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/wanleg/config.h
diff options
context:
space:
mode:
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 f7650ddd3..bcf2756f6 100644
--- a/layouts/community/ortho_4x12/wanleg/config.h
+++ b/layouts/community/ortho_4x12/wanleg/config.h
@@ -20,6 +20,13 @@
20#define EE_HANDS 20#define EE_HANDS
21#endif 21#endif
22 22
23// set top left key as bootloader mode escape key on Nori
24#if defined(KEYBOARD_40percentclub_nori)
25#define QMK_LED B0
26#define QMK_ESC_OUTPUT F4 // usually COL
27#define QMK_ESC_INPUT D3 // usually ROW
28#endif
29
23// set top left key as bootloader mode escape key on 4x4 48key layout 30// set top left key as bootloader mode escape key on 4x4 48key layout
24#if defined(KEYBOARD_40percentclub_4x4) && !defined(PRO_MICRO) 31#if defined(KEYBOARD_40percentclub_4x4) && !defined(PRO_MICRO)
25#define QMK_LED B0 32#define QMK_LED B0