summaryrefslogtreecommitdiffstats
path: root/users/bbaserdem/README.md
diff options
context:
space:
mode:
authorBatuhan Baserdem <bbaserdem@users.noreply.github.com>2018-07-19 05:17:55 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-19 05:17:55 +0200
commit738a9fc16c833d79831c5a26eb33880661e33524 (patch)
treee79b6c21bdbd263ef4e2a2c8dc3bf8a3377e6f41 /users/bbaserdem/README.md
parentb89cec9ebc5ef0a4c0ff820414007006c7b497fa (diff)
downloadqmk_firmware-738a9fc16c833d79831c5a26eb33880661e33524.tar.gz
qmk_firmware-738a9fc16c833d79831c5a26eb33880661e33524.tar.xz
Userspace update for user bbaserdem (#3443)
* Put in my keymaps * Fixed all but weird lets split issue * Organized and tried to trobleshoot lets split * Organized and tried to trobleshoot lets split * Added bbaserdem keymaps * Added bbaserdem keymaps * Fixed stuff * FIxed a filename error * Lets split eh * Finalized things regarding keymap
Diffstat (limited to 'users/bbaserdem/README.md')
-rw-r--r--users/bbaserdem/README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/users/bbaserdem/README.md b/users/bbaserdem/README.md
index 2011e74b6..eb8f33d42 100644
--- a/users/bbaserdem/README.md
+++ b/users/bbaserdem/README.md
@@ -6,6 +6,7 @@ For this purpose, I collected them here.
I have the following keymaps:
* Gherkin (Does not use the user space)
+* XD75RE (Uses different keymap)
* Let's Split
* Let's Split It Up
* Planck
@@ -13,37 +14,38 @@ I have the following keymaps:
# Layout
I use DVORAK with an unorthodox Turkish layout.
-If you wanna grab my code, andused a previous layout with a persistent base
+If you wanna grab my code, and you used a layout with a persistent base
layer change, change it to layer 0 before proceeding.
# Layers
-* **Dvorak**: Base layer,withdvorak layout.
+* **Dvorak**: Base layer,with dvorak layout.
* **Alternative**: Has alternate characters.
* **Game**: Toggled from *Function*, comfortable for gaming use.
* **Numeric**: Has numericals and symbols. Can be locked.
* **Function**: Layer has media and function keys.
* **Mouse**: Manipulates mouse. Can be locked.
-* **Music** Allows playing sounds like a keyboard.
+* **Music** Allows playing sounds.
# Functionality
* **RGB Backlight**: With layer indication, and ability to change base layer lighting mode.
-* **Secrets**: By placing a secrets.h, and not tracking it, you can store passwords etc.
+* **Secrets**: By placing a secrets.h, and not tracking it, passwords can be stored.
* **Mouse**: Mouse emulation, complete with diagonal keys.
* **Turkish**: An AltGr-like overlay that allows some non-common letters, in unicode.
-I suggest checking out how I enabled shifting for Turkish layer,
-how I planned out RGB lighting, and my mouse implementation; they might offer
-some insight into fringe user cases.
+I suggest checking out how I enabled Turkish keys,
+how I planned out RGB lighting,
+and my mouse implementation;
+they might offer some insight into fringe user cases.
# Issues
All features are too big for the 32kB bootloader.
Offenders are audio and rgb lights; it comes down to one or the other.
-~The Proton board, and rev 6 should fix that.~
+
+~The Proton board, and rev 6 might fix that.~
# Credits
I have previously written my keymap by myself before, but I rewrote it here,
-heavily inspired by @drashna's user folder.