diff options
| author | Joel Challis | 2024-06-22 13:14:17 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-22 13:14:17 +0200 |
| commit | 7824e7ed9ba3e79103625b6f038033eb3f5c5320 (patch) | |
| tree | c2a9095508b7f451a49b0b192d742194b83f485b /keyboards/tr60w/keyboard.json | |
| parent | 17498fa48a8c5c0ac439e59d0db12a41954d4fb0 (diff) | |
Migrate `led_update_kb` implementations to DD (#23983)
Diffstat (limited to 'keyboards/tr60w/keyboard.json')
| -rw-r--r-- | keyboards/tr60w/keyboard.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/tr60w/keyboard.json b/keyboards/tr60w/keyboard.json index 60c01bdcfc..dc71e3ad7a 100644 --- a/keyboards/tr60w/keyboard.json +++ b/keyboards/tr60w/keyboard.json @@ -32,6 +32,12 @@ "backlight": { "pin": "B7" }, + "indicators": { + "caps_lock": "B2", + "num_lock": "B1", + "scroll_lock": "B3", + "on_state": 0 + }, "rgblight": { "saturation_steps": 8, "brightness_steps": 8, |