summaryrefslogtreecommitdiffstats
path: root/keyboards/2_milk/keymaps/emoji/readme.md
diff options
context:
space:
mode:
authorCatriel Müller <catrielmuller@gmail.com>2019-10-15 19:29:33 -0300
committerJoel Challis <git@zvecr.com>2019-10-15 23:29:33 +0100
commit45225190794b438129d5b27d4fe5b756fdf2efc4 (patch)
tree8bfb50b194818013091793b79b2e5359ec3851c4 /keyboards/2_milk/keymaps/emoji/readme.md
parentfeb116c4f33d1c4f451f3eecbf3d8f80be80e557 (diff)
Milk 2% - Unicode Keymap Fix and Improvements (#7013)
* - Enabled Unicode Feature to fix the build - Added TapDance Feature to improve the functionality of the Keyboard - Added the ability to switch between the Unicodes Modes - Added more Emojis thanks to the tap dance feature * Fix Format
Diffstat (limited to 'keyboards/2_milk/keymaps/emoji/readme.md')
-rw-r--r--keyboards/2_milk/keymaps/emoji/readme.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/2_milk/keymaps/emoji/readme.md b/keyboards/2_milk/keymaps/emoji/readme.md
index 980be7dd5c..1d5a08730d 100644
--- a/keyboards/2_milk/keymaps/emoji/readme.md
+++ b/keyboards/2_milk/keymaps/emoji/readme.md
@@ -1,2 +1,39 @@
# Emoji Keymap
![Picture](https://i.imgur.com/1zEZ9Lq.png)
+
+# Unicode Setup
+
+Unicode input in QMK works by inputting a sequence of characters to the
+OS, sort of like a macro. Unfortunately, the way this is done differs
+for each platform. Specifically, each platform requires a different
+combination of keys to trigger Unicode input. Therefore, a
+corresponding input mode has to be set in QMK.
+
+Documentation: [Feature Unicode](https://beta.docs.qmk.fm/features/feature_unicode#input-modes)
+
+On this keymap the default unicode mode it's `UC_LNX`.
+You can change it permanently tapping 2 times the KeyOne to select the next mode.
+
+## Unicode Mode List
+- UC_LNX
+- UC_OSX
+- UC_WIN
+- UC_WINC
+
+# Keymap
+To add more functionality to this Minimal Keyboard,
+it's implemented the tap dance feature, so pressing the same key
+multiples times will produce different emojis.
+
+## Key One
+
+- 1 Tap: `¯\_(ツ)_/¯`
+- 2 Taps: Switch Unicode Input Type
+
+## Key Two
+
+- 1 Tap: `ಠ_ಠ`
+- 2 Taps: `(ノಠ痊ಠ)ノ彡┻━┻`
+- 3 Taps: `╭∩╮(-_-)╭∩╮`
+- 4 Taps: `(づ ̄ ³ ̄)づ`
+- 5 Taps: `(︺︹︺)` \ No newline at end of file