summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-01-16 05:10:30 +0100
committerJack Humbert <jack.humb@gmail.com>2016-01-16 05:10:30 +0100
commit6e3c36360ed291b9ca2bd014571236308a933d0c (patch)
tree56aac412390dcb72fc1424f0bc7528198d103a76 /quantum
parent4c100dbbef5b97290cbe6d4846575a940649c958 (diff)
downloadqmk_firmware-6e3c36360ed291b9ca2bd014571236308a933d0c.tar.gz
qmk_firmware-6e3c36360ed291b9ca2bd014571236308a933d0c.tar.xz
sounds
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap_unicode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/keymap_unicode.c b/quantum/keymap_unicode.c
index a9357edec..a44965e61 100644
--- a/quantum/keymap_unicode.c
+++ b/quantum/keymap_unicode.c
@@ -30,6 +30,8 @@ uint16_t hextokeycode(int hex) {
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt)
{
+ // For more info on how this works per OS, see here: https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_code_input
+
if (record->event.pressed) {
uint16_t unicode = (opt << 8) | id;
register_code(KC_LALT);