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/rocketboard_16/rules.mk | |
| parent | 860c218415b89104d53e84b7843d88167b5ccbc1 (diff) | |
Migrate build target markers to keyboard.json - R (#23542)
Diffstat (limited to 'keyboards/rocketboard_16/rules.mk')
| -rw-r--r-- | keyboards/rocketboard_16/rules.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/rocketboard_16/rules.mk b/keyboards/rocketboard_16/rules.mk index dcc3d4516b..c8915ad182 100644 --- a/keyboards/rocketboard_16/rules.mk +++ b/keyboards/rocketboard_16/rules.mk @@ -4,21 +4,4 @@ MCU_LDSCRIPT = STM32F103xB # Extra include SRC += keycode_lookup.c -# 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 = yes # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB backlit keys -AUDIO_ENABLE = no # Audio output -OLED_ENABLE = yes -ENCODER_ENABLE = yes - RAW_ENABLE = yes # Enables HID RAW communication between the board and the PC - -LTO_ENABLE = yes |