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/info.json | |
parent | 1dd15a8f22d3f497cf0e6226f8bb8e228d806628 (diff) |
[Keyboard] Convert most of sinc to data driven info.json (#18481)
Diffstat (limited to 'keyboards/keebio/sinc/info.json')
-rw-r--r-- | keyboards/keebio/sinc/info.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/keebio/sinc/info.json b/keyboards/keebio/sinc/info.json index a8d346ebe5..c01273093e 100644 --- a/keyboards/keebio/sinc/info.json +++ b/keyboards/keebio/sinc/info.json @@ -5,6 +5,24 @@ "usb": { "vid": "0xCB10" }, + "processor": "atmega32u4", + "protocol": "atmel-dfu", + "features": { + "audio": false, + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": false, + "unicode": false, + }, + "split": { + "enabled": true, + }, + "build": { + "lto": true, + }, "layouts": { "LAYOUT_75": { "layout": [ |