summaryrefslogtreecommitdiff
path: root/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-16 13:25:44 +0000
committerGitHub <noreply@github.com>2024-02-16 13:25:44 +0000
commit78a74ca9748b12c27fcddef576a2a9f7f8a9eb38 (patch)
tree13f73755150379bc824424610740411f6fc76b30 /keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
parentb8646bc40bd616167da150f6da4eda372f7de23d (diff)
[Keymap Removal] keyboard with most keymaps (#23092)
Diffstat (limited to 'keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md')
-rw-r--r--keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md b/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
deleted file mode 100644
index a8d0efed0c..0000000000
--- a/keyboards/keebio/quefrency/keymaps/unausgeschlafen/readme.md
+++ /dev/null
@@ -1,26 +0,0 @@
-## 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
-```