summaryrefslogtreecommitdiffstats
path: root/keyboards/gboards/georgi/keymaps/colemak-dh/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gboards/georgi/keymaps/colemak-dh/keymap.c')
-rw-r--r--keyboards/gboards/georgi/keymaps/colemak-dh/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gboards/georgi/keymaps/colemak-dh/keymap.c b/keyboards/gboards/georgi/keymaps/colemak-dh/keymap.c
index 29b35f6abd..af7edc2a9b 100644
--- a/keyboards/gboards/georgi/keymaps/colemak-dh/keymap.c
+++ b/keyboards/gboards/georgi/keymaps/colemak-dh/keymap.c
@@ -302,5 +302,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
// Don't fuck with this, thanks.
-size_t keymapsCount = sizeof(keymaps)/sizeof(keymaps[0]);
-size_t stenoLayerCount = sizeof(stenoLayers)/sizeof(stenoLayers[0]);
+size_t keymapsCount = ARRAY_SIZE(keymaps);
+size_t stenoLayerCount = ARRAY_SIZE(stenoLayers);