diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-01-17 22:11:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 14:11:58 +0000 |
commit | b8951a0458f34f591299c6d35167a3189be8acb8 (patch) | |
tree | 55446f0f6b11112a3384bfc8a91353059b39e1e6 /keyboards/cradio | |
parent | d02be63000a4f5efe728f36608c33bcdaee08330 (diff) | |
download | qmk_firmware-b8951a0458f34f591299c6d35167a3189be8acb8.tar.gz qmk_firmware-b8951a0458f34f591299c6d35167a3189be8acb8.zip |
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>
Diffstat (limited to 'keyboards/cradio')
-rw-r--r-- | keyboards/cradio/cradio.h | 2 | ||||
-rw-r--r-- | keyboards/cradio/rules.mk | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cradio/cradio.h b/keyboards/cradio/cradio.h index 527cc16ad0..f013386bf8 100644 --- a/keyboards/cradio/cradio.h +++ b/keyboards/cradio/cradio.h @@ -48,3 +48,5 @@ { R16, R17, ___, ___, ___ } \ } +#define LAYOUT LAYOUT_split_3x5_2 + diff --git a/keyboards/cradio/rules.mk b/keyboards/cradio/rules.mk index aa1b1c0b36..1e4940ca7d 100644 --- a/keyboards/cradio/rules.mk +++ b/keyboards/cradio/rules.mk @@ -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 |