Fix for a deprecated API

pull/365/head
Jesse Vincent 7 years ago
parent ad94e4dade
commit 393bba00ba

@ -40,7 +40,7 @@ Key NumLock_::eventHandlerHook(Key key, byte row, byte col, uint8_t key_state) {
if (key != Key_KeypadNumLock) if (key != Key_KeypadNumLock)
return key; return key;
if (!key_toggled_on(key_state)) if (!keyToggledOn(key_state))
return key; return key;
if (Layer.isOn(numPadLayer)) { if (Layer.isOn(numPadLayer)) {

Loading…
Cancel
Save