diff options
author | QMK Bot <hello@qmk.fm> | 2023-04-07 04:28:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-04-07 04:28:28 +0000 |
commit | b84b62c9679ea2180067f083fd71b398f0e7c334 (patch) | |
tree | 6c498c8cbc2d1bbcaff21afefa6ca286881bf0a4 /keyboards/a_dux/rules.mk | |
parent | 6334805da3720d3ac7e8ffa76062e7c6037656c5 (diff) | |
parent | 4ba3fdfad2bd52e2807d18606db1c12192304fd5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/a_dux/rules.mk')
-rw-r--r-- | keyboards/a_dux/rules.mk | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/keyboards/a_dux/rules.mk b/keyboards/a_dux/rules.mk index 935483d839..6e7633bfe0 100644 --- a/keyboards/a_dux/rules.mk +++ b/keyboards/a_dux/rules.mk @@ -1,14 +1 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -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 -SPLIT_KEYBOARD = yes # Use shared split_common code +# This file intentionally left blank |