]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add '#define USE_SERIAL' to keyboards/mint60/config.h (#5758)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Thu, 2 May 2019 14:37:37 +0000 (23:37 +0900)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 2 May 2019 14:37:37 +0000 (07:37 -0700)
If there is no '#define USE_SERIAL', qmk configurator will give an error, so add '#define USE_SERIAL' to `mint60/config.h`。

keyboards/mint60/config.h
keyboards/mint60/keymaps/default/config.h
keyboards/mint60/keymaps/eucalyn/config.h

index eda933d3ad2c30ad7f3681a6eaf73f027de7a505..35449eb26190e4bfc42c442880cb97a8ebcdfe46 100644 (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
index 0195c61dffb6062378a82d99d7d7eddbe0b3173a..9af2f45cfb46ea202a0ed923adaf5c16623dd46f 100644 (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
index 0195c61dffb6062378a82d99d7d7eddbe0b3173a..9af2f45cfb46ea202a0ed923adaf5c16623dd46f 100644 (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