Emoji Keys for Kaleidoscope
Install this plugin as you would any other 3rd-party plugin. Specifically:
- Find your plugin directory. This is wherever you normally put plugins; it
should be
$SKETCHBOOK_DIR/hardware/keyboardio/avr/libraries
, or at least accessible from there via symlink.$SKETCHBOOK_DIR
is your Arduino sketchbook directory, perhaps$HOME/Arduino
or$HOME/Documents/Arduino
. - Install this plugin into your plugin directory using one of the below options.
- (Option 1 - using Git) Clone this Git repo into your plugin directory. This can
be done from the command line - just navigate to your plugin directory and type
git clone https://github.com/jjochen/Kaleidoscope-Emoji
. - (Option 2 - no Git or command-line required) Click the green "Clone or download" button at the top right of this page, and select "Download ZIP". Then, unzip the folder in your plugin directory.
You're done!
To activate the plugin, you need to include the header, tell Kaleidoscope to use
the plugin, and place the Key_Emoji...
keys in your keymap.
#include <Kaleidoscope.h>
#include <Kaleidoscope-Emoji.h>
KALEIDOSCOPE_INIT_PLUGINS(Emoji);
- 😂 Key_EmojiJoyful
- 😃 Key_EmojiSmile
- 😉 Key_EmojiWink
- 😊 Key_EmojiBlush
- 😎 Key_EmojiConfident
- 😘 Key_EmojiFlirty
- 🤔 Key_EmojiThinking
- 🙄 Key_EmojiDisbelief
- 😜 Key_EmojiMischievous
- 🙃 Key_EmojiUpsideDown
- 😤 Key_EmojiAnnoyed
- 🤯 Key_EmojiExplodingHead
- 😬 Key_EmojiGrimaced
- 😳 Key_EmojiFlushed
- 🤪 Key_EmojiCrazy
- 😷 Key_EmojiIll
- 🤮 Key_EmojiVomiting
- 🤓 Key_EmojiNerd
- ☠️ Key_EmojiCrossbones
- 🕺 Key_EmojiManDancing
- 🖖 Key_EmojiVulcan
- 🤘 Key_EmojiMetal
- 👍️ Key_EmojiThumbsup
- 👎️ Key_EmojiThumbsdown
- 👋 Key_EmojiWave
- 👀 Key_EmojiEyes
- ❤️ Key_EmojiHeart
- 💥 Key_EmojiBoom
- 🕳️ Key_EmojiHole
- 🦄 Key_EmojiUnicornFace
- 🐌 Key_EmojiSnail
- 🦗 Key_EmojiCricket
- 🌻 Key_EmojiSunflower
- 🍑 Key_EmojiPeach
- 🚧 Key_EmojiConstruction
- 🚀 Key_EmojiRocket
- ⏳️ Key_EmojiHourglassFlowing
- ✨ Key_EmojiSparkles
- 🎈 Key_EmojiBalloon
- 🎉 Key_EmojiParty
- 🎁 Key_EmojiGift
- 📱 Key_EmojiMobile
- ⌨️ Key_EmojiKeyboard
- ✉️ Key_EmojiEnvelope
- 🛒 Key_EmojiShoppingCart
⚠️ Key_EmojiWarning- ✅ Key_EmojiWhiteCheckMark
- ❌ Key_EmojiCrossMark
The example is a working sketch using Kaleidoscope-Emoji.