Skip to content

update special keys #310

@github-actions

Description

@github-actions

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;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions