diff options
Diffstat (limited to 'keyboards/facew')
-rw-r--r-- | keyboards/facew/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/facew/rules.mk b/keyboards/facew/rules.mk index 96f4fd3d71..ff226444b8 100644 --- a/keyboards/facew/rules.mk +++ b/keyboards/facew/rules.mk @@ -4,7 +4,9 @@ MCU = atmega32a # Bootloader selection BOOTLOADER = bootloadhid -# build options +# Build Options +# change yes to no to disable +# BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes |