diff options
author | Nick Brassel <nick@tzarc.org> | 2024-03-15 04:52:30 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 17:52:30 +0000 |
commit | 67df06eb441316d03256a962d4dad85d3a76cb37 (patch) | |
tree | 3c7b3e89c877bee1d3f06f48407160b6ff30c332 /keyboards/cipulot/common | |
parent | 10800259739e1bf35db7a8d0c8acfa102f3de7a9 (diff) |
Fixup cipulot eeprom. (#23280)
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 |