mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-21 19:09:25 +00:00
Add keyboard 5keys
This commit is contained in:
parent
01f008ca43
commit
ccf9e9319a
@ -13,7 +13,7 @@
|
||||
},
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["F4","F6","B1","B2","B4"]
|
||||
["F4","F5","F6","F7","B1"]
|
||||
]
|
||||
},
|
||||
"url": "",
|
||||
|
@ -4,9 +4,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[0] = LAYOUT(
|
||||
KC_WBAK, KC_WFWD, LSG_T(KC_S), G(KC_L), MO(1)
|
||||
),
|
||||
|
||||
[1] = LAYOUT(
|
||||
KC_BRIU, KC_BRID, KC_VOLU, KC_VOLD, _______
|
||||
)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user