diff options
Diffstat (limited to 'keyboards/handwired/node5_1/rules.mk')
| -rw-r--r-- | keyboards/handwired/node5_1/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |
