From 9f4f1de0019fe04354643c3719d273af436db525 Mon Sep 17 00:00:00 2001 From: David Hoelscher Date: Fri, 7 Jul 2023 09:31:47 -0500 Subject: Add EVO70 R2 Keyboard (#21321) --- keyboards/custommk/evo70_r2/keymaps/via/config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 keyboards/custommk/evo70_r2/keymaps/via/config.h (limited to 'keyboards/custommk/evo70_r2/keymaps/via/config.h') 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 -- cgit v1.2.3