uint8_t mods = KeyScanner::currentReport.modifier ;
Line: 494
|
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; |
uint8_t mods = KeyScanner::currentReport.modifier ;
Line: 494
BlueMicro_BLE//firmware/firmware_setup.cpp
Lines 491 to 501 in 09e305c