diff options
| author | user <user@node5.net> | 2024-01-02 06:31:21 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-01-02 06:31:21 +0100 |
| commit | e6cf467ee353358c5bbfacc3a5c28a9423ea6756 (patch) | |
| tree | 0b939ca1d15a253100084a8cc6c91b2793235dc1 /keyboards/handwired/node5_1 | |
| parent | 55a70e57d2cd2675c3521565a558afff47a18b20 (diff) | |
more fn + on the fly macro recording
Diffstat (limited to 'keyboards/handwired/node5_1')
| -rw-r--r-- | keyboards/handwired/node5_1/keymaps/default/keymap.c | 6 | ||||
| -rw-r--r-- | keyboards/handwired/node5_1/rules.mk | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/keyboards/handwired/node5_1/keymaps/default/keymap.c b/keyboards/handwired/node5_1/keymaps/default/keymap.c index bc3036ec4d..b3df4d2503 100644 --- a/keyboards/handwired/node5_1/keymaps/default/keymap.c +++ b/keyboards/handwired/node5_1/keymaps/default/keymap.c @@ -91,13 +91,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_FN] = LAYOUT( //|--------+---------+--------+--------+--------+--------+ |--------+--------+--------+--------+--------+--------+--------+--------| - _______, KC_MUTE, KC_VOLD, KC_VOLU, KC_BRID, KC_BRIU, KC_MPLY, KC_MPLY, KC_MNXT, _______, _______, _______, _______, _______, + _______, KC_MUTE, KC_VOLD, KC_VOLU, KC_BRID, KC_BRIU, KC_MUTE, KC_MPRV, KC_MPLY, KC_MNXT, _______, _______, _______, _______, //|--------+---------+--------+--------+--------+--------+ |--------+--------+--------+--------+--------+--------+--------+--------| _______, _______, _______, _______, _______, _______, _______, KC_P7, KC_P8, KC_P9, KC_PPLS, _______, _______, KC_DEL, //|--------+---------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------| - _______,TO(_QWERTY),KC_PWR, _______, _______, _______, _______, KC_P4, KC_P5, KC_P6, KC_PAST, _______, _______, _______, + _______,TO(_QWERTY),KC_WAKE,_______, DM_PLY1, _______, _______, KC_P4, KC_P5, KC_P6, KC_PAST, _______, _______, _______, //|--------+---------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+-----------------| - _______, _______, KC_SLEP, _______, _______, _______, _______, KC_P1, KC_P2, KC_P3, KC_PMNS, _______, _______, + _______, _______, DM_REC1, KC_SLEP,_______, _______, _______, KC_P1, KC_P2, KC_P3, KC_PMNS, _______, _______, //|--------+---------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+-----------------| _______, _______,_______,TO(_COLEMAK),_______,_______, _______, KC_P0, KC_COMM, KC_PDOT, KC_PSLS, _______, _______, _______, //|--------+---------+--------+--------+-----------------| |--------+--------+--------+--------+--------+--------+--------+--------+--------| diff --git a/keyboards/handwired/node5_1/rules.mk b/keyboards/handwired/node5_1/rules.mk index 14827f347e..9eff0a1125 100644 --- a/keyboards/handwired/node5_1/rules.mk +++ b/keyboards/handwired/node5_1/rules.mk @@ -22,3 +22,7 @@ RGBLIGHT_ENABLE = yes # Hardware offload WS2812 to RP2040 zero statemachine WS2812_DRIVER = vendor +# Record and replay macro on the fly +# https://docs.qmk.fm/#/feature_dynamic_macros +DYNAMIC_MACRO_ENABLE = yes + |
