Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LAYOUTS entry to rules.mk #15900

Merged
merged 2 commits into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions keyboards/a_dux/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ 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
AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes # Use shared split_common code
filterpaper marked this conversation as resolved.
Show resolved Hide resolved
LAYOUTS = split_3x5_2
2 changes: 2 additions & 0 deletions keyboards/cradio/cradio.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@
{ R16, R17, ___, ___, ___ } \
}

#define LAYOUT LAYOUT_split_3x5_2

1 change: 1 addition & 0 deletions keyboards/cradio/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 0 deletions keyboards/ferris/0_1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ LTO_ENABLE = yes

SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c

LAYOUTS = split_3x5_2
2 changes: 2 additions & 0 deletions keyboards/ferris/0_2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ LTO_ENABLE = no

SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c

LAYOUTS = split_3x5_2
1 change: 1 addition & 0 deletions keyboards/ferris/sweep/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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