diff options
| author | James Young | 2024-04-13 07:33:49 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-13 07:33:49 +0200 |
| commit | 8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (patch) | |
| tree | 161e97f48783e4e210449e42ae00f06612759096 /keyboards/dc01/arrow/info.json | |
| parent | 43a122e050647057dbaa16bc50417b9306e00bcc (diff) | |
Data-Driven Keyboard Conversions: D (#23461)
Diffstat (limited to 'keyboards/dc01/arrow/info.json')
| -rw-r--r-- | keyboards/dc01/arrow/info.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/keyboards/dc01/arrow/info.json b/keyboards/dc01/arrow/info.json index 992b623d45..85ca25c23e 100644 --- a/keyboards/dc01/arrow/info.json +++ b/keyboards/dc01/arrow/info.json @@ -6,10 +6,17 @@ "usb": { "vid": "0x8968", "pid": "0x1012", - "device_version": "0.0.1" + "device_version": "0.0.1", + "no_startup_check": true }, "processor": "atmega32u4", "bootloader": "atmel-dfu", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true + }, "layouts": { "LAYOUT_all": { "layout": [ |