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/rules.mk | |
| parent | 55a70e57d2cd2675c3521565a558afff47a18b20 (diff) | |
more fn + on the fly macro recording
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 + |
