summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlpha Chen <alpha.chen@gmail.com>2016-10-20 08:00:36 -0700
committerAlpha Chen <alpha.chen@gmail.com>2016-10-25 09:00:45 -0700
commit427ea7a8892b60b11e8f6aae2e21b82608ab0071 (patch)
tree3b87a1efafe731135bfa4491562cee9a52b2452d
parente2916f8ab1460b8a22c75aea632d7533d56670bb (diff)
[alphadox] remove tmk reset code
-rw-r--r--keyboards/atreus/keymaps/alphadox/keymap.c5
-rw-r--r--keyboards/ergodox/keymaps/alphadox/keymap.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/atreus/keymaps/alphadox/keymap.c b/keyboards/atreus/keymaps/alphadox/keymap.c
index b776ab4000..b8ec0e032f 100644
--- a/keyboards/atreus/keymaps/alphadox/keymap.c
+++ b/keyboards/atreus/keymaps/alphadox/keymap.c
@@ -39,11 +39,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;
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;