1
0
Fork 0

Align definition of unicode_map (#19452)

This commit is contained in:
Joel Challis 2023-01-01 00:54:12 +00:00 committed by GitHub
parent 4704a4e053
commit d0ebafaea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 46 additions and 46 deletions

View file

@ -22,7 +22,7 @@
#include "action.h"
#include "progmem.h"
extern const uint32_t PROGMEM unicode_map[];
extern const uint32_t unicode_map[] PROGMEM;
uint16_t unicodemap_index(uint16_t keycode);
bool process_unicodemap(uint16_t keycode, keyrecord_t *record);