diff options
Diffstat (limited to 'keyboards/cipulot/common')
-rw-r--r-- | keyboards/cipulot/common/ec_switch_matrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/cipulot/common/ec_switch_matrix.h b/keyboards/cipulot/common/ec_switch_matrix.h index ad03f093de..4b424911da 100644 --- a/keyboards/cipulot/common/ec_switch_matrix.h +++ b/keyboards/cipulot/common/ec_switch_matrix.h @@ -20,6 +20,7 @@ #include <stdbool.h> #include "matrix.h" #include "eeconfig.h" +#include "util.h" typedef struct PACKED { uint8_t actuation_mode; // 0: normal board-wide APC, 1: Rapid trigger from specific board-wide actuation point, 2: Rapid trigger from resting point |