~ruther/qmk_firmware

ec0db2933cc2935a985087a4021f64f2422a3a46 — climbalima 8 years ago b5cecb4 + 79f82d3
Merge branch 'master' of https://github.com/climbalima/qmk_firmware

second try
1 files changed, 19 insertions(+), 2 deletions(-)

M keyboards/lets_split/config.h
M keyboards/lets_split/config.h => keyboards/lets_split/config.h +19 -2
@@ 25,9 25,21 @@ 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 v2
#define PRODUCT         Lets Split
#define DESCRIPTION     A split keyboard for the cheap makers

<<<<<<< HEAD
=======
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 8
#define MATRIX_COLS 6

// wiring of each half
#define MATRIX_ROW_PINS { B5, B4, E6, D7 }
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 }

>>>>>>> 79f82d3d80a24483d14b078d325bb0f45af58e3d
#define CATERINA_BOOTLOADER

// #define USE_I2C


@@ 85,10 97,15 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
<<<<<<< HEAD
#ifdef SUBPROJECT_rev1
    #include "rev1/config.h"
#endif
#ifdef SUBPROJECT_rev2
    #include "rev2/config.h"
#endif
#endif
\ No newline at end of file
#endif
=======

#endif
>>>>>>> 79f82d3d80a24483d14b078d325bb0f45af58e3d