diff options
author | Alpha Chen <alpha.chen@gmail.com> | 2016-10-20 08:00:36 -0700 |
---|---|---|
committer | Alpha Chen <alpha.chen@gmail.com> | 2016-10-25 09:00:45 -0700 |
commit | 427ea7a8892b60b11e8f6aae2e21b82608ab0071 (patch) | |
tree | 3b87a1efafe731135bfa4491562cee9a52b2452d /keyboards/ergodox/keymaps | |
parent | e2916f8ab1460b8a22c75aea632d7533d56670bb (diff) |
[alphadox] remove tmk reset code
Diffstat (limited to 'keyboards/ergodox/keymaps')
-rw-r--r-- | keyboards/ergodox/keymaps/alphadox/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/ergodox/keymaps/alphadox/keymap.c b/keyboards/ergodox/keymaps/alphadox/keymap.c index b2f7ccb47d..731e62c0cd 100644 --- a/keyboards/ergodox/keymaps/alphadox/keymap.c +++ b/keyboards/ergodox/keymaps/alphadox/keymap.c @@ -79,11 +79,6 @@ const uint16_t PROGMEM fn_actions[] = { const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { switch(id) { case TEENSY: - clear_keyboard(); - print("\n\nJump to bootloader... "); - _delay_ms(250); - bootloader_jump(); // should not return - print("not supported.\n"); break; } return MACRO_NONE; |