[Keyboard] add willoucom/keypad (#21714)

This commit is contained in:
Wilfried JEANNIARD 2023-08-15 18:26:06 +02:00 committed by GitHub
parent 423f157fbc
commit a10c97715d

View file

@ -0,0 +1,19 @@
{
"keyboard": "willoucom/keypad",
"config": {
"features": {
"via": true
}
},
"keymap": "via",
"layout": "LAYOUT",
"layers": [
[
"KC_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_ESC",
"KC_LSFT", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_LBRC",
"KC_LCTL", "KC_A", "KC_S", "KC_D", "KC_F", "KC_ENT", "KC_G",
"KC_SPC", "KC_TAB", "KC_Z", "KC_X", "KC_C", "KC_RBRC",
"KC_M"
]
]
}