That renaming was slightly over-aggressive

pull/365/head
Jesse Vincent 7 years ago
parent 3de82eb6a4
commit 1fb97c958b

@ -27,7 +27,7 @@ void NumPad_::loopHook(bool postClear) {
cleanupDone = false;
bool numState = !!(kaleidoscope::hid::getKeyboardLEDs() & LED_NUM_LOCK);
if (!numState) {
kaleidoscope::hid::pressKey(Key_KeypadNumPad);
kaleidoscope::hid::pressKey(Key_KeypadNumLock);
kaleidoscope::hid::sendKeyboardReport();
}

Loading…
Cancel
Save