Slgihtly clean up the macro index code
This commit is contained in:
parent
4bf97d28a7
commit
f32f14a5c2
@ -113,9 +113,7 @@ static LEDSolidColor solidViolet (70, 0, 60);
|
||||
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
|
||||
if (macroIndex == TOGGLENUMLOCK && key_toggled_on(keyState)) {
|
||||
return NumLock.toggle (Macros.row, Macros.col, NUMPAD_KEYMAP);
|
||||
}
|
||||
|
||||
if (macroIndex == 1 && key_toggled_on(keyState)) {
|
||||
} else if (macroIndex == 1 && key_toggled_on(keyState)) {
|
||||
Serial.print("Keyboard.IO keyboard driver v0.00");
|
||||
return MACRO(I(25),
|
||||
D(LShift), T(M), U(LShift), T(O), T(D), T(E), T(L),
|
||||
|
Loading…
x
Reference in New Issue
Block a user