diff options
-rw-r--r-- | keyboards/a_dux/rules.mk | 5 | ||||
-rw-r--r-- | keyboards/cradio/cradio.h | 2 | ||||
-rw-r--r-- | keyboards/cradio/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/ferris/0_1/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/ferris/0_2/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/ferris/sweep/rules.mk | 1 |
6 files changed, 11 insertions, 2 deletions
diff --git a/keyboards/a_dux/rules.mk b/keyboards/a_dux/rules.mk index 95847adba..f4f3aaf38 100644 --- a/keyboards/a_dux/rules.mk +++ b/keyboards/a_dux/rules.mk | |||
@@ -15,6 +15,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration | |||
15 | NKRO_ENABLE = yes # Enable N-Key Rollover | 15 | NKRO_ENABLE = yes # Enable N-Key Rollover |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 17 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
18 | UNICODE_ENABLE = yes # Unicode | ||
18 | AUDIO_ENABLE = no # Audio output | 19 | AUDIO_ENABLE = no # Audio output |
19 | UNICODE_ENABLE = yes | 20 | SPLIT_KEYBOARD = yes # Use shared split_common code |
20 | SPLIT_KEYBOARD = yes | 21 | LAYOUTS = split_3x5_2 |
diff --git a/keyboards/cradio/cradio.h b/keyboards/cradio/cradio.h index 527cc16ad..f013386bf 100644 --- a/keyboards/cradio/cradio.h +++ b/keyboards/cradio/cradio.h | |||
@@ -48,3 +48,5 @@ | |||
48 | { R16, R17, ___, ___, ___ } \ | 48 | { R16, R17, ___, ___, ___ } \ |
49 | } | 49 | } |
50 | 50 | ||
51 | #define LAYOUT LAYOUT_split_3x5_2 | ||
52 | |||
diff --git a/keyboards/cradio/rules.mk b/keyboards/cradio/rules.mk index aa1b1c0b3..1e4940ca7 100644 --- a/keyboards/cradio/rules.mk +++ b/keyboards/cradio/rules.mk | |||
@@ -18,3 +18,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | |||
18 | UNICODE_ENABLE = yes # Unicode | 18 | UNICODE_ENABLE = yes # Unicode |
19 | AUDIO_ENABLE = no # Audio output | 19 | AUDIO_ENABLE = no # Audio output |
20 | SPLIT_KEYBOARD = yes # Use shared split_common code | 20 | SPLIT_KEYBOARD = yes # Use shared split_common code |
21 | LAYOUTS = split_3x5_2 | ||
diff --git a/keyboards/ferris/0_1/rules.mk b/keyboards/ferris/0_1/rules.mk index 86db6e4d1..4b8f1f0c9 100644 --- a/keyboards/ferris/0_1/rules.mk +++ b/keyboards/ferris/0_1/rules.mk | |||
@@ -23,3 +23,5 @@ LTO_ENABLE = yes | |||
23 | 23 | ||
24 | SRC += matrix.c | 24 | SRC += matrix.c |
25 | QUANTUM_LIB_SRC += i2c_master.c | 25 | QUANTUM_LIB_SRC += i2c_master.c |
26 | |||
27 | LAYOUTS = split_3x5_2 | ||
diff --git a/keyboards/ferris/0_2/rules.mk b/keyboards/ferris/0_2/rules.mk index 0c12328ce..2d406f5c1 100644 --- a/keyboards/ferris/0_2/rules.mk +++ b/keyboards/ferris/0_2/rules.mk | |||
@@ -23,3 +23,5 @@ LTO_ENABLE = no | |||
23 | 23 | ||
24 | SRC += matrix.c | 24 | SRC += matrix.c |
25 | QUANTUM_LIB_SRC += i2c_master.c | 25 | QUANTUM_LIB_SRC += i2c_master.c |
26 | |||
27 | LAYOUTS = split_3x5_2 | ||
diff --git a/keyboards/ferris/sweep/rules.mk b/keyboards/ferris/sweep/rules.mk index 939983873..ffc17739f 100644 --- a/keyboards/ferris/sweep/rules.mk +++ b/keyboards/ferris/sweep/rules.mk | |||
@@ -18,3 +18,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | |||
18 | UNICODE_ENABLE = yes # Unicode | 18 | UNICODE_ENABLE = yes # Unicode |
19 | AUDIO_ENABLE = no # Audio output | 19 | AUDIO_ENABLE = no # Audio output |
20 | SPLIT_KEYBOARD = yes # Use shared split_common code | 20 | SPLIT_KEYBOARD = yes # Use shared split_common code |
21 | LAYOUTS = split_3x5_2 | ||