diff options
| author | James Young | 2024-04-27 14:58:04 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-27 14:58:04 +0200 |
| commit | 8f8fffc1740be81fbfe4a07a74e9f03962c1062a (patch) | |
| tree | 7778367b7315b582787423785c79bbeeee40bcdd /keyboards/mechlovin/jay60 | |
| parent | 569be5951e94c59138a172871f4213ec802e6877 (diff) | |
Data-Driven Keyboard Conversions: Mechlovin (#23624)
Diffstat (limited to 'keyboards/mechlovin/jay60')
| -rw-r--r-- | keyboards/mechlovin/jay60/info.json | 5 | ||||
| -rw-r--r-- | keyboards/mechlovin/jay60/rules.mk | 13 |
2 files changed, 5 insertions, 13 deletions
diff --git a/keyboards/mechlovin/jay60/info.json b/keyboards/mechlovin/jay60/info.json index 1f8d68a541..37f25f36fe 100644 --- a/keyboards/mechlovin/jay60/info.json +++ b/keyboards/mechlovin/jay60/info.json @@ -8,6 +8,11 @@ "pid": "0x0600", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true + }, "matrix_pins": { "cols": ["B6", "B5", "B3", "B2", "B1", "B0", "A0", "A6", "A7", "C7", "C6", "C5", "C4", "C3"], "rows": ["C2", "C1", "C0", "D7", "A1"] diff --git a/keyboards/mechlovin/jay60/rules.mk b/keyboards/mechlovin/jay60/rules.mk index 1e9f925544..c2ee0bc86f 100644 --- a/keyboards/mechlovin/jay60/rules.mk +++ b/keyboards/mechlovin/jay60/rules.mk @@ -1,15 +1,2 @@ # Processor frequency F_CPU = 16000000 - -# 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 = 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 -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |