diff options
| author | Joel Challis | 2024-03-14 04:56:42 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-14 04:56:42 +0100 |
| commit | 8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch) | |
| tree | 3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/dmqdesign/spin/rules.mk | |
| parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) | |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/dmqdesign/spin/rules.mk')
| -rw-r--r-- | keyboards/dmqdesign/spin/rules.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/dmqdesign/spin/rules.mk b/keyboards/dmqdesign/spin/rules.mk deleted file mode 100644 index e77cf66617..0000000000 --- a/keyboards/dmqdesign/spin/rules.mk +++ /dev/null @@ -1,14 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # 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 = yes # Enable keyboard RGB underglow -MIDI_ENABLE = yes # MIDI support -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes # Enable rotary encoder support |