diff options
Diffstat (limited to 'keyboards/handwired/meck_tkl/rules.mk')
-rw-r--r-- | keyboards/handwired/meck_tkl/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/meck_tkl/rules.mk b/keyboards/handwired/meck_tkl/rules.mk new file mode 100644 index 000000000..621328511 --- /dev/null +++ b/keyboards/handwired/meck_tkl/rules.mk | |||
@@ -0,0 +1,16 @@ | |||
1 | # Build Options | ||
2 | # change yes to no to disable | ||
3 | # | ||
4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
7 | CONSOLE_ENABLE = yes # Console for debug | ||
8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
12 | AUDIO_ENABLE = no # Audio output | ||
13 | AUDIO_SUPPORTED = no | ||
14 | BACKLIGHT_SUPPORTED = no | ||
15 | |||
16 | DEFAULT_FOLDER = handwired/meck_tkl/blackpill_f401 | ||