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/a_dux | |
parent | d02be63000a4f5efe728f36608c33bcdaee08330 (diff) |
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/a_dux')
-rw-r--r-- | keyboards/a_dux/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/a_dux/rules.mk b/keyboards/a_dux/rules.mk index 95847adba1..f4f3aaf382 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 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 |