summaryrefslogtreecommitdiff
path: root/keyboards/kprepublic/bm65iso/keymaps/deadolus/readme.md
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2021-11-18 05:37:23 +0800
committerGitHub <noreply@github.com>2021-11-18 08:37:23 +1100
commitc5f1e9797ac905c24edc39d1bb12ed2e5537f00a (patch)
treeb6a806f2a1b01544ae9365d61fb21ac2c244ad55 /keyboards/kprepublic/bm65iso/keymaps/deadolus/readme.md
parentcc7600cf0e9c639a325dc1cad18717a218bc820f (diff)
rename kprepublic bm keyboards to have a standardized naming format (#15047)
* change missed kprepublic readmes * fix xiudi readmes * initial change, see pr description * change readmes * changes names in readmes and device descriptors
Diffstat (limited to 'keyboards/kprepublic/bm65iso/keymaps/deadolus/readme.md')
-rw-r--r--keyboards/kprepublic/bm65iso/keymaps/deadolus/readme.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/kprepublic/bm65iso/keymaps/deadolus/readme.md b/keyboards/kprepublic/bm65iso/keymaps/deadolus/readme.md
deleted file mode 100644
index 6080e5b9ab..0000000000
--- a/keyboards/kprepublic/bm65iso/keymaps/deadolus/readme.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Deadolus' keymap for the bm65iso
-
-* Six layers (even though three are mostly empty)
-* Different color for each layer (r,g,b,c,m,y)
-* **Keys with something else defined than KC_TRNS are lit up in the layer color, so you easily can see which keys have some function defined**
-* Caps-Lock lights up when active and on layer 0
-* Some leader shortcuts defined - nothing useful yet
-* Some space cadet keys defined for easier insertion of () and {}
-* Bootmagic lite enabled via default settings so you can plug in the keyboard while holding esc to land in bootloader mode
-* Manages all this and still fits in to the program memory
-
-Make example for this keyboard (after setting up your build environment):
-
- make bm65iso:deadolus
-
-Flashing example for this keyboard:
-
- make bm65iso:deadolus:flash
-
-Keyboard Maintainer: **[deadolus](https://github.com/deadolus)**