Browse Source

Add LAYOUTS entry to rules.mk (#15900)

* Add layouts to rules.mk

* Remove excess settings.

Co-authored-by: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
pull/15917/head
Albert Y 2 years ago
committed by GitHub
parent
commit
b8951a0458
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 2 deletions
  1. +3
    -2
      keyboards/a_dux/rules.mk
  2. +2
    -0
      keyboards/cradio/cradio.h
  3. +1
    -0
      keyboards/cradio/rules.mk
  4. +2
    -0
      keyboards/ferris/0_1/rules.mk
  5. +2
    -0
      keyboards/ferris/0_2/rules.mk
  6. +1
    -0
      keyboards/ferris/sweep/rules.mk

+ 3
- 2
keyboards/a_dux/rules.mk View File

@ -15,6 +15,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = yes # Unicode
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes
SPLIT_KEYBOARD = yes
SPLIT_KEYBOARD = yes # Use shared split_common code
LAYOUTS = split_3x5_2

+ 2
- 0
keyboards/cradio/cradio.h View File

@ -48,3 +48,5 @@
{ R16, R17, ___, ___, ___ } \
}
#define LAYOUT LAYOUT_split_3x5_2

+ 1
- 0
keyboards/cradio/rules.mk View File

@ -18,3 +18,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = yes # Unicode
AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes # Use shared split_common code
LAYOUTS = split_3x5_2

+ 2
- 0
keyboards/ferris/0_1/rules.mk View File

@ -23,3 +23,5 @@ LTO_ENABLE = yes
SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c
LAYOUTS = split_3x5_2

+ 2
- 0
keyboards/ferris/0_2/rules.mk View File

@ -23,3 +23,5 @@ LTO_ENABLE = no
SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c
LAYOUTS = split_3x5_2

+ 1
- 0
keyboards/ferris/sweep/rules.mk View File

@ -18,3 +18,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = yes # Unicode
AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes # Use shared split_common code
LAYOUTS = split_3x5_2

Loading…
Cancel
Save