Moved bootmagic config into info.json

This commit is contained in:
Ryan Neff 2024-03-24 16:02:20 -07:00
parent 4ca2cc25cf
commit 0891aa2410
2 changed files with 3 additions and 14 deletions

View File

@ -149,6 +149,9 @@
},
"split": {
"enabled": true,
"bootmagic": {
"matrix": [5, 0]
},
"encoder": {
"right": {
"rotary": [

View File

@ -1,14 +0,0 @@
// Copyright 2024 Ryan Neff (@JellyTitan)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/* Bootmagic lite */
/* Left hand uses the top left button - this is default in core */
/* Right hand uses the top right button */
#ifndef BOOTMAGIC_LITE_ROW_RIGHT
# define BOOTMAGIC_LITE_ROW_RIGHT 5
#endif
#ifndef BOOTMAGIC_LITE_COLUMN_RIGHT
# define BOOTMAGIC_LITE_COLUMN_RIGHT 0
#endif