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/tkc/osav2/keyboard.json | |
| parent | 17498fa48a8c5c0ac439e59d0db12a41954d4fb0 (diff) | |
Migrate `led_update_kb` implementations to DD (#23983)
Diffstat (limited to 'keyboards/tkc/osav2/keyboard.json')
| -rw-r--r-- | keyboards/tkc/osav2/keyboard.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/tkc/osav2/keyboard.json b/keyboards/tkc/osav2/keyboard.json index 118eedfc85..ef4c789797 100644 --- a/keyboards/tkc/osav2/keyboard.json +++ b/keyboards/tkc/osav2/keyboard.json @@ -50,6 +50,11 @@ "pin": "D6", "breathing": true }, + "indicators": { + "caps_lock": "C6", + "num_lock": "C7", + "scroll_lock": "B6" + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "community_layouts": ["alice", "alice_split_bs"], |