]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keymap] Userspace updates (#7500)
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>
Thu, 28 Nov 2019 06:55:29 +0000 (01:55 -0500)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Thu, 28 Nov 2019 06:55:29 +0000 (22:55 -0800)
* Convert macro to use new QMK CLI and other cleanup

* use \n instead of ss enter

users/stanrc85/stanrc85.c

index e3da6d64667aec974f1d94860f58cfc6f80c64bc..6ea0e33bc1a88b094f0bac039be6df9ebfe883df 100644 (file)
@@ -56,26 +56,13 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
     if (!record->event.pressed) {
       uint8_t mods = get_mods();
       clear_mods();
-      send_string_with_delay_P(PSTR("make " QMK_KEYBOARD ":" QMK_KEYMAP), 10);
+      send_string_with_delay_P(PSTR("qmk compile -kb " QMK_KEYBOARD " -km " QMK_KEYMAP "\n"), 10); //New way
         if (mods & MOD_MASK_SHIFT) {
-          //RESET board for flashing if SHIFT held or tapped with KC_MAKE
-          #if defined(__arm__)
-            send_string_with_delay_P(PSTR(":dfu-util"), 10);
-          #elif defined(BOOTLOADER_DFU)
-            send_string_with_delay_P(PSTR(":dfu"), 10);
-          #elif defined(BOOTLOADER_HALFKAY)
-            send_string_with_delay_P(PSTR(":teensy"), 10);
-          #elif defined(BOOTLOADER_CATERINA)
-            send_string_with_delay_P(PSTR(":avrdude"), 10);
-          #endif // bootloader options
-          send_string_with_delay_P(PSTR(SS_TAP(X_ENTER)), 10);
+          send_string(SS_LGUI());
+          send_string("qmk toolbox\n");
           reset_keyboard();
         }
-        if (mods & MOD_MASK_CTRL) {
-          send_string_with_delay_P(PSTR(" -j8 --output-sync"), 10);
-        }
-        send_string_with_delay_P(PSTR(SS_TAP(X_ENTER)), 10);
-        set_mods(mods);
+      set_mods(mods);
       }
     break;
   case KC_RDP: //Opens Windows RDP