]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/whitefox/gfxconf.h
Merge pull request #1915 from dondelelcaro/ergodox_ez_left_leds
[qmk_firmware.git] / keyboards / whitefox / gfxconf.h
1 /**
2  * This file has a different license to the rest of the uGFX system.
3  * You can copy, modify and distribute this file as you see fit.
4  * You do not need to publish your source modifications to this file.
5  * The only thing you are not permitted to do is to relicense it
6  * under a different license.
7  */
8
9 /**
10  * Copy this file into your project directory and rename it as gfxconf.h
11  * Edit your copy to turn on the uGFX features you want to use.
12  * The values below are the defaults.
13  *
14  * Only remove the comments from lines where you want to change the
15  * default value. This allows definitions to be included from
16  * driver makefiles when required and provides the best future
17  * compatibility for your project.
18  *
19  * Please use spaces instead of tabs in this file.
20  */
21
22 #ifndef _GFXCONF_H
23 #define _GFXCONF_H
24
25 #include "common_gfxconf.h"
26
27 #endif /* _GFXCONF_H */