Remove empty fn_actions[]
This commit is contained in:
parent
d8eace35eb
commit
67adc29aa3
175 changed files with 2 additions and 712 deletions
|
@ -176,11 +176,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
};
|
||||
|
||||
|
||||
const uint16_t PROGMEM fn_actions[] = {
|
||||
|
||||
};
|
||||
|
||||
void hold_shift(void) {
|
||||
shift_count = shift_count + 1;
|
||||
register_code(KC_LSHIFT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue