diff options
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index cbadbbd33..afc8b043c 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -109,6 +109,8 @@ class KeyboardConfig final uint8_t *mActiveKeys2; /**< Stores a list of all the keys */ + unsigned int mRepeatTime; + KeyToActionMap mKeyToAction; KeyToIdMap mKeyToId; |