diff options
author | climbalima <climbalima@users.noreply.github.com> | 2016-11-10 18:43:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-10 18:43:31 -0500 |
commit | 79f82d3d80a24483d14b078d325bb0f45af58e3d (patch) | |
tree | cf380a8dea385227e988b982b62c05989cc65e2f /keyboards/lets_split | |
parent | 6e27f6fbde47804035d508eb84690ed7ee9acee7 (diff) | |
download | qmk_firmware-79f82d3d80a24483d14b078d325bb0f45af58e3d.tar.gz qmk_firmware-79f82d3d80a24483d14b078d325bb0f45af58e3d.zip |
returned to o
Diffstat (limited to 'keyboards/lets_split')
-rw-r--r-- | keyboards/lets_split/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h index bf618704cd..05439facb9 100644 --- a/keyboards/lets_split/config.h +++ b/keyboards/lets_split/config.h @@ -25,7 +25,7 @@ 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 /* key matrix size */ @@ -34,8 +34,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COLS 6 // wiring of each half -#define MATRIX_ROW_PINS { D7, E6, B4, B5 } -#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 } +#define MATRIX_ROW_PINS { B5, B4, E6, D7 } +#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } #define CATERINA_BOOTLOADER @@ -95,4 +95,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#endif
\ No newline at end of file +#endif |