mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-11 03:14:14 +00:00
13 lines
260 B
C
13 lines
260 B
C
//Project specific configurations
|
|
#ifndef __GLOBAL_CONF_H__
|
|
#define __GLOBAL_CONF_H__
|
|
|
|
//Define frequency
|
|
// #define F_CPU 12500000UL
|
|
//
|
|
|
|
//Include uip.h gives all the uip configurations in uip-conf.h
|
|
#include "uip.h"
|
|
|
|
#endif /*__GLOBAL_CONF_H__*/
|