From e6cf467ee353358c5bbfacc3a5c28a9423ea6756 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 2 Jan 2024 06:31:21 +0100 Subject: more fn + on the fly macro recording --- keyboards/handwired/node5_1/keymaps/default/keymap.c | 6 +++--- keyboards/handwired/node5_1/rules.mk | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'keyboards/handwired/node5_1') 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 + -- cgit 1.4.1