diff options
-rw-r--r-- | touchpad.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #include "touchpad.h" #include "glcd.h" -static struct cal cal; +static struct cal cal = { + 1, 1, 0, 0 +}; static const SPIConfig spicfg = { NULL, |
![]() |
index : avr/qmk/uGFX | |
[no description] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | touchpad.c | 4 |
@@ -1,7 +1,9 @@ #include "touchpad.h" #include "glcd.h" -static struct cal cal; +static struct cal cal = { + 1, 1, 0, 0 +}; static const SPIConfig spicfg = { NULL, |