aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
diff options
context:
space:
mode:
authorunausgeschlafen <44818163+unausgeschlafen@users.noreply.github.com>2019-03-01 17:45:42 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-01 08:45:42 -0800
commit7abf507cb67ea84022673e673c9dddf065975890 (patch)
tree5ca8c83f85fa98ef48a8663bc8381b490cbca526 /keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
parent5c491da0e7d1c107e549acc7449afc081ef1b8c5 (diff)
downloadfirmware-7abf507cb67ea84022673e673c9dddf065975890.tar.gz
firmware-7abf507cb67ea84022673e673c9dddf065975890.tar.bz2
firmware-7abf507cb67ea84022673e673c9dddf065975890.zip
[Keymap] unausgeschlafen quefrency keymap (#5273)
* unausgeschlafen quefrency keymap * added build & flash instructions * review by drashna
Diffstat (limited to 'keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md')
-rw-r--r--keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md b/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
new file mode 100644
index 000000000..a8d0efed0
--- /dev/null
+++ b/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
@@ -0,0 +1,26 @@
+## UNAUSGESCHLAFEN'S QUEFRENCY
+
+This is the keymap that goes with [unausgeschlafen's Quefrency](https://www.reddit.com/r/MechanicalKeyboards/comments/aquefb/my_daily_driver_quefrency/)
+
+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
+```