aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cornia/v1
diff options
context:
space:
mode:
authorVaarai2024-12-03 23:40:07 +0100
committerGitHub2024-12-03 23:40:07 +0100
commite7f138831727aa0aecb0eb3b5959bfdd3a714567 (patch)
treec9fa9637b0af2f8418c2c6fe4b2e16eeee139a35 /keyboards/cornia/v1
parentf0eb2460d9e5b6e71ff76da3f341795ac53e1ec2 (diff)
Add cornia keyboard (#24442)
* Add cornia keyboard * Update Fire keymap * [Cornia/Doc] Host image on imgur * [Cornia/config] Remove unnecessary defines * [Cornia] Move I2C stuff to keyboard level * [Cornia/config] Remove unnecessary defines & move all callbacks to keymap.c * [Cornia] Use tri-layer in default keymap * [Cornia/makefiles] remove license headers & root makefile * [Cornia] Put common configuration to top keyboard level * [Cornia] Remove unecessary custom keycodes * [Cornia] Fix readme * [Cornia] Fix RGB keycodes * [Cornia] Fix config files * [Cornia] Fix readme * [Cornia] Fix mcuconf.h license
Diffstat (limited to 'keyboards/cornia/v1')
-rw-r--r--keyboards/cornia/v1/keyboard.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/cornia/v1/keyboard.json b/keyboards/cornia/v1/keyboard.json
new file mode 100644
index 0000000000..90a54f288e
--- /dev/null
+++ b/keyboards/cornia/v1/keyboard.json
@@ -0,0 +1,21 @@
+{
+ "keyboard_name": "Cornia v1",
+ "usb": {
+ "pid": "0x1000",
+ "device_version": "1.0.0"
+ },
+ "split": {
+
+ "handedness": {
+ "pin": "GP25"
+ }
+ },
+ "matrix_pins": {
+ "direct":[
+ ["GP27", "GP4", "GP28", "GP3", "GP29", "GP2"],
+ ["GP5", "GP26", "GP6", "GP22", "GP7", "GP20"],
+ ["GP8", "GP15", "GP9", "GP14", "GP12", "GP13"],
+ [ null, null, null, "GP16", "GP23", "GP21"]
+ ]
+ }
+}