add '#define USE_SERIAL' to keyboards/mint60/config.h (#5758)
If there is no '#define USE_SERIAL', qmk configurator will give an error, so add '#define USE_SERIAL' to `mint60/config.h`。
This commit is contained in:
committed by
MechMerlin
parent
de5c8d86b4
commit
3956b7c685
@@ -17,7 +17,7 @@
|
||||
#pragma once
|
||||
|
||||
/* Use I2C or Serial, not both */
|
||||
#define USE_SERIAL
|
||||
// #define USE_SERIAL
|
||||
// #define USE_I2C
|
||||
|
||||
// #define MASTER_RIGHT
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#pragma once
|
||||
|
||||
/* Use I2C or Serial, not both */
|
||||
#define USE_SERIAL
|
||||
// #define USE_SERIAL
|
||||
// #define USE_I2C
|
||||
|
||||
// #define MASTER_RIGHT
|
||||
|
Reference in New Issue
Block a user