[Keyboard] ez_maker/directpins for easy one-offs in qmk_configurator (#13321)
* new keyboard: handwired/directpins * fix promicro keyboard_name * add teensy2 and teensy2++ support * align with handwired/onekey * tweak pids * add teensy 3.2 and teensy lc to directpins * move directpins from handwired to ez_maker * add docs for easy maker
This commit is contained in:
parent
110a320321
commit
60a36863bc
47 changed files with 1141 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"keyboard": "ez_maker/directpins/proton_c",
|
||||
"keymap": "default",
|
||||
"layout": "LAYOUT_all",
|
||||
"layers": [
|
||||
[
|
||||
"KC_0",
|
||||
"KC_1",
|
||||
"KC_2", "KC_3",
|
||||
"KC_4", "KC_5",
|
||||
"KC_6", "KC_7",
|
||||
"KC_8", "KC_9",
|
||||
"KC_A", "KC_B",
|
||||
"KC_C", "KC_D",
|
||||
"KC_E", "KC_F",
|
||||
"KC_G", "KC_H",
|
||||
"KC_I", "KC_J",
|
||||
"KC_K", "KC_L",
|
||||
"KC_M", "KC_N",
|
||||
"KC_O", "KC_P",
|
||||
"KC_Q", "KC_R",
|
||||
"KC_S"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
# The default keymap for directpins
|
Loading…
Add table
Add a link
Reference in a new issue