diff options
| author | Joel Challis | 2024-04-20 10:18:12 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-20 10:18:12 +0200 |
| commit | 49593dc81ffc178e56639c89e61572e570b42ad5 (patch) | |
| tree | c1011a26c235b8dd88feea44724940ecdfdd3672 /keyboards/oddforge | |
| parent | 5ab3b27e5f9049d2e4036a71cc4fc7f2922629d1 (diff) | |
Migrate build target markers to keyboard.json - OQ (#23564)
Diffstat (limited to 'keyboards/oddforge')
| -rw-r--r-- | keyboards/oddforge/vea/keyboard.json (renamed from keyboards/oddforge/vea/info.json) | 7 | ||||
| -rw-r--r-- | keyboards/oddforge/vea/rules.mk | 11 |
2 files changed, 7 insertions, 11 deletions
diff --git a/keyboards/oddforge/vea/info.json b/keyboards/oddforge/vea/keyboard.json index 9b55d0f2b5..6a6780ea53 100644 --- a/keyboards/oddforge/vea/info.json +++ b/keyboards/oddforge/vea/keyboard.json @@ -8,6 +8,13 @@ "pid": "0x4155", "device_version": "1.0.0" }, + "features": { + "backlight": true, + "bootmagic": false, + "extrakey": true, + "mousekey": false, + "rgblight": true + }, "backlight": { "pin": "D4" }, diff --git a/keyboards/oddforge/vea/rules.mk b/keyboards/oddforge/vea/rules.mk index b0c02543b1..bbfc7cbbf7 100644 --- a/keyboards/oddforge/vea/rules.mk +++ b/keyboards/oddforge/vea/rules.mk @@ -1,14 +1,3 @@ -# 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 -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow - # custom matrix setup CUSTOM_MATRIX = lite SRC = matrix.c |