diff options
| author | Joel Challis | 2024-04-17 20:32:56 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-17 20:32:56 +0200 |
| commit | abcaf39e6c399f77a846e627324d4b9d9d79fe5f (patch) | |
| tree | 0b9875c570e60e208b950edd812cb59c4244fe08 /keyboards/redox_media/rules.mk | |
| parent | 860c218415b89104d53e84b7843d88167b5ccbc1 (diff) | |
Migrate build target markers to keyboard.json - R (#23542)
Diffstat (limited to 'keyboards/redox_media/rules.mk')
| -rw-r--r-- | keyboards/redox_media/rules.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/redox_media/rules.mk b/keyboards/redox_media/rules.mk index 5ad7700a76..1056aa2c41 100644 --- a/keyboards/redox_media/rules.mk +++ b/keyboards/redox_media/rules.mk @@ -1,17 +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 = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes - # Disable unsupported hardware AUDIO_SUPPORTED = no BACKLIGHT_SUPPORTED = no |