-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Line: 33
BlueMicro_BLE//firmware/firmware_setup.cpp
Lines 30 to 40 in 60e8877
| std::vector<HIDKeyboard> reportbuffer; | |
| /**************************************************************************************************************************/ | |
| //todo setup save to flash as module. | |
| void setupConfig() { | |
| InternalFS.begin(); | |
| loadConfig(); | |
| keyboardstate.statusble=0; //initialize to a known state. | |
| keyboardstate.statuskb=0; //initialize to a known state. | |