diff options
Diffstat (limited to 'keyboards/massdrop/ctrl/config.h')
| -rw-r--r-- | keyboards/massdrop/ctrl/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/massdrop/ctrl/config.h b/keyboards/massdrop/ctrl/config.h index fe8b60023..b1df4452c 100644 --- a/keyboards/massdrop/ctrl/config.h +++ b/keyboards/massdrop/ctrl/config.h | |||
| @@ -42,6 +42,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 42 | /* Temporary solution for matrix delay */ | 42 | /* Temporary solution for matrix delay */ |
| 43 | #define IGNORE_ATOMIC_BLOCK | 43 | #define IGNORE_ATOMIC_BLOCK |
| 44 | 44 | ||
| 45 | /* Avoid out-of-bounds errors when SmartEEPROM is not enabled */ | ||
| 46 | #define EEPROM_SIZE 1024 | ||
| 47 | |||
| 45 | /* MCU Port name definitions */ | 48 | /* MCU Port name definitions */ |
| 46 | #define PA 0 | 49 | #define PA 0 |
| 47 | #define PB 1 | 50 | #define PB 1 |
