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