1
0
Fork 0

ridingqwerty: userspace update (#8076)

* Userspace overhaul

* Remove testing directory

* Minorca keymap tweaks
This commit is contained in:
ridingqwerty 2020-02-04 14:17:10 -05:00 committed by GitHub
parent 50554ca270
commit 964ed17716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 2388 additions and 101 deletions

View file

@ -0,0 +1,7 @@
#include "unicode.h"
#ifdef UNICODEMAP_ENABLE
const uint32_t PROGMEM unicode_map[] = {
FOREACH_UNICODE(UCM_ENTRY)
};
#endif