qmk-keychron-q3-colemak-dh/keyboards/kiserdesigns/la_somme/info.json
NCKiser ea4692ce67
Add Keyboard La Somme (#696)
* Base QMK and Vial

Still need to add RGB indicators and OLED

* add PCB render to readme

* Add RGB indicators for layers, mods, and capslock

* Add some really fun OLED code

* add OLED mode switching
2024-04-01 21:55:21 -06:00

99 lines
3.5 KiB
JSON

{
"manufacturer": "rubybuilds",
"keyboard_name": "La Somme",
"maintainer": "NCKiser",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"encoder": {
"enabled": true,
"rotary": [
{"pin_a": "GP29", "pin_b": "GP0"}
]
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgb_matrix": true,
"oled": true
},
"matrix_pins": {
"cols": ["GP22", "GP23", "GP24", "GP26", "GP27", "GP3", "GP4", "GP5", "GP6", "GP7"],
"rows": ["GP1", "GP28", "GP2", "GP25"]
},
"processor": "RP2040",
"qmk": {
"tap_keycode_delay": 10
},
"rgb_matrix": {
"driver": "ws2812",
"led_count": 2,
"layout": [
{"flags": 4, "matrix": [3, 3], "x": 92, "y": 32},
{"flags": 4, "matrix": [3, 6], "x": 132, "y": 32}
]
},
"url": "https://qmk.fm/keyboards",
"usb": {
"device_version": "0.0.1",
"pid": "0x1503",
"vid": "0x4B44"
},
"ws2812": {
"pin": "GP17",
"driver": "vendor"
},
"layouts": {
"LAYOUT": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0.5 },
{ "matrix": [0, 1], "x": 1, "y": 0.25 },
{ "matrix": [0, 2], "x": 2, "y": 0 },
{ "matrix": [0, 3], "x": 3, "y": 0.25 },
{ "matrix": [0, 4], "x": 4, "y": 0.25 },
{ "matrix": [0, 5], "x": 6.5, "y": 0.25 },
{ "matrix": [0, 6], "x": 7.5, "y": 0.25 },
{ "matrix": [0, 7], "x": 8.5, "y": 0 },
{ "matrix": [0, 8], "x": 9.5, "y": 0.25 },
{ "matrix": [0, 9], "x": 10.5, "y": 0.5 },
{ "matrix": [1, 0], "x": 0, "y": 1.5 },
{ "matrix": [1, 1], "x": 1, "y": 1.25 },
{ "matrix": [1, 2], "x": 2, "y": 1 },
{ "matrix": [1, 3], "x": 3, "y": 1.25 },
{ "matrix": [1, 4], "x": 4, "y": 1.25 },
{ "matrix": [1, 5], "x": 6.5, "y": 1.25 },
{ "matrix": [1, 6], "x": 7.5, "y": 1.25 },
{ "matrix": [1, 7], "x": 8.5, "y": 1 },
{ "matrix": [1, 8], "x": 9.5, "y": 1.25 },
{ "matrix": [1, 9], "x": 10.5, "y": 1.5 },
{ "matrix": [2, 0], "x": 0, "y": 2.5 },
{ "matrix": [2, 1], "x": 1, "y": 2.25 },
{ "matrix": [2, 2], "x": 2, "y": 2 },
{ "matrix": [2, 3], "x": 3, "y": 2.25 },
{ "matrix": [2, 4], "x": 4, "y": 2.25 },
{ "matrix": [2, 5], "x": 6.5, "y": 2.25 },
{ "matrix": [2, 6], "x": 7.5, "y": 2.25 },
{ "matrix": [2, 7], "x": 8.5, "y": 2 },
{ "matrix": [2, 8], "x": 9.5, "y": 2.25 },
{ "matrix": [2, 9], "x": 10.5, "y": 2.5 },
{ "matrix": [3, 0], "x": 1, "y": 3.25 },
{ "matrix": [3, 1], "x": 2, "y": 3 },
{ "matrix": [3, 2], "x": 3, "y": 3.25 },
{ "matrix": [3, 3], "x": 4, "y": 3.25 },
{ "matrix": [3, 6], "x": 6.5, "y": 3.25 },
{ "matrix": [3, 7], "x": 7.5, "y": 3.25 },
{ "matrix": [3, 8], "x": 8.5, "y": 3 },
{ "matrix": [3, 9], "x": 9.5, "y": 3.25 },
{ "matrix": [3, 4], "x": 5.25, "y": 0.5 }
]
}
}
}