Move QMK LUFA bootloader config to data driven (#19879)
This commit is contained in:
parent
7f805cc779
commit
3bf01bb9ed
109 changed files with 217 additions and 225 deletions
|
@ -49,12 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
# define AUDIO_PIN C6 // Define this to enable the buzzer
|
||||
#endif
|
||||
|
||||
#define QMK_ESC_OUTPUT F1 // usually COL
|
||||
#define QMK_ESC_INPUT F5 // usually ROW
|
||||
#define QMK_LED D5
|
||||
#define QMK_SPEAKER C6
|
||||
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"qmk_lufa_bootloader": {
|
||||
"esc_input": "F5",
|
||||
"esc_output": "F1",
|
||||
"led": "D5",
|
||||
"speaker": "C6"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue