mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-09 02:14:20 +00:00
9 lines
205 B
C
9 lines
205 B
C
//Project specific configurations
|
|
#ifndef __GLOBAL_CONF_H__
|
|
#define __GLOBAL_CONF_H__
|
|
|
|
//Include uip.h gives all the uip configurations in uip-conf.h
|
|
#include "uip.h"
|
|
|
|
#endif /*__GLOBAL_CONF_H__*/
|