aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le/profiles
ModeNameSize
-rw-r--r--010-Generic.mk343logstatsplain
-rw-r--r--Cellvision.mk3690logstatsplain
-rw-r--r--Compex.mk791logstatsplain
-rw-r--r--Edimax.mk1069logstatsplain
-rw-r--r--Infineon.mk657logstatsplain
-rw-r--r--Motorola.mk369logstatsplain
-rw-r--r--Osbridge.mk349logstatsplain
-rw-r--r--RB1xx.mk465logstatsplain
uefrency/) If you are using Ardoinos, comment this line in `rules.mk`: ```make BOOTLOADER = atmel-dfu # comment this line if you use arduinos ``` Although QMK offers one-shot build and flash, I personally build and flash separately (for the Elite C). I used the QMK default for the Arduino Pro Micros. However, I do not own them anymore. Hence, only the instructions for the Elite C are provided. Build with: ```sh make keebio/quefrency:unausgeschlafen ``` Flash with: ```sh sudo dfu-programmer atmega32u4 erase sudo dfu-programmer atmega32u4 flash keebio_quefrency_rev1_unausgeschlafen.hex sudo dfu-programmer atmega32u4 reset ```