Remove use of ZMK_MACRO

This commit is contained in:
Manna Harbour
2023-07-12 22:33:02 +10:00
parent b11c302a17
commit 12fbc08bc2
4 changed files with 16 additions and 17 deletions

View File

@@ -4,11 +4,7 @@
#pragma once
#define MIRYOKU_TAPDELAY_TAP(CODE) \
/ { \
macros { \
ZMK_MACRO(u_tapdelay_tap_##CODE, bindings = <&macro_press &kp CODE>, <&macro_release &kp CODE>;) \
}; \
};
U_MACRO(u_tapdelay_tap_##CODE, bindings = <&macro_press &kp CODE>, <&macro_release &kp CODE>;)
#define MIRYOKU_TAPDELAY_MT(CODE) \
/ { \