diff options
author | TerryMathews <terry@terrymathews.net> | 2017-01-22 15:37:48 -0500 |
---|---|---|
committer | TerryMathews <terry@terrymathews.net> | 2017-01-22 15:37:48 -0500 |
commit | 9d24943ec1285c2d5d5853390abd5eb4e0cd7a2c (patch) | |
tree | 99c0f600d4b8cebd6d752fca92f7f919c99f36fc /keyboards/lets_split/rev1 | |
parent | 6f448856151572f5bee329e68842cdda867fa66b (diff) |
Refactor code to eliminate duplicate defines
* Moved duplicated defines out of inappropriate source files (matrix
pins in keymap subdirectory)
* Eliminated default keymap directory
* Hardcoded serial keymap to use serial defines and EE_CONFIG
* Hardcoded i2c keymap to use i2c defines
Diffstat (limited to 'keyboards/lets_split/rev1')
-rw-r--r-- | keyboards/lets_split/rev1/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/lets_split/rev1/config.h b/keyboards/lets_split/rev1/config.h index 825e5ec245..4d3d382a4a 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 @@ -42,13 +41,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #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 */ |