Update nodefree repo
This commit is contained in:
parent
f2831b45a5
commit
d276a54f66
1 changed files with 7 additions and 7 deletions
|
@ -81,18 +81,18 @@
|
||||||
#if HOST_OS == 2
|
#if HOST_OS == 2
|
||||||
#define OS_UNICODE_LEAD ¯o_press &kp LALT // macOS
|
#define OS_UNICODE_LEAD ¯o_press &kp LALT // macOS
|
||||||
#elif HOST_OS == 1
|
#elif HOST_OS == 1
|
||||||
#define OS_UNICODE_LEAD &kp LS(LC(U)) // Linux
|
#define OS_UNICODE_LEAD ¯o_tap &kp LS(LC(U)) // Linux
|
||||||
#else
|
#else
|
||||||
#define OS_UNICODE_LEAD &kp RALT &kp U // Windows + WinCompose (default)
|
#define OS_UNICODE_LEAD ¯o_tap &kp RALT &kp U // Windows + WinCompose (default)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if !defined OS_UNICODE_TRAIL
|
#if !defined OS_UNICODE_TRAIL
|
||||||
#if HOST_OS == 2
|
#if HOST_OS == 2
|
||||||
#define OS_UNICODE_TRAIL ¯o_release &kp LALT // macOS
|
#define OS_UNICODE_TRAIL ¯o_release &kp LALT // macOS
|
||||||
#elif HOST_OS == 1
|
#elif HOST_OS == 1
|
||||||
#define OS_UNICODE_TRAIL &kp SPACE // Linux
|
#define OS_UNICODE_TRAIL ¯o_tap &kp SPACE // Linux
|
||||||
#else
|
#else
|
||||||
#define OS_UNICODE_TRAIL &kp RET // Windows + WinCompose (default)
|
#define OS_UNICODE_TRAIL ¯o_tap &kp RET // Windows + WinCompose (default)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
wait-ms = <0>; \
|
wait-ms = <0>; \
|
||||||
tap-ms = <1>; \
|
tap-ms = <1>; \
|
||||||
#binding-cells = <0>; \
|
#binding-cells = <0>; \
|
||||||
bindings = <OS_UNICODE_LEAD>, <unicode_bindings>, <OS_UNICODE_TRAIL>; \
|
bindings = <OS_UNICODE_LEAD>, <¯o_tap unicode_bindings>, <OS_UNICODE_TRAIL>; \
|
||||||
}; \
|
}; \
|
||||||
}; \
|
}; \
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue