Add keyboard 5keys

This commit is contained in:
mikiya418 2024-11-09 19:54:40 +09:00
parent 01f008ca43
commit ccf9e9319a
2 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,7 @@
}, },
"matrix_pins": { "matrix_pins": {
"direct": [ "direct": [
["F4","F6","B1","B2","B4"] ["F4","F5","F6","F7","B1"]
] ]
}, },
"url": "", "url": "",

View File

@ -4,9 +4,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT( [0] = LAYOUT(
KC_WBAK, KC_WFWD, LSG_T(KC_S), G(KC_L), MO(1) KC_WBAK, KC_WFWD, LSG_T(KC_S), G(KC_L), MO(1)
),
[1] = LAYOUT(
KC_BRIU, KC_BRID, KC_VOLU, KC_VOLD, _______
) )
}; };