ridingqwerty: userspace update (#8076)
* Userspace overhaul * Remove testing directory * Minorca keymap tweaks
This commit is contained in:
7
users/ridingqwerty/unicode.c
Normal file
7
users/ridingqwerty/unicode.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include "unicode.h"
|
||||
|
||||
#ifdef UNICODEMAP_ENABLE
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
FOREACH_UNICODE(UCM_ENTRY)
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user