mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-05 17:09:29 +00:00
9 lines
86 B
C
9 lines
86 B
C
|
const char secret[][64] = {
|
||
|
"test1",
|
||
|
"test2",
|
||
|
"test3",
|
||
|
"test4",
|
||
|
"test5"
|
||
|
};
|
||
|
|