diff options
| author | Joel Challis | 2024-04-17 04:15:02 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-17 04:15:02 +0200 |
| commit | 36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch) | |
| tree | 99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/sekigon | |
| parent | e869c80af74a91d28e51628da495e66da0cbc3ce (diff) | |
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/sekigon')
| -rw-r--r-- | keyboards/sekigon/grs_70ec/keyboard.json (renamed from keyboards/sekigon/grs_70ec/info.json) | 7 | ||||
| -rw-r--r-- | keyboards/sekigon/grs_70ec/rules.mk | 12 |
2 files changed, 7 insertions, 12 deletions
diff --git a/keyboards/sekigon/grs_70ec/info.json b/keyboards/sekigon/grs_70ec/keyboard.json index 833cd74789..e940e71d88 100644 --- a/keyboards/sekigon/grs_70ec/info.json +++ b/keyboards/sekigon/grs_70ec/keyboard.json @@ -8,6 +8,13 @@ "pid": "0x70EC", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "console": true, + "extrakey": true, + "mousekey": true, + "nkro": false + }, "split": { "enabled": true, "soft_serial_pin": "D3" diff --git a/keyboards/sekigon/grs_70ec/rules.mk b/keyboards/sekigon/grs_70ec/rules.mk index ac989e7ea8..37cfffd769 100644 --- a/keyboards/sekigon/grs_70ec/rules.mk +++ b/keyboards/sekigon/grs_70ec/rules.mk @@ -1,15 +1,3 @@ -# 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 = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = lite ANALOG_DRIVER_REQUIRED = yes |