summaryrefslogtreecommitdiff
path: root/keyboards/bm60rgb_iso/keymaps/iso_nordic_sleepmode/readme.md
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2021-08-21 22:53:49 -0500
committerGitHub <noreply@github.com>2021-08-22 13:53:49 +1000
commit78ccd9c201199444bc06161b05ee8d7ba9c31613 (patch)
tree726d9e55d8cde510fe72bc1fb9bb2a7dabdbecc2 /keyboards/bm60rgb_iso/keymaps/iso_nordic_sleepmode/readme.md
parentc70abc8d047319830e369ae4e14cd43bae3bd3b8 (diff)
downloadqmk_firmware-78ccd9c201199444bc06161b05ee8d7ba9c31613.tar.gz
qmk_firmware-78ccd9c201199444bc06161b05ee8d7ba9c31613.zip
Organize KPrepublic, K.T.E.C, xiudi boards into directories (#12159)
* reset; redoing my steps; and recommit * include xd002/.noci
Diffstat (limited to 'keyboards/bm60rgb_iso/keymaps/iso_nordic_sleepmode/readme.md')
-rw-r--r--keyboards/bm60rgb_iso/keymaps/iso_nordic_sleepmode/readme.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/bm60rgb_iso/keymaps/iso_nordic_sleepmode/readme.md b/keyboards/bm60rgb_iso/keymaps/iso_nordic_sleepmode/readme.md
deleted file mode 100644
index af5b29da19..0000000000
--- a/keyboards/bm60rgb_iso/keymaps/iso_nordic_sleepmode/readme.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Nordic keymap for BM60rgb_iso
-Very few changes from default keyboard, apart from the button right of leftshift,
-and adding some more buttons on the second layer (function keys, home/end, pg up/down and media keys).
-
-On the default layout, the top left button is RESET on the second layer,
-this board has a reset button on the back. So I feel like it serves a better
-purpose as the grave key (because grave-escape doesn't really
-work with mac and norwegian layout). It could of course also be on the base layer.
-But as a regular vim user I use escape more than the grave key.
-
-I have also added mod-tap to the right shift, with the "default" position for
-`KC_SLSH` beeing on the far right, that works fine.
-
-There is also a "sleep-mode" function added,
-this can be enabled defining `SLEEPMODE_ENABLE` in `config.h`.
-This makes the keyboard backlight turn off after 10 minutes without any
-keypresses, and turn on again on keypress. (This is something different than `USB_SUSPEND`)