You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
357 B
C
18 lines
357 B
C
/* 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
|
|
|