summaryrefslogtreecommitdiff
path: root/keyboards/macro3/post_config.h
blob: 0f94fe19e1a679d90f4140e1e702a30a594af20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2020 David Philip Barr <@davidphilipbarr>
 * Copyright 2021 @filterpaper
 * SPDX-License-Identifier: GPL-2.0+
 */

/* Top right key */
#ifndef BOOTMAGIC_LITE_ROW
#    define BOOTMAGIC_LITE_ROW 0
#endif
#ifndef BOOTMAGIC_LITE_COLUMN
#    define BOOTMAGIC_LITE_COLUMN 3
#endif

#ifndef ENCODER_RESOLUTION
#    define ENCODER_RESOLUTION 2
#endif