diff options
| author | climbalima <climbalima@gmail.com> | 2016-11-10 18:19:13 -0500 |
|---|---|---|
| committer | climbalima <climbalima@gmail.com> | 2016-11-10 18:19:13 -0500 |
| commit | 6e27f6fbde47804035d508eb84690ed7ee9acee7 (patch) | |
| tree | 53444134c444afe05a86ceae827b73e99d216d84 /keyboards/lets_split/config.h | |
| parent | 21e443101f4873a813d33e50486d4e9591e89f4e (diff) | |
| download | qmk_firmware-6e27f6fbde47804035d508eb84690ed7ee9acee7.tar.gz qmk_firmware-6e27f6fbde47804035d508eb84690ed7ee9acee7.zip | |
Changes to be committed:
new file: keyboards/lets_splitv2/Makefile
new file: keyboards/lets_splitv2/config.h
new file: keyboards/lets_splitv2/i2c.c
new file: keyboards/lets_splitv2/i2c.h
new file: keyboards/lets_splitv2/imgs/split-keyboard-i2c-schematic.png
new file: keyboards/lets_splitv2/imgs/split-keyboard-serial-schematic.png
new file: keyboards/lets_splitv2/keymaps/default/keymap.c
new file: keyboards/lets_splitv2/lets_split.c
new file: keyboards/lets_splitv2/lets_split.h
new file: keyboards/lets_splitv2/matrix.c
new file: keyboards/lets_splitv2/pro_micro.h
new file: keyboards/lets_splitv2/readme.md
new file: keyboards/lets_splitv2/serial.c
new file: keyboards/lets_splitv2/serial.h
new file: keyboards/lets_splitv2/split_util.c
new file: keyboards/lets_splitv2/split_util.h
new file: keyboards/maxipad/Makefile
new file: keyboards/maxipad/config.h
new file: keyboards/maxipad/keymaps/default/Makefile
new file: keyboards/maxipad/keymaps/default/config.h
new file: keyboards/maxipad/keymaps/default/keymap.c
new file: keyboards/maxipad/keymaps/default/readme.md
new file: keyboards/maxipad/maxipad.c
new file: keyboards/maxipad/maxipad.h
new file: keyboards/maxipad/readme.md
Diffstat (limited to 'keyboards/lets_split/config.h')
| -rw-r--r-- | keyboards/lets_split/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h index 6f90997ab..bf618704c 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/>. | |||
| 25 | #define PRODUCT_ID 0x3060 | 25 | #define PRODUCT_ID 0x3060 |
| 26 | #define DEVICE_VER 0x0001 | 26 | #define DEVICE_VER 0x0001 |
| 27 | #define MANUFACTURER Wootpatoot | 27 | #define MANUFACTURER Wootpatoot |
| 28 | #define PRODUCT Lets Split | 28 | #define PRODUCT Lets Split v2 |
| 29 | #define DESCRIPTION A split keyboard for the cheap makers | 29 | #define DESCRIPTION A split keyboard for the cheap makers |
| 30 | 30 | ||
| 31 | /* key matrix size */ | 31 | /* key matrix size */ |
| @@ -34,8 +34,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | #define MATRIX_COLS 6 | 34 | #define MATRIX_COLS 6 |
| 35 | 35 | ||
| 36 | // wiring of each half | 36 | // wiring of each half |
| 37 | #define MATRIX_ROW_PINS { B5, B4, E6, D7 } | 37 | #define MATRIX_ROW_PINS { D7, E6, B4, B5 } |
| 38 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } | 38 | #define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 } |
| 39 | 39 | ||
| 40 | #define CATERINA_BOOTLOADER | 40 | #define CATERINA_BOOTLOADER |
| 41 | 41 | ||
