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/ec_pro2 | |
parent | 10800259739e1bf35db7a8d0c8acfa102f3de7a9 (diff) |
Fixup cipulot eeprom. (#23280)
Diffstat (limited to 'keyboards/cipulot/ec_pro2')
-rw-r--r-- | keyboards/cipulot/ec_pro2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cipulot/ec_pro2/config.h b/keyboards/cipulot/ec_pro2/config.h index d4dc8cf68a..c936b248c4 100644 --- a/keyboards/cipulot/ec_pro2/config.h +++ b/keyboards/cipulot/ec_pro2/config.h @@ -63,7 +63,7 @@ // #define DEBUG_MATRIX_SCAN_RATE -#define EECONFIG_KB_DATA_SIZE 160 +#define EECONFIG_KB_DATA_SIZE 159 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |