diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2017-04-13 13:26:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 13:26:02 +0200 |
commit | a43cb6c0af3ac616903172c4b8932bfc5ee4939b (patch) | |
tree | c3ca94b544ab832507b37b6268bb04f7f7eedb4a /keyboards/ergodox/infinity/gfxconf.h | |
parent | 3e41cde9f99778ca30c03b97470c32780379db43 (diff) | |
parent | d3301c0f8b0005738ab9aa2030d83739ffb5c4b6 (diff) |
Merge pull request #20 from qmk/master
Merge from QMK
Diffstat (limited to 'keyboards/ergodox/infinity/gfxconf.h')
-rw-r--r-- | keyboards/ergodox/infinity/gfxconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/infinity/gfxconf.h b/keyboards/ergodox/infinity/gfxconf.h index 8caa577b73..45b9f58580 100644 --- a/keyboards/ergodox/infinity/gfxconf.h +++ b/keyboards/ergodox/infinity/gfxconf.h @@ -143,7 +143,7 @@ #define GDISP_HARDWARE_DRAWPIXEL TRUE #define GDISP_HARDWARE_CLEARS FALSE #define GDISP_HARDWARE_FILLS FALSE - #define GDISP_HARDWARE_BITFILLS FALSE + //#define GDISP_HARDWARE_BITFILLS FALSE #define GDISP_HARDWARE_SCROLL FALSE #define GDISP_HARDWARE_PIXELREAD TRUE #define GDISP_HARDWARE_CONTROL TRUE |