aboutsummaryrefslogtreecommitdiff
path: root/keyboards/macro3/post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/macro3/post_config.h')
-rw-r--r--keyboards/macro3/post_config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/macro3/post_config.h b/keyboards/macro3/post_config.h
new file mode 100644
index 000000000..0f94fe19e
--- /dev/null
+++ b/keyboards/macro3/post_config.h
@@ -0,0 +1,17 @@
1/* Copyright 2020 David Philip Barr <@davidphilipbarr>
2 * Copyright 2021 @filterpaper
3 * SPDX-License-Identifier: GPL-2.0+
4 */
5
6/* Top right key */
7#ifndef BOOTMAGIC_LITE_ROW
8# define BOOTMAGIC_LITE_ROW 0
9#endif
10#ifndef BOOTMAGIC_LITE_COLUMN
11# define BOOTMAGIC_LITE_COLUMN 3
12#endif
13
14#ifndef ENCODER_RESOLUTION
15# define ENCODER_RESOLUTION 2
16#endif
17