31 Commits

Author SHA1 Message Date
Patrick Steinhardt
dfae590264 keyboard: Allow overriding the layers in landscape mode
Add a new parameter to allow overriding the default list of layers used
in landscape mode. This functionality is not yet used.
2022-10-07 21:02:29 +02:00
Zach DeCook
bddf05e0fc key drawing: refactor kbd_draw_key 2022-01-10 03:08:06 +00:00
Zach DeCook
564eb4536a overlapped key output: highlight letters swiped through 2022-01-10 03:08:06 +00:00
Zach DeCook
2de12a90e4 output: add -O flag to output overlapped keys
the use-case for this is simple 'swipe'-typing:
another program can take the output, guess the word which is being typed, and type the rest of the word
2022-01-10 03:08:06 +00:00
Maarten van Gompel
bb1eff09be applied clang-format (no functional changes), but exempted custom include order in keyboard.c and main.c 2021-10-19 23:12:01 -07:00
Stacy Harper
e100aafb05 Add landscape layers 2021-10-19 23:12:01 -07:00
Maarten van Gompel
ff92a92086 refactored keymap loading 2021-10-19 23:12:01 -07:00
Stacy Harper
b5ec768822 WIP: refactorise keyboard.c 2021-10-19 23:12:01 -07:00
Stacy Harper
4ce0cf1b53 Better damage tracking 2021-10-19 23:12:01 -07:00
Stacy Harper
283a758910 Rename var name 2021-10-19 23:12:01 -07:00
Stacy Harper
fb82daea9c Handle output scaling 2021-10-19 23:12:01 -07:00
Stacy Harper
c806023fd5 Drop wld and implement our own pangocairo renderer 2021-10-19 23:12:01 -07:00
Maarten van Gompel
8fdaaa2b6f fixed layout switching 2021-10-19 23:12:01 -07:00
Maarten van Gompel
19213688d1 allow supplying layers through command line parameter or env var 2021-10-19 23:12:01 -07:00
Maarten van Gompel
da06f514df implemented printing to stdout 2021-10-19 23:12:01 -07:00
Maarten van Gompel
2fd0cfc89c implemented configurable layers 2021-10-19 23:12:01 -07:00
Maarten van Gompel
07f153fe32 ran make format 2021-10-19 23:12:01 -07:00
Maarten van Gompel
878b16b997 cleanup indentation (tab) 2021-10-19 23:12:01 -07:00
Maarten van Gompel
58e52575b6 cleanup 2021-10-19 23:12:01 -07:00
Maarten van Gompel
c6ca5832d4 Also release shift after key release 2021-10-19 23:12:01 -07:00
Maarten van Gompel
8abc3326df added cyrillic compose layers and made compose work with non-code keys 2021-10-19 23:12:01 -07:00
Maarten van Gompel
f59f814c97 added support for an additional colour scheme 2021-10-19 23:12:01 -07:00
Maarten van Gompel
20b2dc61c3 implemented support for multiple keymaps 2021-10-19 23:12:01 -07:00
Maarten van Gompel
cf77edf11c hide compose layer after unpress 2021-10-19 23:12:01 -07:00
Maarten van Gompel
00f288b609 When code_mod is used, allow for resetting modifiers or not (default is not to reset them) 2021-10-19 23:12:01 -07:00
Stacy Harper
9eee270dfd Simplest key_mood 2021-10-19 23:12:01 -07:00
Stacy Harper
e58e63f2da Remove dedicated CodeMod 2021-10-19 23:12:01 -07:00
Maarten van Gompel
9e4cf69137 Added a compose button, copy type; added compose layouts and further layout updates 2021-10-19 23:12:01 -07:00
Stacy Harper
0789db751d Add a CodeMod type of key 2021-10-19 23:12:01 -07:00
Maarten van Gompel
eab4da9765 Allow more flexible layouts rather than fixed grid and first layout overhaul 2021-10-19 23:12:01 -07:00
John Sullivan
590b75b23a Init 2020-09-13 04:44:15 -07:00