Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tkl_* Community Layouts to keyboards: e-h #23472

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/develop' into cl_tkl_efgh
  • Loading branch information
dunk2k committed Apr 17, 2024
commit e79ad09a82d851b7cfc29b7c85b1c422be5896cc
18 changes: 18 additions & 0 deletions keyboards/handwired/meck_tkl/blackpill_f401/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
"console": true,
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B4", "B5", "B6", "B7", "B8", "B9", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A0", "B10"],
"rows": ["B15", "A8", "A9", "B14", "A15", "B3"]
},
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "C13",
"on_state": 0
},
"processor": "STM32F401",
"bootloader": "stm32-dfu",
"board": "BLACKPILL_STM32_F401",
"community_layouts": ["tkl_ansi"],
"layouts": {
"LAYOUT_tkl_ansi": {
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.