summaryrefslogtreecommitdiff
path: root/keyboards/tada68/keymaps/shalzz/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tada68/keymaps/shalzz/readme.md')
-rw-r--r--keyboards/tada68/keymaps/shalzz/readme.md43
1 files changed, 0 insertions, 43 deletions
diff --git a/keyboards/tada68/keymaps/shalzz/readme.md b/keyboards/tada68/keymaps/shalzz/readme.md
deleted file mode 100644
index 3e4cf60673..0000000000
--- a/keyboards/tada68/keymaps/shalzz/readme.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# Shalzz's Unix layout
-
-This layout is based on the Unix Layout with a few changes.
-
-```
- Base Layer
-,----------------------------------------------------------------.
-|Esc | 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backsp |~ ` |
-|----------------------------------------------------------------|
-|Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \ |Del |
-|----------------------------------------------------------------|
-|CAPS | A| S| D| F| G| H| J| K| L| ;| '|Return |PgUp|
-|----------------------------------------------------------------|
-|Shift | Z| X| C| V| B| N| M| ,| .| /|Shift | Up|PgDn|
-|----------------------------------------------------------------|
-|Ctrl|Win |Alt | Space |Alt| FN|Ctrl|Lef|Dow|Rig |
-`----------------------------------------------------------------'
-Note: Shift + Esc = ~
- Win + Esc = `
- Fn + LShift = (
- Fn + RShift = )
-
- Fn Layer
-,----------------------------------------------------------------.
-| | F1|F2 |F3 |F4 |F5 |F6 |F7 |F8 |F9 |F10|F11|F12|Del |PRSC|
-|----------------------------------------------------------------|
-| | |Up | | | | | | | | | | | |Ins |
-|----------------------------------------------------------------|
-| |<- |Dn | ->| | |<- |Dn |Up | ->| | | |Hme |
-|----------------------------------------------------------------|
-| ( | | |Bl-|BL |BL+| | |VU-|VU+|MUT| ) | |End |
-|----------------------------------------------------------------|
-| | | | | | | | | | |
-`----------------------------------------------------------------'
-
-```
-
-The changes that were applied over the Unix layout:
-
-* Left and Right Shift when pressed alone emit `(` and `)` respectively. Hold shift for normal behaviour.
-* Fn + Left and Right Shift also act as actual `(` and `)` keys respectively.
-* Changed PrintSc to `Fn+``
-* Fixed Holding down space activating the function layer instead of the lower layer.