summaryrefslogtreecommitdiffstats
path: root/keyboards/custommk/evo70_r2/keymaps/via/config.h
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2023-07-08 01:01:36 +1000
committerfauxpark <fauxpark@gmail.com>2023-07-08 01:01:36 +1000
commitea1a9c37ed76aac93205b1aec38b11a310a50591 (patch)
treea9b8c1255aded2d43bc90dc1fdadc739411d8cfb /keyboards/custommk/evo70_r2/keymaps/via/config.h
parentb32392f7b20e98f9776ef3f7dd79b1c43bd41c9d (diff)
parent71f0fc59bef7a37b55c7e1c10b1b21b8a86475b7 (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/custommk/evo70_r2/keymaps/via/config.h')
-rw-r--r--keyboards/custommk/evo70_r2/keymaps/via/config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/custommk/evo70_r2/keymaps/via/config.h b/keyboards/custommk/evo70_r2/keymaps/via/config.h
new file mode 100644
index 0000000000..52e3afa69f
--- /dev/null
+++ b/keyboards/custommk/evo70_r2/keymaps/via/config.h
@@ -0,0 +1,13 @@
+// Copyright 2023 David Hoelscher (@customMK)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+// With 8k FRAM, max out dynamic keymap layers and macros
+// 5x16 matrix (160 bytes) and one encoder (4 bytes) consume 164 bytes per layer
+// 32 layers consumes 5248 bytes
+#define DYNAMIC_KEYMAP_LAYER_COUNT 32
+
+// Most of the remaining space can be used for macros
+// QMK Macro keycode range allows up to 128 macros
+#define DYNAMIC_KEYMAP_MACRO_COUNT 128