Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
project. do not default EE_HANDS for the serial keymap
if you compare split_util.h with the original project by ahtn, the
address we look for isLeftHand config went from addr 7 to addr 10
(decimal). The EEP files were not updated.
EE_HANDS should not be enabled by default since it's more confusing for
most users
|
|
Check for Pro Micro serial port automatically
|
|
Let's Split: establish rev2fliphalf subproject
|
|
|
|
Flipped definitions on what constitutes "fliphalf" by popular demand.
|
|
This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
|
|
Flipped definitions on what constitutes "fliphalf" by popular demand.
|
|
Subproject to accomodate second half pad built in opposite orientation
(places TRRS jacks on opposing edges for shorter cable runs)
|
|
|
|
|
|
Missed a few commented out vestigal defines in revx/config.h that had
been moved to keymap/serial and i2c.
|
|
|
|
* Fixed keymap matrix in rev2 so that left half and right half match
when in same orientation.
|
|
* Reverses column order to fix left-to-right key order that occurs if
PCB assembled upside down.
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added ponoko svg for lets split
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
second try
|
|
|
|
|
|
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
|
|
|
|
Matching the use of `#ifdef AUDIO_ENABLE` used in `matrix_init_kb()` in order to compile firmware for the Let's Split keyboard without audio enabled.
|
|
Having a dedicated I2C keymap and a dedicated serial keymap will allow
the testing suite to check both conditions.
|
|
This saves 192 bytes
|
|
|
|
Quantum Matrix
|
|
|
|
|
|
|
|
|
|
|
|
|