mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-10 19:04:18 +00:00
16 lines
364 B
C
16 lines
364 B
C
#ifndef __APPS_CONF_H__
|
|
#define __APPS_CONF_H__
|
|
|
|
//Here we include the header file for the application(s) we use in our project.
|
|
|
|
//#include "smtp.h"
|
|
//#include "hello-world.h"
|
|
//#include "simple-httpd.h"
|
|
//#include "telnetd.h"
|
|
//#include "webserver.h"
|
|
//#include "dhcpc.h"
|
|
//#include "resolv.h"
|
|
//#include "webclient.h"
|
|
|
|
#endif /*__APPS_CONF_H__*/
|