summary refs log tree commit diff stats
path: root/src/keymaps/soispha (follow)
Commit message (Collapse)AuthorAge
* refactor(keymap): Remove the currently empty layersBenedikt Peetz2 days
|
* feat(keymap): Remove the river specific layersBenedikt Peetz2 days
| | | | I now use the same keymap on apzu and tiamat, to avoid bit-rot.
* fix(keymap): Avoid formatting it via clang-formatBenedikt Peetz2 days
|
* fix(keymap/layout): Use the correct modifier key codesBenedikt Peetz10 days
| | | | The other version used the modifier masks.
* feat(keymaps/soispha/layout/keymap.h): Provide keys for the modsBenedikt Peetz10 days
| | | | This makes modifier only mappings possible.
* fix(soispha/layout.h): Replace the composite key macros with unicode inputBenedikt Peetz2024-12-30
|
* feat(soispha/keymap): Actually send a keycode to start the applicationBenedikt Peetz2024-12-30
|
* fix(soispha/hid): Ignore all received rawhid inputBenedikt Peetz2024-12-30
|
* feat(treewide): Migrate the Unicode handling to a custom c program, that ↵Benedikt Peetz2024-12-30
| | | | works via rawhid
* feat(src): Make usableBenedikt Peetz2024-12-29