Browse Source

Fix mismatched indentation

pull/987/head
Kaleb Elwert 7 years ago
parent
commit
0b38204e62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/whitefox/keymaps/matt3o/keymap.c

+ 1
- 1
keyboards/whitefox/keymaps/matt3o/keymap.c View File

@ -72,7 +72,7 @@ const uint16_t fn_actions[] = {
/* custom action function */
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
/*
/*
(void)opt;
switch(id) {
case ACTION_LEDS_ALL:


Loading…
Cancel
Save