mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
12 lines
201 B
C
12 lines
201 B
C
/*
|
|
DMBS Build System
|
|
Released into the public domain.
|
|
|
|
dean [at] fourwalledcubicle [dot] com
|
|
www.fourwalledcubicle.com
|
|
*/
|
|
|
|
int main(void)
|
|
{
|
|
// Application code here.
|
|
}
|