diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-10-11 11:48:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 20:48:02 -0700 |
commit | 8045ad711a958410c98eea80bf8d3c52fd9b12e1 (patch) | |
tree | 00d771732e7a7f7a3791edd26374f86248d1f6d4 /keyboards/ferris/sweep/rules.mk | |
parent | 5d7efc71837f1e345bdd299991da04137289bb19 (diff) | |
download | qmk_firmware-8045ad711a958410c98eea80bf8d3c52fd9b12e1.tar.gz qmk_firmware-8045ad711a958410c98eea80bf8d3c52fd9b12e1.zip |
[Keyboard] Add bootmagic lite keys to both halve of Sweep (#14732)
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/ferris/sweep/rules.mk')
-rw-r--r-- | keyboards/ferris/sweep/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ferris/sweep/rules.mk b/keyboards/ferris/sweep/rules.mk index aa183cd9eb..2ebda6a6aa 100644 --- a/keyboards/ferris/sweep/rules.mk +++ b/keyboards/ferris/sweep/rules.mk @@ -7,8 +7,8 @@ BOOTLOADER = caterina # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys +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 |