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.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/layouts/community/ortho_4x12/wanleg/config.h b/layouts/community/ortho_4x12/wanleg/config.h
index 2b2072db2..f7650ddd3 100644
--- a/layouts/community/ortho_4x12/wanleg/config.h
+++ b/layouts/community/ortho_4x12/wanleg/config.h
@@ -1,5 +1,14 @@
1#pragma once 1#pragma once
2 2
3#if defined(KEYBOARD_jj40)
4#undef BACKLIGHT_BREATHING
5#undef BACKLIGHT_LEVELS
6#undef BREATHING_PERIOD
7#define BACKLIGHT_BREATHING
8#define BACKLIGHT_LEVELS 3
9#define BREATHING_PERIOD 15
10#endif
11
3//QMK DFU settings (ProMicro boards with QMK bootloader) 12//QMK DFU settings (ProMicro boards with QMK bootloader)
4// set top left key as bootloader mode escape key on Lets Split rev2 13// set top left key as bootloader mode escape key on Lets Split rev2
5#if defined(KEYBOARD_lets_split_rev2) 14#if defined(KEYBOARD_lets_split_rev2)
@@ -12,7 +21,7 @@
12#endif 21#endif
13 22
14// set top left key as bootloader mode escape key on 4x4 48key layout 23// set top left key as bootloader mode escape key on 4x4 48key layout
15#if defined(KEYBOARD_4x4) && !defined(PRO_MICRO) 24#if defined(KEYBOARD_40percentclub_4x4) && !defined(PRO_MICRO)
16#define QMK_LED B0 25#define QMK_LED B0
17#define QMK_ESC_OUTPUT C6 // usually COL 26#define QMK_ESC_OUTPUT C6 // usually COL
18#define QMK_ESC_INPUT B2 // usually ROW 27#define QMK_ESC_INPUT B2 // usually ROW
@@ -20,7 +29,7 @@
20 29
21// use alternate settings for 4x4 board using ProMicro instead of Micro 30// use alternate settings for 4x4 board using ProMicro instead of Micro
22// usage: make 4x4:wanleg PM=yes 31// usage: make 4x4:wanleg PM=yes
23#if defined(KEYBOARD_4x4) && defined(PRO_MICRO) 32#if defined(KEYBOARD_40percentclub_4x4) && defined(PRO_MICRO)
24#define QMK_ESC_OUTPUT F4 // usually COL 33#define QMK_ESC_OUTPUT F4 // usually COL
25#define QMK_ESC_INPUT D1 // usually ROW 34#define QMK_ESC_INPUT D1 // usually ROW
26#define QMK_LED B0 35#define QMK_LED B0