summaryrefslogtreecommitdiffstats
path: root/keyboards/2_milk/keymaps/emoji/config.h
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/config.h
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/config.h')
-rw-r--r--keyboards/2_milk/keymaps/emoji/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/2_milk/keymaps/emoji/config.h b/keyboards/2_milk/keymaps/emoji/config.h
new file mode 100644
index 0000000000..90e4d63102
--- /dev/null
+++ b/keyboards/2_milk/keymaps/emoji/config.h
@@ -0,0 +1,2 @@
+#define UNICODE_SELECTED_MODES UC_LNX, UC_OSX, UC_WIN, UC_WINC
+#define TAPPING_TERM 300 \ No newline at end of file