]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/numpad20/rules.mk
Keyboard: Change the default LAYOUT to LAYOUT_60_hhkb for tokyo60 (#3751)
[qmk_firmware.git] / keyboards / handwired / numpad20 / rules.mk
index 0e07bde403abe3d9f1f5075ea9bb82a5c2576be1..361b2e93af1bae7356065a22d746d57f47bdaae3 100644 (file)
@@ -64,20 +64,4 @@ BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by d
 MIDI_ENABLE = no            # MIDI controls
 UNICODE_ENABLE = no         # Unicode
 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
-AUDIO_ENABLE = no           # Audio output on port C6
-
-ifndef QUANTUM_DIR
-       include ../../../Makefile
-endif
-
-avrdude: build
-       ls /dev/tty* > /tmp/1; \
-       echo "Reset your Pro Micro now"; \
-       while [[ -z $$USB ]]; do \
-         sleep 1; \
-         ls /dev/tty* > /tmp/2; \
-         USB=`diff /tmp/1 /tmp/2 | grep -o '/dev/tty.*'`; \
-       done; \
-       avrdude -p $(MCU) -c avr109 -P $$USB -U flash:w:$(BUILD_DIR)/$(TARGET).hex
-
-.PHONY: avrdude
+AUDIO_ENABLE = no           # Audio output on port C6
\ No newline at end of file