summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/bbaserdem/README.md
diff options
context:
space:
mode:
authorBatuhan Baserdem2017-09-21 00:19:57 -0400
committerJack Humbert2017-09-21 00:19:57 -0400
commit31e78d22b47fb78b1adaf12f5330ac169e90add0 (patch)
tree1855322bac7e3c4264460069e6e0711d5a812204 /keyboards/planck/keymaps/bbaserdem/README.md
parentea7792b6c6a09d98598f25989e08b262641b9b26 (diff)
Turkish planck keymap (#1675)
* Adding keymap * Adding keymap * Compiles now, but doesn't flash * Fixes issues with compilation * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Fixed bbaserdem layout * Added keyboard layout image * Edited README.md * Changed layout and removed image from README.md * Changed tapping terms * Changed layout a bit
Diffstat (limited to 'keyboards/planck/keymaps/bbaserdem/README.md')
-rw-r--r--keyboards/planck/keymaps/bbaserdem/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/bbaserdem/README.md b/keyboards/planck/keymaps/bbaserdem/README.md
new file mode 100644
index 000000000..881307566
--- /dev/null
+++ b/keyboards/planck/keymaps/bbaserdem/README.md
@@ -0,0 +1,35 @@
+# Planck Layout
+
+Built this planck layout to use DVORAK with an unorthodox Turkish layout.
+If you used a previous layout with a persistent base layer change,
+change it to 0 before proceeding.
+The layout has the following functionality
+
+* **QWERTY** can be toggled on/off from **Function** layer.
+* **Mouse** layer allows manipulation of the mouse.
+* **Function** layer has F and special keys.
+* **Symbol** layer has numericals and symbols.
+* **Game** layout can be toggled on/off from **Function** layer.
+* **Music** layer allows playing sounds like a keyboard.
+
+Double tapping **Mouse**, **Function** and **Symbol** layers activate them until deacivation.
+Topleftmost key turns off **Function**, **Symbol**, **Game** and **Music** layers,
+and puts the board into *reset* mode from the **Mouse** layer.
+
+# Using Turkish letters
+
+Instead of a turkish F keyboard layout (very inconvenient to code in),
+I opted to modulate characters like an *AltGr* impleentation.
+Tap and holding *Alt* on **DVORAK** and **QWERTY** layer will change some letters
+to Turkish equivelants.
+Shifting these letters will work.
+The keycodes should transmit the correct unicode characters combined with shift.
+The turkish letters are sent via the unicode implementation.
+No software layout change is neccessary (hence making coding easier).
+By default, the unicode is set to Linux mode. Switch to windows (non-persistent)
+can be done from the associated key in **Function** layer.
+**Symbol** layer also has the symbol for Turkish Lira.
+
+# To improve
+
+I want to write a couple pieces of my own music for layer switching.