mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-07-25 23:00:41 +02:00
set key via keyboard
This commit is contained in:
parent
3019b56aac
commit
d7f74c7a6f
@ -95,7 +95,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||||||
),
|
),
|
||||||
|
|
||||||
[_CONTROL] = LAYOUT_6x6(
|
[_CONTROL] = LAYOUT_6x6(
|
||||||
ENC_INIT,ENC_LOAD,ENC_CLOSE,_______,_______,_______, ENC_REQ_ALLOW,ENC_REQ_DENY,_______,_______,_______,EEP_RST,
|
ENC_INIT,ENC_LOAD,ENC_CLOSE,ENC_KEY,_______,_______, ENC_REQ_ALLOW,ENC_REQ_DENY,_______,_______,_______,EEP_RST,
|
||||||
_______,_______,_______,_______,_______,_______, _______,_______,_______,_______,_______,KC_DEL,
|
_______,_______,_______,_______,_______,_______, _______,_______,_______,_______,_______,KC_DEL,
|
||||||
_______,_______,KC_PGDN,KC_UP,KC_PGUP,_______, _______,KC_7,KC_8,KC_9,_______,_______,
|
_______,_______,KC_PGDN,KC_UP,KC_PGUP,_______, _______,KC_7,KC_8,KC_9,_______,_______,
|
||||||
_______,_______,KC_LEFT,KC_DOWN,KC_RGHT,_______, KC_HOME,KC_4,KC_5,KC_6,KC_END,_______,
|
_______,_______,KC_LEFT,KC_DOWN,KC_RGHT,_______, KC_HOME,KC_4,KC_5,KC_6,KC_END,_______,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user