Move GMMK Pro layouts to the correct subdir (#14241)
Also fix a compilation issue in the mike1808 keymap
This commit is contained in:
parent
b7693c971c
commit
fac5ec4656
17 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
#else
|
#else
|
||||||
// `PROGMEM const char secret[][x]` may work better, but it takes up more space in the firmware
|
// `PROGMEM const char secret[][x]` may work better, but it takes up more space in the firmware
|
||||||
// And I'm not familiar enough to know which is better or why...
|
// And I'm not familiar enough to know which is better or why...
|
||||||
static const char *const secret[] = {"test1", "test2", "test3", "test4", "test5"};
|
static const char *const secrets[] = {"test1", "test2", "test3", "test4", "test5"};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// userspace_config_t userspace_config;
|
// userspace_config_t userspace_config;
|
Loading…
Reference in a new issue