~ruther/qmk_firmware

f70dec3ee959f7352d4448da65c6b865f0d4417c — Thiago Alves 9 years ago c7d52fd
Remove unused variable on the keymap.
1 files changed, 0 insertions(+), 2 deletions(-)

M keyboard/ergodox_ez/keymaps/townk_osx/keymap.c
M keyboard/ergodox_ez/keymaps/townk_osx/keymap.c => keyboard/ergodox_ez/keymaps/townk_osx/keymap.c +0 -2
@@ 200,8 200,6 @@ const uint16_t PROGMEM fn_actions[] = {
  [3] = ACTION_LAYER_TAP_KEY(KEYPAD, KC_RBRC),
};

static uint16_t key_timer;

const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
  // MACRODOWN only works in this function
  switch(id) {