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/ckeys/obelus | |
| parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) | |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/ckeys/obelus')
| -rw-r--r-- | keyboards/ckeys/obelus/keyboard.json (renamed from keyboards/ckeys/obelus/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/ckeys/obelus/rules.mk | 12 |
2 files changed, 10 insertions, 12 deletions
diff --git a/keyboards/ckeys/obelus/info.json b/keyboards/ckeys/obelus/keyboard.json index 78ef0227c5..969e6a2d49 100644 --- a/keyboards/ckeys/obelus/info.json +++ b/keyboards/ckeys/obelus/keyboard.json @@ -8,6 +8,16 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "features": { + "audio": true, + "bootmagic": false, + "command": false, + "console": false, + "extrakey": true, + "midi": true, + "mousekey": false, + "nkro": false + }, "matrix_pins": { "cols": ["F0", "F1", "B2", "B3"], "rows": ["F4", "F5", "F6", "F7"] diff --git a/keyboards/ckeys/obelus/rules.mk b/keyboards/ckeys/obelus/rules.mk deleted file mode 100644 index 08744b16ba..0000000000 --- a/keyboards/ckeys/obelus/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # 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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -MIDI_ENABLE = yes # MIDI support -AUDIO_ENABLE = yes # Audio output |