]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/ergodox/keymap_cub.h
Lower delay for reboot by TEENSY_KEY
[tmk_firmware.git] / keyboard / ergodox / keymap_cub.h
index d01bb8dd5d4502bffd99e28a1d12bd6a9213de7d..961cdffe276ae08f87b5c64d5cf1a807430821ce 100644 (file)
@@ -185,12 +185,12 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
                                            TRNS,
                                  TRNS,TRNS,TRNS,
 
-        // in Workman right hand will be:
-        //              +
-        //    ^ { } ( ) =
-        //    ' ! $ " ; \
-        //    # [ < > ] \
-        //
+        /* in Workman right hand will be:
+                        +
+              ^ { } ( ) =
+              ' ! $ " ; \
+              # [ < > ] \
+        */
 
         // right hand
              NO,  NO,  NO,  NO,  NO,  NO,  PPLS,
@@ -392,13 +392,14 @@ static const uint16_t PROGMEM fn_actions[] = {
 
 void action_function(keyrecord_t *event, uint8_t id, uint8_t opt)
 {
-    print("action_function called\n");
-    print("id  = "); phex(id); print("\n");
-    print("opt = "); phex(opt); print("\n");
+    // print("action_function called\n");
+    // print("id  = "); phex(id); print("\n");
+    // print("opt = "); phex(opt); print("\n");
+
     if (id == TEENSY_KEY) {
         clear_keyboard();
         print("\n\nJump to bootloader... ");
-        _delay_ms(250);
+        _delay_ms(50);
         bootloader_jump(); // should not return
         print("not supported.\n");
     }