update helper.h

This commit is contained in:
Crispy 2022-10-15 14:04:30 +02:00
parent eb881f3671
commit a001d94b4e
2 changed files with 1 additions and 6 deletions

View file

@ -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 &macro_tap &kp LS(LC(U)) // <- Linux compose sequence
// #define OS_UNICODE_TRAIL &macro_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

View file

@ -136,7 +136,6 @@
#binding-cells = <0>; \
bindings = <uc_binding>, <shifted_uc_binding>; \
mods = <(MOD_LSFT|MOD_RSFT)>; \
masked-mods = <(MOD_LSFT|MOD_RSFT)>; \
}; \
}; \
};