diff options
| author | Joel Challis | 2024-04-17 04:15:02 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-17 04:15:02 +0200 |
| commit | 36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch) | |
| tree | 99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/sx60/rules.mk | |
| parent | e869c80af74a91d28e51628da495e66da0cbc3ce (diff) | |
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/sx60/rules.mk')
| -rwxr-xr-x | keyboards/sx60/rules.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/sx60/rules.mk b/keyboards/sx60/rules.mk index 2f0d22e49f..394c3372d2 100755 --- a/keyboards/sx60/rules.mk +++ b/keyboards/sx60/rules.mk @@ -1,15 +1,3 @@ -# 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 = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = no CUSTOM_MATRIX = yes # project specific files |