diff options
| author | Joel Challis | 2024-06-25 04:25:05 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-25 04:25:05 +0200 |
| commit | a2176f6a039b5f92ba4cb473f7a2de560b57dd86 (patch) | |
| tree | d463c13b44a4139b619c2b3e4a9abab929bd1465 /keyboards/handwired/selene/keyboard.json | |
| parent | 751482580ed992acdbafc262c281e5d179cebe69 (diff) | |
Migrate `led_update_kb` implementations to DD (#23985)
Diffstat (limited to 'keyboards/handwired/selene/keyboard.json')
| -rw-r--r-- | keyboards/handwired/selene/keyboard.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/selene/keyboard.json b/keyboards/handwired/selene/keyboard.json index 592b51aaf4..34eec11664 100644 --- a/keyboards/handwired/selene/keyboard.json +++ b/keyboards/handwired/selene/keyboard.json @@ -8,6 +8,11 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "indicators": { + "caps_lock": "A2", + "num_lock": "A0", + "scroll_lock": "A1" + }, "rgblight": { "led_count": 50 }, |