-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
uint8_t mods = KeyScanner::currentReport.modifier ;
Line: 494
BlueMicro_BLE//firmware/firmware_setup.cpp
Lines 491 to 501 in 09e305c
| void process_user_special_keys_command() | |
| { | |
| //todo update special keys | |
| //// uint8_t mods = KeyScanner::currentReport.modifier ; | |
| LOG_LV1("SPECIAL","PROCESS: %i %i %i %i %i %i %i %i %i" ,KeyScanner::special_key,mods, KeyScanner::currentReport.keycode[0],KeyScanner::currentReport.keycode[1],KeyScanner::currentReport.keycode[2], KeyScanner::currentReport.keycode[3],KeyScanner::currentReport.keycode[4], KeyScanner::currentReport.keycode[5],KeyScanner::bufferposition ); | |
| /* switch (mods) | |
| { | |
| case 0: KeyScanner::currentReport.keycode[KeyScanner::bufferposition] = KC_ESC; KeyScanner::reportChanged = true; break; | |
| case BIT_LCTRL: KeyScanner::currentReport.keycode[KeyScanner::bufferposition] = KC_GRAVE; KeyScanner::reportChanged = true; KeyScanner::currentReport.modifier = 0; break; |