4c1fd0897c
* [Keyboard] Add Hillside * Remove no longer used define, rename README * Rename to readme.md * Readme: Improve clarity, fix grammar and typos * Readme: Remove extra line pointing to QMK docs * Readme: Join consecutive source lines in .md * Readme: split lines, post spelling fix * Keymap: fix key label in readme
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"matrix_pins": {
|
|
"rows": ["D7", "E6", "B4", "B5"],
|
|
"cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
|
|
"usb": {
|
|
"vid": "0xFEED",
|
|
"pid": "0x67C0",
|
|
"device_ver": "0x0001"
|
|
},
|
|
}
|