]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / keebio / quefrency / keymaps / unausgeschlafen / readme.md
1 ## UNAUSGESCHLAFEN'S QUEFRENCY
2
3 This is the keymap that goes with [unausgeschlafen's Quefrency](https://www.reddit.com/r/MechanicalKeyboards/comments/aquefb/my_daily_driver_quefrency/)
4
5 If you are using Ardoinos, comment this line in `rules.mk`:
6 ```make
7 BOOTLOADER = atmel-dfu # comment this line if you use arduinos
8 ```
9
10 Although QMK offers one-shot build and flash, I personally build and flash separately (for the Elite C).
11 I used the QMK default for the Arduino Pro Micros.
12 However, I do not own them anymore.
13 Hence, only the instructions for the Elite C are provided.
14
15 Build with:
16 ```sh
17 make keebio/quefrency:unausgeschlafen
18 ```
19
20 Flash with:
21
22 ```sh
23 sudo dfu-programmer atmega32u4 erase
24 sudo dfu-programmer atmega32u4 flash keebio_quefrency_rev1_unausgeschlafen.hex
25 sudo dfu-programmer atmega32u4 reset
26 ```