diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 18:22:41 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 18:22:41 +0100 |
commit | ba9f12810f7dc4969ac175f6e959d5fe6407747d (patch) | |
tree | f4039e46985d56bac471bd8568f96b159a92b2ae /src/keymaps/soispha/rules.mk | |
parent | feat(src): Make usable (diff) | |
download | qmk_layout-ba9f12810f7dc4969ac175f6e959d5fe6407747d.zip |
feat(treewide): Migrate the Unicode handling to a custom c program, that works via rawhid
Diffstat (limited to 'src/keymaps/soispha/rules.mk')
-rw-r--r-- | src/keymaps/soispha/rules.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/keymaps/soispha/rules.mk b/src/keymaps/soispha/rules.mk index c04c2d7..27610b4 100644 --- a/src/keymaps/soispha/rules.mk +++ b/src/keymaps/soispha/rules.mk @@ -24,8 +24,10 @@ SEND_STRING_ENABLE = yes SPACE_CADET_ENABLE = no SWAP_HANDS_ENABLE = yes TAP_DANCE_ENABLE = yes +UNICODE_ENABLE = no -UNICODE_COMMON = yes -UNICODE_ENABLE = yes +RAW_ENABLE = yes -SRC += rgb.c +# LTO_ENABLE = yes + +SRC += rgb.c hid/hid.c |