]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Fix diode and split keyboard configuration for 40percentclub/half_n_half...
authorzvecr <git@zvecr.com>
Mon, 11 Mar 2019 23:52:04 +0000 (23:52 +0000)
committerDrashna Jaelre <drashna@live.com>
Mon, 11 Mar 2019 23:52:04 +0000 (16:52 -0700)
keyboards/40percentclub/half_n_half/config.h
keyboards/40percentclub/half_n_half/half_n_half.h
keyboards/40percentclub/half_n_half/rules.mk

index 9aa8e810dd965cf53d73f0a0c159788fde119958..c74fcacbb95182101f464841c94eb94332c74ed6 100644 (file)
@@ -46,12 +46,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define UNUSED_PINS
 
 /* COL2ROW, ROW2COL*/
-#define DIODE_DIRECTION ROW2COL
+#define DIODE_DIRECTION COL2ROW
 
 /*
  * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
  */
 #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
+#define USE_SERIAL
 
 // #define BACKLIGHT_PIN B7
 // #define BACKLIGHT_BREATHING
index e20d42fde11faa2d8a012da8de94e409f9786082..bc330c9cb7b821e6e8139fb1b107bd762c905e2b 100644 (file)
@@ -42,3 +42,7 @@
     { R26, R25, R24, R23, R22, R21, R20 }, \
     { ___, ___, ___, ___, R32, ___, ___ }  \
 }
+
+#ifdef USE_I2C
+  #error "I2C not Supported"
+#endif
index bd0d8f808cd4706342cd6086df1cc0fe670f70cc..cc5fccee98449aee41bbb69e2563a333fe56a5f5 100644 (file)
@@ -79,3 +79,6 @@ 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
 HD44780_ENABLE = no            # Enable support for HD44780 based LCDs (+400)
+
+# Enable generic behavior for split boards
+SPLIT_KEYBOARD = yes