From b1b53366275c154edffcfe92cba50d277d0c1268 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Thu, 22 Apr 2021 14:35:58 +1000 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=A6=86=20emoji=20to=20enable=20'du?= =?UTF-8?q?=20-cks'=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 68keys/pwarren/keymap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/68keys/pwarren/keymap.c b/68keys/pwarren/keymap.c index 8c7035e..f77dd8c 100644 --- a/68keys/pwarren/keymap.c +++ b/68keys/pwarren/keymap.c @@ -17,6 +17,7 @@ enum unicode_names { GRIM, DRAGON, FISHY, + DUCK, }; const uint32_t PROGMEM unicode_map[] = { @@ -35,6 +36,7 @@ const uint32_t PROGMEM unicode_map[] = { [GRIM] = 0x1F62C, [DRAGON] = 0x1F409, [FISHY] = 0x1F41F, + [DUCK] = 0x1f986, }; @@ -56,7 +58,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ), [2] = LAYOUT_68_ansi( // mouse movement and emojis _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, UC_MOD, UC_RMOD, - _______, _______, _______, _______, _______, X(THUU), _______, _______, _______, _______, X(POOP), _______, _______, _______, UC_M_LN, _______, + _______, _______, X(DUCK), _______, _______, X(THUU), _______, _______, _______, _______, X(POOP), _______, _______, _______, UC_M_LN, _______, _______, _______, X(SNEK), X(DRAGON), X(FISHY), X(THUD), X(WINK), X(GRIM), X(KISS), X(CHEESY), X(FROWN), X(SMILE), _______, _______, _______, _______, _______, KC_MS_BTN3, _______, _______, _______, _______, _______, _______, KC_MS_BTN2, KC_MS_UP, _______, _______, _______, _______, _______, _______, KC_MS_BTN1, KC_MS_LEFT, KC_MS_DOWN, KC_MS_RIGHT