diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2020-01-22 20:44:12 +0000 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-01-22 12:44:12 -0800 |
commit | 9e6e01cabb5045dcc61ff82aa0a2820f2aacdd69 (patch) | |
tree | 20ff31289895845287b30f1f5d7f00cb67a662fe /keyboards/nk65 | |
parent | a561443fcacc75ce6b389bd0831af85a2d104f11 (diff) | |
download | qmk_firmware-9e6e01cabb5045dcc61ff82aa0a2820f2aacdd69.tar.gz qmk_firmware-9e6e01cabb5045dcc61ff82aa0a2820f2aacdd69.zip |
eeprom size fix (#7969)
Diffstat (limited to 'keyboards/nk65')
-rwxr-xr-x | keyboards/nk65/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nk65/config.h b/keyboards/nk65/config.h index 46450a14c..826e54180 100755 --- a/keyboards/nk65/config.h +++ b/keyboards/nk65/config.h | |||
@@ -140,7 +140,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
140 | 140 | ||
141 | // Backlight config starts after VIA's EEPROM usage, | 141 | // Backlight config starts after VIA's EEPROM usage, |
142 | // dynamic keymaps start after this. | 142 | // dynamic keymaps start after this. |
143 | #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31 | 143 | #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32 |
144 | 144 | ||
145 | // VIA lighting is handled by the keyboard-level code | 145 | // VIA lighting is handled by the keyboard-level code |
146 | #define VIA_CUSTOM_LIGHTING_ENABLE | 146 | #define VIA_CUSTOM_LIGHTING_ENABLE |