forked from mfulz_github/qmk_firmware
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__*/
|