diff options
author | Thiago Alves <talk@thiagoalves.com.br> | 2016-05-11 14:01:15 -0700 |
---|---|---|
committer | Thiago Alves <talk@thiagoalves.com.br> | 2016-05-11 14:01:15 -0700 |
commit | f70dec3ee959f7352d4448da65c6b865f0d4417c (patch) | |
tree | 6db1eef32a774194af216045b154fd6b140dd838 | |
parent | c7d52fda9ec856e32bb8e2d3975102d9fea48a72 (diff) | |
download | qmk_firmware-f70dec3ee959f7352d4448da65c6b865f0d4417c.tar.gz qmk_firmware-f70dec3ee959f7352d4448da65c6b865f0d4417c.zip |
Remove unused variable on the keymap.
-rw-r--r-- | keyboard/ergodox_ez/keymaps/townk_osx/keymap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboard/ergodox_ez/keymaps/townk_osx/keymap.c b/keyboard/ergodox_ez/keymaps/townk_osx/keymap.c index eb7700b7ff..b63698ec6a 100644 --- a/keyboard/ergodox_ez/keymaps/townk_osx/keymap.c +++ b/keyboard/ergodox_ez/keymaps/townk_osx/keymap.c @@ -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) { |