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
|
||||
#define OS_UNICODE_LEAD ¯o_press &kp LALT // macOS
|
||||
#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
|
||||
#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
|
||||
#if !defined OS_UNICODE_TRAIL
|
||||
#if HOST_OS == 2
|
||||
#define OS_UNICODE_TRAIL ¯o_release &kp LALT // macOS
|
||||
#elif HOST_OS == 1
|
||||
#define OS_UNICODE_TRAIL &kp SPACE // Linux
|
||||
#define OS_UNICODE_TRAIL ¯o_tap &kp SPACE // Linux
|
||||
#else
|
||||
#define OS_UNICODE_TRAIL &kp RET // Windows + WinCompose (default)
|
||||
#define OS_UNICODE_TRAIL ¯o_tap &kp RET // Windows + WinCompose (default)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -105,7 +105,7 @@
|
|||
wait-ms = <0>; \
|
||||
tap-ms = <1>; \
|
||||
#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