summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)Author
2025-07-06fix(keymap): Avoid formatting it via clang-formatBenedikt Peetz
2025-06-28fix(keymap/layout): Use the correct modifier key codesBenedikt Peetz
The other version used the modifier masks.
2025-06-28feat(keymaps/soispha/layout/keymap.h): Provide keys for the modsBenedikt Peetz
This makes modifier only mappings possible.
2024-12-30fix(soispha/layout.h): Replace the composite key macros with unicode inputBenedikt Peetz
2024-12-30feat(soispha/keymap): Actually send a keycode to start the applicationBenedikt Peetz
2024-12-30fix(soispha/hid): Ignore all received rawhid inputBenedikt Peetz
2024-12-30feat(treewide): Migrate the Unicode handling to a custom c program, that ↵Benedikt Peetz
works via rawhid
2024-12-29feat(src): Make usableBenedikt Peetz
2024-12-28fix(src): Add some default stuffBenedikt Peetz
2024-12-09feat(src): Fmt and enable unicode inputBenedikt Peetz