diff options
author | jack <0x6A73@pm.me> | 2023-02-17 01:17:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 19:17:35 +1100 |
commit | a0708b2a782c36db2e08380f491d21bfcbd26a1e (patch) | |
tree | 041d6606f3185361246ac26c0e980160d4f81a85 /keyboards/for_science/rules.mk | |
parent | 92f85ce929e7129fdc946edaee8868e1d92bfa7b (diff) |
Fixup for_science (#19867)
Diffstat (limited to 'keyboards/for_science/rules.mk')
-rw-r--r-- | keyboards/for_science/rules.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/for_science/rules.mk b/keyboards/for_science/rules.mk index 309e55c9f4..6e7633bfe0 100644 --- a/keyboards/for_science/rules.mk +++ b/keyboards/for_science/rules.mk @@ -1,12 +1 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output +# This file intentionally left blank |