mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-07 08:04:16 -04:00
[Keyboard] add willoucom/keypad (#21714)
This commit is contained in:
parent
423f157fbc
commit
a10c97715d
1 changed files with 19 additions and 0 deletions
19
keyboards/willoucom/keypad/keymaps/via/keymap.json
Normal file
19
keyboards/willoucom/keypad/keymaps/via/keymap.json
Normal 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"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue