Add 🦆 emoji to enable 'du -cks' alias

This commit is contained in:
Paul Warren 2021-04-22 14:35:58 +10:00
parent 371fff536a
commit b1b5336627
1 changed files with 3 additions and 1 deletions

View File

@ -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