diff options
Diffstat (limited to 'quantum/via.h')
-rw-r--r-- | quantum/via.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/via.h b/quantum/via.h index 373843f90..d0510fcab 100644 --- a/quantum/via.h +++ b/quantum/via.h | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | #pragma once | 17 | #pragma once |
18 | 18 | ||
19 | #include <tmk_core/common/eeconfig.h> // for EECONFIG_SIZE | 19 | #include "tmk_core/common/eeconfig.h" // for EECONFIG_SIZE |
20 | 20 | ||
21 | // Keyboard level code can change where VIA stores the magic. | 21 | // Keyboard level code can change where VIA stores the magic. |
22 | // The magic is the build date YYMMDD encoded as BCD in 3 bytes, | 22 | // The magic is the build date YYMMDD encoded as BCD in 3 bytes, |