mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-09 20:00:24 +01:00
update helper.h
This commit is contained in:
parent
eb881f3671
commit
a001d94b4e
2 changed files with 1 additions and 6 deletions
|
@ -5,11 +5,6 @@
|
|||
#define HOST_OS 1
|
||||
#include "../../../../zmk-nodefree-config/helper.h"
|
||||
|
||||
// activate Linux-mode for helper script
|
||||
// #undef OS_UNICODE_LEAD
|
||||
// #undef OS_UNICODE_TRAIL
|
||||
// #define OS_UNICODE_LEAD ¯o_tap &kp LS(LC(U)) // <- Linux compose sequence
|
||||
// #define OS_UNICODE_TRAIL ¯o_tap &kp SPACE // <- Space terminates unicode input on Linux
|
||||
|
||||
ZMK_UNICODE_PAIR(lin_ae, N0, N0, E, N4, N0, N0, C, N4)
|
||||
ZMK_UNICODE_PAIR(lin_ao, N0, N0, E, N5, N0, N0, C, N5)
|
||||
|
@ -27,6 +22,7 @@ ZMK_UNICODE_PAIR(win_ao, N0, N0, E, N5, N0, N0, C, N5)
|
|||
ZMK_UNICODE_PAIR(win_oe, N0, N0, F, N6, N0, N0, D, N6)
|
||||
|
||||
|
||||
|
||||
#define BASE 0
|
||||
#define SYM 1
|
||||
#define NAV 2
|
||||
|
|
|
@ -136,7 +136,6 @@
|
|||
#binding-cells = <0>; \
|
||||
bindings = <uc_binding>, <shifted_uc_binding>; \
|
||||
mods = <(MOD_LSFT|MOD_RSFT)>; \
|
||||
masked-mods = <(MOD_LSFT|MOD_RSFT)>; \
|
||||
}; \
|
||||
}; \
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue