| 308 | } |
| 309 | |
| 310 | void startKeyConfigChooser() { |
| 311 | keyConfigChooser_option = -1; |
| 312 | displaySubMenu(updateKeyConfigChooser); |
| 313 | redrawKeyConfigChooser(); |
| 314 | } |
| 315 | |
| 316 | void generalParseConfig(const char* line) { |
| 317 | char* equalsPos; |
no test coverage detected