Remove variables because they yield warnings which shouldn't happen according to our contributing guide.

This commit is contained in:
László Monda
2016-12-12 00:25:13 +01:00
parent 851d3a9051
commit 871a0ec84a

View File

@@ -38,9 +38,6 @@ static void clearKeymasks(const uint8_t *leftKeyStates, const uint8_t *rightKeyS
}
}
static uint8_t LEDVal = 0;
static int8_t LEDstep = 10;
bool pressKey(uhk_key_t key, int scancodeIdx, usb_keyboard_report_t *report) {
if (key.type != UHK_KEY_SIMPLE) {
return false;