diff options
| author | Joel Challis | 2024-04-15 20:19:23 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-15 20:19:23 +0200 |
| commit | 9c1662f8f9f28d185ccf0ce1dee084934c896367 (patch) | |
| tree | 97b018f9117102d164564b9a7ad6341739cd9c47 /keyboards/tada68/rules.mk | |
| parent | 2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (diff) | |
Migrate build target markers to keyboard.json - TUV (#23514)
Diffstat (limited to 'keyboards/tada68/rules.mk')
| -rwxr-xr-x | keyboards/tada68/rules.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/tada68/rules.mk b/keyboards/tada68/rules.mk index 01310bd4ea..e22d524889 100755 --- a/keyboards/tada68/rules.mk +++ b/keyboards/tada68/rules.mk @@ -1,15 +1,2 @@ # This board uses the older unsafe 6k version of lufa-ms BOOTLOADER_SIZE = 6144 - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |