]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/ergodox/keymap_cub.h
Remove unused code
[tmk_firmware.git] / keyboard / ergodox / keymap_cub.h
index bfeae01a9d21fcfaa3dfd747de67b08fbb69cdbc..77cc20a7b0d200107bb25f9f42dfad8d74a46175 100644 (file)
@@ -392,9 +392,10 @@ 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... ");