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 | |
| parent | aca0f4dcaed3af3ae2ed689e3ae556269c3f6691 (diff) | |
| download | qmk_firmware-630f065376618d94f4616687629aadb3ee91e562.tar.gz qmk_firmware-630f065376618d94f4616687629aadb3ee91e562.zip | |
Remove ergodox from gdisp driver names
| -rw-r--r-- | drivers/ugfx/gdisp/IS31FL3731C/driver.mk | 2 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/is31fl3731c/driver.mk | 2 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/is31fl3731c/gdisp_is31fl3731c.c (renamed from drivers/ugfx/gdisp/IS31FL3731C/gdisp_IS31FL3731C.c) | 2 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/is31fl3731c/gdisp_lld_config.h (renamed from drivers/ugfx/gdisp/IS31FL3731C/gdisp_lld_config.h) | 0 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/st7565/driver.mk | 2 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/st7565/gdisp_lld_ST7565.c (renamed from drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_ST7565.c) | 2 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/st7565/gdisp_lld_config.h (renamed from drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_config.h) | 0 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/st7565/st7565.h (renamed from drivers/ugfx/gdisp/st7565ergodox/st7565.h) | 0 | ||||
| -rw-r--r-- | drivers/ugfx/gdisp/st7565ergodox/driver.mk | 2 | ||||
| -rw-r--r-- | keyboards/ergodox/infinity/gfxconf.h | 2 | ||||
| -rw-r--r-- | keyboards/ergodox/infinity/rules.mk | 4 | ||||
| -rw-r--r-- | keyboards/whitefox/gfxconf.h | 2 | ||||
| -rw-r--r-- | keyboards/whitefox/rules.mk | 2 |
13 files changed, 11 insertions, 11 deletions
diff --git a/drivers/ugfx/gdisp/IS31FL3731C/driver.mk b/drivers/ugfx/gdisp/IS31FL3731C/driver.mk deleted file mode 100644 index 58a16d209..000000000 --- a/drivers/ugfx/gdisp/IS31FL3731C/driver.mk +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | GFXINC += drivers/ugfx/gdisp/IS31FL3731C | ||
| 2 | GFXSRC += drivers/ugfx/gdisp/IS31FL3731C/gdisp_IS31FL3731C.c | ||
diff --git a/drivers/ugfx/gdisp/is31fl3731c/driver.mk b/drivers/ugfx/gdisp/is31fl3731c/driver.mk new file mode 100644 index 000000000..c9de62d1e --- /dev/null +++ b/drivers/ugfx/gdisp/is31fl3731c/driver.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | GFXINC += drivers/ugfx/gdisp/is31fl3731c | ||
| 2 | GFXSRC += drivers/ugfx/gdisp/is31fl3731c/gdisp_is31fl3731c.c | ||
diff --git a/drivers/ugfx/gdisp/IS31FL3731C/gdisp_IS31FL3731C.c b/drivers/ugfx/gdisp/is31fl3731c/gdisp_is31fl3731c.c index 2d78a5533..c55dd0a0e 100644 --- a/drivers/ugfx/gdisp/IS31FL3731C/gdisp_IS31FL3731C.c +++ b/drivers/ugfx/gdisp/is31fl3731c/gdisp_is31fl3731c.c | |||
| @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #if GFX_USE_GDISP | 20 | #if GFX_USE_GDISP |
| 21 | 21 | ||
| 22 | #define GDISP_DRIVER_VMT GDISPVMT_IS31FL3731C_ERGODOX | 22 | #define GDISP_DRIVER_VMT GDISPVMT_IS31FL3731C_QMK |
| 23 | #include "gdisp_lld_config.h" | 23 | #include "gdisp_lld_config.h" |
| 24 | #include "src/gdisp/gdisp_driver.h" | 24 | #include "src/gdisp/gdisp_driver.h" |
| 25 | 25 | ||
diff --git a/drivers/ugfx/gdisp/IS31FL3731C/gdisp_lld_config.h b/drivers/ugfx/gdisp/is31fl3731c/gdisp_lld_config.h index bb28ad775..bb28ad775 100644 --- a/drivers/ugfx/gdisp/IS31FL3731C/gdisp_lld_config.h +++ b/drivers/ugfx/gdisp/is31fl3731c/gdisp_lld_config.h | |||
diff --git a/drivers/ugfx/gdisp/st7565/driver.mk b/drivers/ugfx/gdisp/st7565/driver.mk new file mode 100644 index 000000000..0190b6019 --- /dev/null +++ b/drivers/ugfx/gdisp/st7565/driver.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | GFXINC += drivers/ugfx/gdisp/st7565 | ||
| 2 | GFXSRC += drivers/ugfx/gdisp/st7565/gdisp_lld_ST7565.c | ||
diff --git a/drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_ST7565.c b/drivers/ugfx/gdisp/st7565/gdisp_lld_ST7565.c index c576280a1..69c574772 100644 --- a/drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_ST7565.c +++ b/drivers/ugfx/gdisp/st7565/gdisp_lld_ST7565.c | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | #if GFX_USE_GDISP | 10 | #if GFX_USE_GDISP |
| 11 | 11 | ||
| 12 | #define GDISP_DRIVER_VMT GDISPVMT_ST7565_ERGODOX | 12 | #define GDISP_DRIVER_VMT GDISPVMT_ST7565_QMK |
| 13 | #include "gdisp_lld_config.h" | 13 | #include "gdisp_lld_config.h" |
| 14 | #include "src/gdisp/gdisp_driver.h" | 14 | #include "src/gdisp/gdisp_driver.h" |
| 15 | 15 | ||
diff --git a/drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_config.h b/drivers/ugfx/gdisp/st7565/gdisp_lld_config.h index 2b66a877c..2b66a877c 100644 --- a/drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_config.h +++ b/drivers/ugfx/gdisp/st7565/gdisp_lld_config.h | |||
diff --git a/drivers/ugfx/gdisp/st7565ergodox/st7565.h b/drivers/ugfx/gdisp/st7565/st7565.h index 24924ff05..24924ff05 100644 --- a/drivers/ugfx/gdisp/st7565ergodox/st7565.h +++ b/drivers/ugfx/gdisp/st7565/st7565.h | |||
diff --git a/drivers/ugfx/gdisp/st7565ergodox/driver.mk b/drivers/ugfx/gdisp/st7565ergodox/driver.mk deleted file mode 100644 index 401e15e69..000000000 --- a/drivers/ugfx/gdisp/st7565ergodox/driver.mk +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | GFXINC += drivers/ugfx/gdisp/st7565ergodox | ||
| 2 | GFXSRC += drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_ST7565.c | ||
diff --git a/keyboards/ergodox/infinity/gfxconf.h b/keyboards/ergodox/infinity/gfxconf.h index 45b9f5858..a3fb5b0c7 100644 --- a/keyboards/ergodox/infinity/gfxconf.h +++ b/keyboards/ergodox/infinity/gfxconf.h | |||
| @@ -130,7 +130,7 @@ | |||
| 130 | //#define GDISP_TOTAL_DISPLAYS 2 | 130 | //#define GDISP_TOTAL_DISPLAYS 2 |
| 131 | 131 | ||
| 132 | #ifndef EMULATOR | 132 | #ifndef EMULATOR |
| 133 | #define GDISP_DRIVER_LIST GDISPVMT_ST7565_ERGODOX, GDISPVMT_IS31FL3731C_ERGODOX | 133 | #define GDISP_DRIVER_LIST GDISPVMT_ST7565_QMK, GDISPVMT_IS31FL3731C_QMK |
| 134 | #else | 134 | #else |
| 135 | #define GDISP_DRIVER_LIST GDISPVMT_EMULATOR_LCD_ERGODOX, GDISPVMT_EMULATOR_LED_ERGODOX | 135 | #define GDISP_DRIVER_LIST GDISPVMT_EMULATOR_LCD_ERGODOX, GDISPVMT_EMULATOR_LED_ERGODOX |
| 136 | #endif | 136 | #endif |
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk index 9e2246363..18171560d 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk | |||
| @@ -67,5 +67,5 @@ LCD_BACKLIGHT_ENABLE = yes | |||
| 67 | MIDI_ENABLE = no | 67 | MIDI_ENABLE = no |
| 68 | RGBLIGHT_ENABLE = no | 68 | RGBLIGHT_ENABLE = no |
| 69 | 69 | ||
| 70 | include $(TOP_DIR)/drivers/ugfx/gdisp/st7565ergodox/driver.mk | 70 | include $(TOP_DIR)/drivers/ugfx/gdisp/st7565/driver.mk |
| 71 | include $(TOP_DIR)/drivers/ugfx/gdisp/IS31FL3731C/driver.mk \ No newline at end of file | 71 | include $(TOP_DIR)/drivers/ugfx/gdisp/is31fl3731c/driver.mk \ No newline at end of file |
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 @@ | |||
| 130 | //#define GDISP_TOTAL_DISPLAYS 2 | 130 | //#define GDISP_TOTAL_DISPLAYS 2 |
| 131 | 131 | ||
| 132 | #ifndef EMULATOR | 132 | #ifndef EMULATOR |
| 133 | #define GDISP_DRIVER_LIST GDISPVMT_IS31FL3731C_WHITEFOX | 133 | #define GDISP_DRIVER_LIST GDISPVMT_IS31FL3731C_QMK |
| 134 | #endif | 134 | #endif |
| 135 | 135 | ||
| 136 | #ifdef GDISP_DRIVER_LIST | 136 | #ifdef GDISP_DRIVER_LIST |
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 4cf23a390..c0effcb7b 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk | |||
| @@ -70,4 +70,4 @@ CUSTOM_MATRIX = yes # Custom matrix file | |||
| 70 | BACKLIGHT_ENABLE = yes | 70 | BACKLIGHT_ENABLE = yes |
| 71 | VISUALIZER_ENABLE = yes | 71 | VISUALIZER_ENABLE = yes |
| 72 | 72 | ||
| 73 | include $(TOP_DIR)/drivers/ugfx/gdisp/IS31FL3731C/driver.mk | 73 | include $(TOP_DIR)/drivers/ugfx/gdisp/is31fl3731c/driver.mk |
