mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
This cleans things up significantly in the source tree and makes this easier to manage longer term. In the next few commits, we'll migrate the build to CMake in prep for packaging support. - Move bindings into bindings - Move system configs and misc files into etc - Move LCD apps into contrib/ - Move all source files into srcs - Rename helper extensions to match GNU extension naming, fix the #includes as well - Adjust Makefile to be less verbose and more programmatic
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
bind G15 KEY_LEFTSHIFT
|
|
bind G19 KEY_LEFTCTRL
|
|
bind G22 KEY_LEFTALT
|
|
bind G1 KEY_1
|
|
bind G2 KEY_2
|
|
bind G3 KEY_3
|
|
bind G8 KEY_F3
|
|
bind G9 KEY_F4
|
|
bind G10 KEY_F5
|
|
bind STICK_LEFT KEY_LEFT
|
|
bind STICK_RIGHT KEY_RIGHT
|
|
bind STICK_UP KEY_UP
|
|
bind STICK_DOWN KEY_DOWN
|