diff options
| author | QMK Bot <hello@qmk.fm> | 2020-03-14 14:08:48 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2020-03-14 14:08:48 +0000 |
| commit | 03ed8197175ffe046de050b3c2fd7b70f641cc60 (patch) | |
| tree | 8feedcce663350b5aff1467b9dc409d062878a40 | |
| parent | 141535c9db200348396abe38f66e8679c010767b (diff) | |
| download | qmk_firmware-03ed8197175ffe046de050b3c2fd7b70f641cc60.tar.gz qmk_firmware-03ed8197175ffe046de050b3c2fd7b70f641cc60.zip | |
format code according to conventions [skip ci]
| -rw-r--r-- | quantum/dynamic_keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c index 3bb84cbde..10d8c9eb6 100644 --- a/quantum/dynamic_keymap.c +++ b/quantum/dynamic_keymap.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | // This is the default EEPROM max address to use for dynamic keymaps. | 33 | // This is the default EEPROM max address to use for dynamic keymaps. |
| 34 | // The default is the ATmega32u4 EEPROM max address. | 34 | // The default is the ATmega32u4 EEPROM max address. |
| 35 | // Explicitly override it if the keyboard uses a microcontroller with | 35 | // Explicitly override it if the keyboard uses a microcontroller with |
| 36 | // more EEPROM *and* it makes sense to increase it. | 36 | // more EEPROM *and* it makes sense to increase it. |
| 37 | #ifndef DYNAMIC_KEYMAP_EEPROM_MAX_ADDR | 37 | #ifndef DYNAMIC_KEYMAP_EEPROM_MAX_ADDR |
| 38 | # define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 1023 | 38 | # define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 1023 |
