diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-01-22 18:57:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-22 18:57:44 -0500 |
commit | 405b2ae267be8f010517b6ed4d6da92b7de41ef9 (patch) | |
tree | fa2e543058bb8c2f42c3b5fc56168bf1cc5c3da0 /keyboards/lets_split/rev1/config.h | |
parent | 10ff9623214ee62935a17b3f68d5180756b7a27b (diff) | |
parent | 99d548c4fbf207a0d38077d655bcf86a92db562f (diff) |
Merge pull request #1023 from TerryMathews/master
Corrects Let's Split code
Diffstat (limited to 'keyboards/lets_split/rev1/config.h')
-rw-r--r-- | keyboards/lets_split/rev1/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/lets_split/rev1/config.h b/keyboards/lets_split/rev1/config.h index 825e5ec245..e5e9a1c827 100644 --- a/keyboards/lets_split/rev1/config.h +++ b/keyboards/lets_split/rev1/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define PRODUCT_ID 0x3060 #define DEVICE_VER 0x0001 #define MANUFACTURER Wootpatoot -#define PRODUCT Lets Split #define PRODUCT Lets Split v1 #define DESCRIPTION A split keyboard for the cheap makers @@ -37,18 +36,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // wiring of each half #define MATRIX_ROW_PINS { B5, B4, E6, D7 } #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } +// #define MATRIX_COL_PINS { B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order + #define CATERINA_BOOTLOADER // #define USE_I2C // Use serial if not using I2C -#ifndef USE_I2C +/*#ifndef USE_I2C # define USE_SERIAL #endif // #define EE_HANDS -#define I2C_MASTER_LEFT +#define I2C_MASTER_LEFT*/ // #define I2C_MASTER_RIGHT /* COL2ROW or ROW2COL */ |