forked from forks/qmk_firmware
fcf906657b
* Update keymap Corrected OLED orientation, added autoshift status on OLED. * Update keymap Corrected OLED orientation, added autoshift status on OLED. * Added make target to bottom folder With default folder * Update keyboards/tweetydabird/lotus58/keymaps/default/keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Reformatted files * Update keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Updated name * Added rp2040ce * Update info.json * Update info.json * Added rp2040ce * Small fix * Update info.json Co-authored-by: jack <0x6a73@protonmail.com> * Update info.json * Update info.json * Update info.json * Update info.json * Update info.json * Update info.json * Apply suggestions from code review Co-authored-by: jack <0x6a73@protonmail.com> * Fixed stray char * Apply suggestions from code review Co-authored-by: jack <0x6a73@protonmail.com> * Update info.json Co-authored-by: Drashna Jaelre <drashna@live.com> * Update info.json Co-authored-by: Drashna Jaelre <drashna@live.com> * Moved LTO --------- Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
30 lines
661 B
JSON
30 lines
661 B
JSON
{
|
|
"development_board": "promicro_rp2040",
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "GP28", "pin_b": "GP29", "resolution": 2}
|
|
]
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["GP22", "GP23", "GP20", "GP21", "GP26", "GP27"],
|
|
"rows": ["GP4", "GP5", "GP6", "GP7", "GP8"]
|
|
},
|
|
"split": {
|
|
"encoder": {
|
|
"right": {
|
|
"rotary": [
|
|
{"pin_a": "GP29", "pin_b": "GP28", "resolution": 2}
|
|
]
|
|
}
|
|
},
|
|
"soft_serial_pin": "GP1",
|
|
"handedness": {
|
|
"pin": "GP9"
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"driver": "vendor",
|
|
"pin": "GP0"
|
|
}
|
|
}
|