You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
229 B

#pragma once
#include QMK_KEYBOARD_H
#ifdef UNICODEMAP_ENABLE
enum unicode_names {
BUL1,
BUL2,
LARR,
RARR,
ENDASH,
EMDASH,
};
#define X_BUL (XP(BUL1, BUL2))
#define X_DASH (XP(ENDASH, EMDASH))
#endif