forked from mirrors/qmk_firmware
9 lines
86 B
C
9 lines
86 B
C
|
const char secret[][64] = {
|
||
|
"test1",
|
||
|
"test2",
|
||
|
"test3",
|
||
|
"test4",
|
||
|
"test5"
|
||
|
};
|
||
|
|