]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keymap: Set serial connection as default for the Redox rev1.0 keyboard (#4488)
authorMattia Dal Ben <mattdibi@users.noreply.github.com>
Tue, 27 Nov 2018 16:59:53 +0000 (17:59 +0100)
committerDrashna Jaelre <drashna@live.com>
Tue, 27 Nov 2018 16:59:53 +0000 (08:59 -0800)
* Set serial as default for Redox

* Updated rules.mk file

* Removed unused rule

Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com>
* Removed unused rule

Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com>
keyboards/redox/keymaps/default/config.h
keyboards/redox/keymaps/finex/config.h
keyboards/redox/keymaps/german/config.h
keyboards/redox/keymaps/italian/config.h
keyboards/redox/keymaps/jeherve/config.h
keyboards/redox/rules.mk

index 0670bf294fb6aff34c49b875fe7e18cb04dcf8a4..a3ef209a05d9ddb391b4338186e766be4af749d0 100644 (file)
@@ -18,12 +18,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #pragma once
 
 /* Use I2C or Serial, not both */
-
-// #define USE_SERIAL
-#define USE_I2C
+#define USE_SERIAL
+// #define USE_I2C
 
 /* Select hand configuration */
-
 #define MASTER_LEFT
 // #define MASTER_RIGHT
 // #define EE_HANDS
index 9adbcedf49ebafaa63753e44a5863e466dc0b243..b23342ce0fa0aa9d5ee24e2375af8d6b2a0a5a79 100644 (file)
@@ -18,12 +18,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #pragma once
 
 /* Use I2C or Serial, not both */
-
 #define USE_SERIAL
 // #define USE_I2C
 
 /* Select hand configuration */
-
 #define MASTER_LEFT
 // #define MASTER_RIGHT
 // #define EE_HANDS
index 0eb19ab1ef35cf4aa1bbb0340cfc5087b1e5629b..a3ef209a05d9ddb391b4338186e766be4af749d0 100644 (file)
@@ -18,14 +18,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #pragma once
 
 /* Use I2C or Serial, not both */
-
-// #define USE_SERIAL
-#define USE_I2C
+#define USE_SERIAL
+// #define USE_I2C
 
 /* Select hand configuration */
-
-// #define MASTER_LEFT
 #define MASTER_LEFT
+// #define MASTER_RIGHT
 // #define EE_HANDS
 
 #undef RGBLED_NUM
index 0670bf294fb6aff34c49b875fe7e18cb04dcf8a4..a3ef209a05d9ddb391b4338186e766be4af749d0 100644 (file)
@@ -18,12 +18,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #pragma once
 
 /* Use I2C or Serial, not both */
-
-// #define USE_SERIAL
-#define USE_I2C
+#define USE_SERIAL
+// #define USE_I2C
 
 /* Select hand configuration */
-
 #define MASTER_LEFT
 // #define MASTER_RIGHT
 // #define EE_HANDS
index 939d0c8d83d7cd1e29117a46d484eeaf207fdb9f..b9b67c999f6438fbdaaebb89f909cccc1be13553 100644 (file)
@@ -17,16 +17,14 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #pragma once
 
-/* Use I2C or Serial, not both */
-
 /* Change the default tapping toggle value (normally 5) */
 #define TAPPING_TOGGLE 2
 
+/* Use I2C or Serial, not both */
 #define USE_SERIAL
 //#define USE_I2C
 
 /* Select hand configuration */
-
 #define MASTER_LEFT
 // #define MASTER_RIGHT
 // #define EE_HANDS
index 748d89dcfbd0c9f5ae058278184e07bc5ab47e54..c0edb5428b400eea001b99ece420f71fb771bd1f 100644 (file)
@@ -66,9 +66,7 @@ UNICODE_ENABLE = no         # Unicode
 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 AUDIO_ENABLE = no           # Audio output on port C6
 FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches
-RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. 
-SUBPROJECT_rev1 = yes
-USE_I2C = yes
+RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. 
 
 SPLIT_KEYBOARD = yes