c988584fc1
* Add Reverie to QMK * Add backlight to reverie * Update reverie readme and copyright notices * Use format json to update keyboard.json formatting * Update to have solderable and hotswap variants split * Update copyright noticeS * JSON formatting updates * inherit config.h * fix broken keymap * Update reverie hs keyboard.json to be accurate * Update keyboards/cannonkeys/reverie/hotswap/keyboard.json Co-authored-by: jack <jack@pngu.org> * Remove VIA keymaps * Update keymap --------- Co-authored-by: jack <jack@pngu.org>
24 lines
663 B
JSON
24 lines
663 B
JSON
{
|
|
"manufacturer": "CannonKeys",
|
|
"maintainer": "awkannan",
|
|
"bootloader": "rp2040",
|
|
"diode_direction": "COL2ROW",
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["GP28", "GP8", "GP14", "GP13", "GP12", "GP11", "GP10", "GP9", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1", "GP0"],
|
|
"rows": ["GP26", "GP27", "GP15", "GP16", "GP17"]
|
|
},
|
|
"processor": "RP2040",
|
|
"url": "https://cannonkeys.com",
|
|
"usb": {
|
|
"device_version": "0.0.1",
|
|
"vid": "0xCA04"
|
|
}
|
|
}
|