Fixup EFL and F4's sector selection. (#19221)

This commit is contained in:
Nick Brassel
2022-12-02 21:55:28 +11:00
committed by GitHub
parent f98a7e8ffe
commit cf3c26533c
26 changed files with 281 additions and 76 deletions

View File

@@ -0,0 +1,16 @@
{
"keyboard_name": "Onekey Blackpill STM32F401 TinyUF2",
"processor": "STM32F401",
"bootloader": "tinyuf2",
"board": "BLACKPILL_STM32_F401",
"matrix_pins": {
"cols": ["B0"],
"rows": ["A7"]
},
"backlight": {
"pin": "A0"
},
"rgblight": {
"pin": "A1"
}
}