forked from mirror/qmk_firmware
Migrate features from rules.mk to data driven - EFGH (#23248)
This commit is contained in:
33
keyboards/handwired/nicekey/keyboard.json
Normal file
33
keyboards/handwired/nicekey/keyboard.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"keyboard_name": "nicekey",
|
||||
"manufacturer": "Lukas",
|
||||
"url": "",
|
||||
"maintainer": "spydon",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x6464",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C6"],
|
||||
"rows": ["B6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user