diff options
| author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2019-05-02 23:37:37 +0900 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-02 07:37:37 -0700 |
| commit | 3956b7c685e2501ccb6c8dd22081031986688f26 (patch) | |
| tree | e6db24a4052e02fc8ddb48389883a03695a580c1 | |
| parent | de5c8d86b432f0481f73602d978ac8f4249c3819 (diff) | |
| download | qmk_firmware-3956b7c685e2501ccb6c8dd22081031986688f26.tar.gz qmk_firmware-3956b7c685e2501ccb6c8dd22081031986688f26.zip | |
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`。
| -rw-r--r-- | keyboards/mint60/config.h | 2 | ||||
| -rw-r--r-- | keyboards/mint60/keymaps/default/config.h | 2 | ||||
| -rw-r--r-- | keyboards/mint60/keymaps/eucalyn/config.h | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/mint60/config.h b/keyboards/mint60/config.h index eda933d3a..35449eb26 100644 --- a/keyboards/mint60/config.h +++ b/keyboards/mint60/config.h | |||
| @@ -31,6 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | #define TAPPING_FORCE_HOLD | 31 | #define TAPPING_FORCE_HOLD |
| 32 | #define TAPPING_TERM 100 | 32 | #define TAPPING_TERM 100 |
| 33 | 33 | ||
| 34 | #define USE_SERIAL | ||
| 35 | |||
| 34 | /* key matrix size */ | 36 | /* key matrix size */ |
| 35 | #define MATRIX_ROWS 10 | 37 | #define MATRIX_ROWS 10 |
| 36 | #define MATRIX_COLS 8 | 38 | #define MATRIX_COLS 8 |
diff --git a/keyboards/mint60/keymaps/default/config.h b/keyboards/mint60/keymaps/default/config.h index 0195c61df..9af2f45cf 100644 --- a/keyboards/mint60/keymaps/default/config.h +++ b/keyboards/mint60/keymaps/default/config.h | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | /* Use I2C or Serial, not both */ | 19 | /* Use I2C or Serial, not both */ |
| 20 | #define USE_SERIAL | 20 | // #define USE_SERIAL |
| 21 | // #define USE_I2C | 21 | // #define USE_I2C |
| 22 | 22 | ||
| 23 | // #define MASTER_RIGHT | 23 | // #define MASTER_RIGHT |
diff --git a/keyboards/mint60/keymaps/eucalyn/config.h b/keyboards/mint60/keymaps/eucalyn/config.h index 0195c61df..9af2f45cf 100644 --- a/keyboards/mint60/keymaps/eucalyn/config.h +++ b/keyboards/mint60/keymaps/eucalyn/config.h | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | /* Use I2C or Serial, not both */ | 19 | /* Use I2C or Serial, not both */ |
| 20 | #define USE_SERIAL | 20 | // #define USE_SERIAL |
| 21 | // #define USE_I2C | 21 | // #define USE_I2C |
| 22 | 22 | ||
| 23 | // #define MASTER_RIGHT | 23 | // #define MASTER_RIGHT |
