diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-09-29 19:23:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 17:23:02 -0700 |
commit | 26c3e877c7e836d45cb84ec5265fab62e4c90028 (patch) | |
tree | 1a38cc0c43fd28e2ad3a088556e63c3a403288b3 /keyboards/keebio/sinc/rev1/info.json | |
parent | 1dd15a8f22d3f497cf0e6226f8bb8e228d806628 (diff) |
[Keyboard] Convert most of sinc to data driven info.json (#18481)
Diffstat (limited to 'keyboards/keebio/sinc/rev1/info.json')
-rw-r--r-- | keyboards/keebio/sinc/rev1/info.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/keyboards/keebio/sinc/rev1/info.json b/keyboards/keebio/sinc/rev1/info.json index d7a119807f..3c8a90c206 100644 --- a/keyboards/keebio/sinc/rev1/info.json +++ b/keyboards/keebio/sinc/rev1/info.json @@ -3,5 +3,55 @@ "usb": { "pid": "0x1267", "device_version": "1.0.0" + }, + "debounce": 5, + "diode_direction": "COL2ROW", + "features": { + "rgblight": true, + "backlight": true, + }, + "indicators": { + "caps_lock": "B6" + }, + "split": { + "enabled": true, + "soft_serial_pin": "D0", + "transport": { + "protocol": "serial" + }, + "encoder": { + "right": { + "rotary": [ + {"pin_a": "D6", "pin_b": "D4" }, + ], + }, + }, + "matrix_pins": { + "right":{ + "cols": ["F1", "F0", "F4", "F5", "F6", "D5", "C7", "D3", "B7"], + "rows": ["B3", "B2", "B6", "B4", "D7", "B0"], + }, + }, + }, + "matrix_pins": { + "cols": ["F4", "F1", "F0", "B7", "B3", "D2", "D3", "D5", "D4"], + "rows": ["B1", "B2", "C7", "B4", "D7", "B0"], + }, + "encoder": { + "enabled": true, + "rotary": [ + {"pin_a": "F5", "pin_b": "F6" }, + ], + }, + "backlight":{ + "pin": "B5", + }, + "rgblight": { + "pin": "E6", + "led_count" : 16, + "split_count": [8, 8], + "animations": { + "all": true, + } } } |