diff options
| author | Joel Challis | 2024-04-17 03:49:17 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-17 03:49:17 +0200 |
| commit | e869c80af74a91d28e51628da495e66da0cbc3ce (patch) | |
| tree | 4cb57ff6b11c8500de1779afef2d5ad69716815e /keyboards/handwired/prkl30/feather/rules.mk | |
| parent | baa6000ed33f1f190f43bcd993f84f3b057e952d (diff) | |
Migrate build target markers to keyboard.json - HI (#23540)
Diffstat (limited to 'keyboards/handwired/prkl30/feather/rules.mk')
| -rw-r--r-- | keyboards/handwired/prkl30/feather/rules.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/handwired/prkl30/feather/rules.mk b/keyboards/handwired/prkl30/feather/rules.mk index aaab95b9e0..3437a35bdf 100644 --- a/keyboards/handwired/prkl30/feather/rules.mk +++ b/keyboards/handwired/prkl30/feather/rules.mk @@ -1,18 +1,2 @@ # Processor frequency F_CPU = 8000000 - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -ENCODER_ENABLE = yes -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = no # 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 -AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below -RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port. - -BLUETOOTH_ENABLE = yes |