diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-11 03:47:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-11 03:47:11 +0000 |
commit | d0a3fc3067980e8beebc4a3ec59624e23a5bf99f (patch) | |
tree | 959c7c010937b3034ed7bf807c70cf265c12b7d2 /keyboards/a_dux/rules.mk | |
parent | 9b975065d9203a445bb9109e706271e0a3ef9232 (diff) | |
parent | 5d7efc71837f1e345bdd299991da04137289bb19 (diff) | |
download | qmk_firmware-d0a3fc3067980e8beebc4a3ec59624e23a5bf99f.tar.gz qmk_firmware-d0a3fc3067980e8beebc4a3ec59624e23a5bf99f.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/a_dux/rules.mk')
-rw-r--r-- | keyboards/a_dux/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/a_dux/rules.mk b/keyboards/a_dux/rules.mk index d7671a17b3..c3712c647a 100644 --- a/keyboards/a_dux/rules.mk +++ b/keyboards/a_dux/rules.mk @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +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 |