diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-07-09 13:37:24 +0300 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-10 09:01:59 -0400 |
commit | 630f065376618d94f4616687629aadb3ee91e562 (patch) | |
tree | ec458f96ab4e7d038634d105b5399873e2b1b1dd /keyboards/whitefox/gfxconf.h | |
parent | aca0f4dcaed3af3ae2ed689e3ae556269c3f6691 (diff) | |
download | qmk_firmware-630f065376618d94f4616687629aadb3ee91e562.tar.gz |
Remove ergodox from gdisp driver names
Diffstat (limited to 'keyboards/whitefox/gfxconf.h')
-rw-r--r-- | keyboards/whitefox/gfxconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/whitefox/gfxconf.h b/keyboards/whitefox/gfxconf.h index 890317a0f..27dfb94fb 100644 --- a/keyboards/whitefox/gfxconf.h +++ b/keyboards/whitefox/gfxconf.h @@ -130,7 +130,7 @@ //#define GDISP_TOTAL_DISPLAYS 2 #ifndef EMULATOR -#define GDISP_DRIVER_LIST GDISPVMT_IS31FL3731C_WHITEFOX +#define GDISP_DRIVER_LIST GDISPVMT_IS31FL3731C_QMK #endif #ifdef GDISP_DRIVER_LIST |