1
0
Fork 0

[Keyboard] Code updates for macro3 (#15280)

Co-authored-by: filterpaper <filterpaper@localhost>
This commit is contained in:
Albert Y 2021-11-29 16:18:33 +08:00 committed by GitHub
parent 690a879d77
commit 35a18a8bcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 34 additions and 69 deletions

View file

@ -0,0 +1,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