mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Remove use of ZMK_MACRO
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
#pragma once
|
||||
|
||||
#define MIRYOKU_TAPDELAY_TAP(CODE) \
|
||||
/ { \
|
||||
macros { \
|
||||
ZMK_MACRO(u_tapdelay_tap_##CODE, bindings = <¯o_press &kp CODE>, <¯o_release &kp CODE>;) \
|
||||
}; \
|
||||
};
|
||||
U_MACRO(u_tapdelay_tap_##CODE, bindings = <¯o_press &kp CODE>, <¯o_release &kp CODE>;)
|
||||
|
||||
#define MIRYOKU_TAPDELAY_MT(CODE) \
|
||||
/ { \
|
||||
|
||||
Reference in New Issue
Block a user