summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-03-14 14:08:48 +0000
committerQMK Bot <hello@qmk.fm>2020-03-14 14:08:48 +0000
commit03ed8197175ffe046de050b3c2fd7b70f641cc60 (patch)
tree8feedcce663350b5aff1467b9dc409d062878a40
parent141535c9db200348396abe38f66e8679c010767b (diff)
format code according to conventions [skip ci]0.8.38
-rw-r--r--quantum/dynamic_keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c
index 3bb84cbdea..10d8c9eb66 100644
--- a/quantum/dynamic_keymap.c
+++ b/quantum/dynamic_keymap.c
@@ -32,7 +32,7 @@
// This is the default EEPROM max address to use for dynamic keymaps.
// The default is the ATmega32u4 EEPROM max address.
-// Explicitly override it if the keyboard uses a microcontroller with
+// Explicitly override it if the keyboard uses a microcontroller with
// more EEPROM *and* it makes sense to increase it.
#ifndef DYNAMIC_KEYMAP_EEPROM_MAX_ADDR
# define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 1023