summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/infinity/drivers/gdisp/emulator_lcd/driver.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-07 21:28:28 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 19:48:04 +0200
commit9af995c59b2655fa347e43b1eab2122e72ef7fe3 (patch)
treef76ccbd3ab8c911ae851bb83d13173c5755c7162 /keyboards/ergodox/infinity/drivers/gdisp/emulator_lcd/driver.mk
parent30003d48f9a04676b81bf2980a235106ec7886b0 (diff)
downloadqmk_firmware-9af995c59b2655fa347e43b1eab2122e72ef7fe3.tar.gz
qmk_firmware-9af995c59b2655fa347e43b1eab2122e72ef7fe3.tar.xz
Initial structure for Ergodox as subprojects
Only the EZ default keymaps compiles at the moment though.
Diffstat (limited to 'keyboards/ergodox/infinity/drivers/gdisp/emulator_lcd/driver.mk')
-rw-r--r--keyboards/ergodox/infinity/drivers/gdisp/emulator_lcd/driver.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox/infinity/drivers/gdisp/emulator_lcd/driver.mk b/keyboards/ergodox/infinity/drivers/gdisp/emulator_lcd/driver.mk
new file mode 100644
index 000000000..16c3f80f5
--- /dev/null
+++ b/keyboards/ergodox/infinity/drivers/gdisp/emulator_lcd/driver.mk
@@ -0,0 +1,2 @@
+GFXINC += drivers/gdisp/emulator_lcd
+GFXSRC += drivers/gdisp/emulator_lcd/emulator_lcd.c