diff options
Diffstat (limited to 'tmk_core/common/eeconfig.h')
-rw-r--r-- | tmk_core/common/eeconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h index d576634f5..0ac3dff07 100644 --- a/tmk_core/common/eeconfig.h +++ b/tmk_core/common/eeconfig.h | |||
@@ -40,6 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
40 | #define EECONFIG_HANDEDNESS (uint8_t *)14 | 40 | #define EECONFIG_HANDEDNESS (uint8_t *)14 |
41 | #define EECONFIG_KEYBOARD (uint32_t *)15 | 41 | #define EECONFIG_KEYBOARD (uint32_t *)15 |
42 | #define EECONFIG_USER (uint32_t *)19 | 42 | #define EECONFIG_USER (uint32_t *)19 |
43 | #define EECONFIG_VELOCIKEY (uint8_t *)23 | ||
43 | 44 | ||
44 | #define EECONFIG_HAPTIC (uint32_t*)24 | 45 | #define EECONFIG_HAPTIC (uint32_t*)24 |
45 | 46 | ||