Browse Source

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`。
pull/5765/head
Takeshi ISHII 5 years ago
committed by MechMerlin
parent
commit
3956b7c685
3 changed files with 4 additions and 2 deletions
  1. +2
    -0
      keyboards/mint60/config.h
  2. +1
    -1
      keyboards/mint60/keymaps/default/config.h
  3. +1
    -1
      keyboards/mint60/keymaps/eucalyn/config.h

+ 2
- 0
keyboards/mint60/config.h View File

@ -31,6 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 100
#define USE_SERIAL
/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 8


+ 1
- 1
keyboards/mint60/keymaps/default/config.h View File

@ -17,7 +17,7 @@
#pragma once
/* Use I2C or Serial, not both */
#define USE_SERIAL
// #define USE_SERIAL
// #define USE_I2C
// #define MASTER_RIGHT

+ 1
- 1
keyboards/mint60/keymaps/eucalyn/config.h View File

@ -17,7 +17,7 @@
#pragma once
/* Use I2C or Serial, not both */
#define USE_SERIAL
// #define USE_SERIAL
// #define USE_I2C
// #define MASTER_RIGHT

Loading…
Cancel
Save