summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/info.json
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2023-05-20 05:13:39 -0700
committerGitHub <noreply@github.com>2023-05-20 22:13:39 +1000
commitb93f05dc35e911a5c5f758722545d96c66be88c6 (patch)
tree32d889cd6a2d6db7dd9df5f18f9b3bdf891c9594 /keyboards/crkbd/info.json
parentab8c5013c856bfa23289d7892be1c2bee808b542 (diff)
[Keyboard] Fixup Crkbd default keymap (#20962)
Diffstat (limited to 'keyboards/crkbd/info.json')
-rw-r--r--keyboards/crkbd/info.json52
1 files changed, 33 insertions, 19 deletions
diff --git a/keyboards/crkbd/info.json b/keyboards/crkbd/info.json
index 94b5f18083..198ef51d5f 100644
--- a/keyboards/crkbd/info.json
+++ b/keyboards/crkbd/info.json
@@ -1,21 +1,35 @@
{
- "keyboard_name": "Corne",
- "manufacturer": "foostan",
- "url": "",
- "maintainer": "qmk",
- "usb": {
- "vid": "0x4653",
- "pid": "0x0001",
- "device_version": "0.0.1"
- },
- "rgb_matrix": {
- "driver": "WS2812"
- },
- "matrix_pins": {
- "cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
- "rows": ["D4", "C6", "D7", "E6"]
- },
- "diode_direction": "COL2ROW",
- "processor": "atmega32u4",
- "community_layouts": ["split_3x5_3", "split_3x6_3"]
+ "keyboard_name": "Corne",
+ "manufacturer": "foostan",
+ "url": "",
+ "maintainer": "qmk",
+ "usb": {
+ "vid": "0x4653",
+ "pid": "0x0001",
+ "device_version": "0.0.1"
+ },
+ "rgb_matrix": {
+ "driver": "WS2812"
+ },
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "lto": true,
+ "mousekey": true,
+ "nkro": true,
+ "oled": true
+ },
+ "build": {
+ "lto": true
+ },
+ "matrix_pins": {
+ "cols": [ "F4", "F5", "F6", "F7", "B1", "B3" ],
+ "rows": [ "D4", "C6", "D7", "E6" ]
+ },
+ "diode_direction": "COL2ROW",
+ "split": {
+ "enabled": true
+ },
+ "processor": "atmega32u4",
+ "community_layouts": [ "split_3x5_3", "split_3x6_3" ]
}