diff options
| author | Joel Challis | 2024-04-12 05:36:31 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-12 05:36:31 +0200 |
| commit | 45b710f9e16733ab73af5f2ed1b0b13233db49e9 (patch) | |
| tree | 28ebf0f60fa4a703fee358612197c3d87429945d /keyboards/xelus/trinityxttkl/rules.mk | |
| parent | 8caa8674d225c1c26403f8c311be6ffbdd9081e1 (diff) | |
Migrate build target markers to keyboard.json - X (#23460)
Diffstat (limited to 'keyboards/xelus/trinityxttkl/rules.mk')
| -rw-r--r-- | keyboards/xelus/trinityxttkl/rules.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/xelus/trinityxttkl/rules.mk b/keyboards/xelus/trinityxttkl/rules.mk index ef90964f9b..0ab54aaaf7 100644 --- a/keyboards/xelus/trinityxttkl/rules.mk +++ b/keyboards/xelus/trinityxttkl/rules.mk @@ -1,16 +1,2 @@ # Wildcard to allow APM32 MCU DFU_SUFFIX_ARGS = -v FFFF -p FFFF - -# 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 = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no -RGBLIGHT_ENABLE = no - - |