diff options
| author | Albert Y | 2021-10-11 05:46:45 +0200 |
|---|---|---|
| committer | GitHub | 2021-10-11 05:46:45 +0200 |
| commit | 5d7efc71837f1e345bdd299991da04137289bb19 (patch) | |
| tree | 5e34c6d03a5035d3687caeedb2c30a48b36e9f7a /keyboards/a_dux/rules.mk | |
| parent | ef7fa0fe916cddbfa1dfdaba0243026d96b54675 (diff) | |
[Keyboard] Add bootmagic lite keys to both halve of A.dux (#14731)
Co-authored-by: filterpaper <filterpaper@localhost>
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 |