mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-12 21:25:33 +06:00
9 lines
86 B
C
9 lines
86 B
C
|
const char secret[][64] = {
|
||
|
"test1",
|
||
|
"test2",
|
||
|
"test3",
|
||
|
"test4",
|
||
|
"test5"
|
||
|
};
|
||
|
|