This website requires JavaScript.
Explore
Impressum
Grow Tools
Help
Sign In
uhk
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
f1ed699fa228ffa990a00b7f01613521ae8e6bb1
firmware
/
right
/
src
/
config_parser
History
László Monda
195f40949f
Fix build warning.
2018-03-25 22:38:45 +02:00
..
basic_types.c
Make the parser parse mouse properties, LED brightness values, and double tap switch layer timeout. Rename pointer config properties.
2017-11-30 18:20:00 +01:00
basic_types.h
Uppercamelcase read*() config parser functions since they're not local.
2017-11-11 16:54:40 +01:00
config_globals.c
Replace UsbCommandId_ReadHardwareConfig and UsbCommandId_ReadUserConfig with UsbCommandId_ReadConfig.
2017-12-12 01:22:26 +01:00
config_globals.h
Replace UsbCommandId_ReadHardwareConfig and UsbCommandId_ReadUserConfig with UsbCommandId_ReadConfig.
2017-12-12 01:22:26 +01:00
parse_config.c
Fix build warning.
2018-03-25 22:38:45 +02:00
parse_config.h
Make the parser parse mouse properties, LED brightness values, and double tap switch layer timeout. Rename pointer config properties.
2017-11-30 18:20:00 +01:00
parse_keymap.c
Move pointerRole from keymaps to module configurations as pointerMode. Add angularShift, baseLayerPointerFunction, modLayerPointerFunction, and mouseLayerPointerFunction to module configurations.
2017-12-03 23:25:55 +01:00
parse_keymap.h
Implement mouse movement acceleration and deceleration.
2017-11-24 13:00:05 +01:00
parse_macro.c
Uppercamelcase read*() config parser functions since they're not local.
2017-11-11 16:54:40 +01:00
parse_macro.h
Make macro_reference_t store the offset of the first macro action and expose ParseMacroAction
2017-08-09 13:13:50 -07:00