mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-24 07:40:50 +00:00
* 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
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"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"]
|
|
]
|
|
}
|
|
}
|