mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-12 13:17:38 +06:00
d5a76e899d
* Add "secret" macor * Updating secret macros * Re-add RGB to Ergodox * Fixed issue when RGB was disabled * Consistency changes * Updated bootloader macro * Fixing audio setup * Fix bootloader typo * Update to full list of stings (for completeness) * Template fix * Finally got woodpad to force numlock * Fix for new RGB mode
9 lines
86 B
C
9 lines
86 B
C
const char secret[][64] = {
|
|
"test1",
|
|
"test2",
|
|
"test3",
|
|
"test4",
|
|
"test5"
|
|
};
|
|
|