]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[alphadox] remove tmk reset code
authorAlpha Chen <alpha.chen@gmail.com>
Thu, 20 Oct 2016 15:00:36 +0000 (08:00 -0700)
committerAlpha Chen <alpha.chen@gmail.com>
Tue, 25 Oct 2016 16:00:45 +0000 (09:00 -0700)
keyboards/atreus/keymaps/alphadox/keymap.c
keyboards/ergodox/keymaps/alphadox/keymap.c

index b776ab40001f8cd16cc75a9c629371694ff23987..b8ec0e032fa6a720b18966106524d490cfc731be 100644 (file)
@@ -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;
index b2f7ccb47dd16ef0f31908c76124d280fad7ada0..731e62c0cd138587ed52c08ef5cb1dc4a3b5fbb5 100644 (file)
@@ -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;