Remove empty fn_actions[]
This commit is contained in:
@@ -59,10 +59,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
),
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM fn_actions[] = {
|
||||
|
||||
};
|
||||
|
||||
void numlock_led_on(void) {
|
||||
PORTF |= (1<<7);
|
||||
}
|
||||
|
Reference in New Issue
Block a user