mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-17 18:16:53 +00:00
Importing the latest from fork source
This commit is contained in:
parent
7891abb01a
commit
4660f77763
@ -1,22 +0,0 @@
|
||||
// Copyright 2024 t-ando (@nagmeal)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
*/
|
||||
|
||||
/* disable debug print */
|
||||
//#define NO_DEBUG
|
||||
|
||||
/* disable print */
|
||||
//#define NO_PRINT
|
||||
|
||||
/* disable action features */
|
||||
//#define NO_ACTION_LAYER
|
||||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
|
||||
#define MASTER_LEFT
|
@ -90,9 +90,9 @@
|
||||
{"matrix": [3, 5], "x": 4, "y": 4},
|
||||
{"matrix": [3, 6], "x": 5, "y": 4},
|
||||
|
||||
{"matrix": [7, 4], "x": 7, "y": 4},
|
||||
{"matrix": [7, 6], "x": 9, "y": 4},
|
||||
{"matrix": [7, 5], "x": 8, "y": 4},
|
||||
{"matrix": [7, 6], "x": 9, "y": 4}
|
||||
{"matrix": [7, 4], "x": 7, "y": 4}
|
||||
]
|
||||
}
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
# This file intentionally left blank
|
||||
SERIAL_DRIVER = vendor
|
Loading…
Reference in New Issue
Block a user