Make it easier to use drivers

This commit is contained in:
Fred Sundvik
2017-07-09 20:35:33 +03:00
committed by Jack Humbert
parent 4da3b19603
commit 9d8279960d
15 changed files with 58 additions and 45 deletions
-6
View File
@@ -22,12 +22,6 @@
#ifndef _GFXCONF_H
#define _GFXCONF_H
#ifndef EMULATOR
#define GDISP_DRIVER_LIST GDISPVMT_ST7565_QMK, GDISPVMT_IS31FL3731C_QMK
#else
#define GDISP_DRIVER_LIST GDISPVMT_EMULATOR_LCD_ERGODOX, GDISPVMT_EMULATOR_LED_ERGODOX
#endif
#include "common_gfxconf.h"
#endif /* _GFXCONF_H */