mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-12 06:54:42 +00:00
13 lines
201 B
C
13 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.
|
||
|
}
|