Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -17,9 +17,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
// Define tab key for boot magic
|
||||
#define BOOTMAGIC_LITE_ROW 1
|
||||
#define BOOTMAGIC_LITE_COLUMN 0
|
||||
|
||||
// OLED
|
||||
#define OLED_DISPLAY_128X64
|
@@ -38,6 +38,9 @@
|
||||
"pid": "0x0000",
|
||||
"vid": "0xFEED"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [1, 0]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4_3x10_4": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user