소스 검색

[alphadox] remove tmk reset code

Alpha Chen 9 년 전
부모
커밋
427ea7a889
2개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 5
      keyboards/atreus/keymaps/alphadox/keymap.c
  2. 0 5
      keyboards/ergodox/keymaps/alphadox/keymap.c

+ 0 - 5
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;

+ 0 - 5
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;