Commit Graph

85 Commits (23839b8c6d2f955e4da89b0981948c721346c528)

Author SHA1 Message Date
Jack Humbert 6e688ad5c2 Merge pull request #1172 from nooges/hexwire-fixes
Let's Split hexwire keymap fixes
8 years ago
Danny Nguyen 63e47a6425 Add RGB support for Let’s Split v1 8 years ago
Danny Nguyen e5c5902e95 Move keymap into config file 8 years ago
Danny Nguyen f3e3ff29a3 Add Makefile in keymap dir 8 years ago
Danny Nguyen 91776772fd Remove line for hands selection via EEPROM, reduce tap duration from 200ms to 150ms 8 years ago
ishtob 2573e581a5 Update readme.md 8 years ago
ishtob d5f56e91e4 Update i2c.c 8 years ago
ishtob bb413383ee Update i2c.c 8 years ago
ishtob 092416325b Update i2c.c 8 years ago
ishtob be0cfbb97e Update i2c.c 8 years ago
ishtob 732a7f2be9 Update matrix.c 8 years ago
ishtob ebb46694e5 Update split_util.c 8 years ago
ishtob 1f7b8a0343 Update matrix.c 8 years ago
ishtob d1865db599 OLED code cleanup 8 years ago
ishtob 80270a2791 Add files via upload 8 years ago
ishtob 30f4507492 OLED code cleanup 8 years ago
ishtob 65317a3a02 Added OLED SSD1306 support to I2C 8 years ago
ishtob 423c68c210 Merged Fliphalf, now defined in config, added OLED
Can now use the following in the keymap config.h to call the flipped matrix

```
#define FLIPHALF
```
8 years ago
ishtob 3a7083d810 Delete rules.mk 8 years ago
ishtob a4bdd6d084 Delete rev2fliphalf.h 8 years ago
ishtob d012b01108 Delete rev2fliphalf.c 8 years ago
ishtob 6167d7937c Delete config.h 8 years ago
ishtob dfb5a0e8f4 Delete Makefile 8 years ago
ishtob f0962bce50 Add files via upload 8 years ago
Jack Humbert c36a4496eb Update config.h 8 years ago
Jack Humbert c043d1cc47 Update config.h 8 years ago
Jack Humbert 8685d73893 Merge pull request #1148 from nooges/hexwire-lets-split
Add Hexwire layout for Let's Split
8 years ago
Danny Nguyen 52ea58805a Add RGB underglow, move keys to allow Adjust layer to be reached 8 years ago
Danny Nguyen 3df35f712e Add readme for layout 8 years ago
Danny Nguyen 74c6c3d277 Convert keymap to compact version 8 years ago
Danny Nguyen 718b964806 Add hexwire layout for Let’s Split 8 years ago
Stephen Tudor 8d4bc714e4 Update smt keymap READMEs 8 years ago
Stephen Tudor 88e862e472 Update smt keymaps for consistency 8 years ago
Stephen Tudor 334edc3c7d Add smt keymap for Let's Split (based on serial) 8 years ago
Jimmy Chan 56d2198b3d rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well 8 years ago
Jimmy Chan 048ef311dc udpate readme to reflect QMK and not having the Makefile from ahtn's repo 8 years ago
Jimmy Chan 9c02e2ab49 correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 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
8 years ago
Jack Humbert d639bd2021 Merge pull request #1072 from nicinabox/improve-ls-avrdude-target
Check for Pro Micro serial port automatically
8 years ago
Jack Humbert 790dab27b6 Merge pull request #1053 from TerryMathews/master
Let's Split: establish rev2fliphalf subproject
8 years ago
Nic Aitch 3dbdd15304 Check for a new serial port every second 8 years ago
TerryMathews 2a2be010d9 Reverse rev2 and rev2fliphalf
Flipped definitions on what constitutes "fliphalf" by popular demand.
8 years ago
TerryMathews 5d55a44afa Revert "Reverse rev2 and rev2fliphalf"
This reverts commit 0537977ba1.
8 years ago
TerryMathews 0537977ba1 Reverse rev2 and rev2fliphalf
Flipped definitions on what constitutes "fliphalf" by popular demand.
8 years ago
TerryMathews ef9e544a7e Let's Split: establish rev2fliphalf subproject
Subproject to accomodate second half pad built in opposite orientation
(places TRRS jacks on opposing edges for shorter cable runs)
8 years ago
Nic Aitch 890ecf6a2a Update readme 8 years ago
Nic Aitch 3131d65563 Add avrdude target 8 years ago
TerryMathews 372af5e3f6 More code cleanup
Missed a few commented out vestigal defines in revx/config.h that had
been moved to keymap/serial and i2c.
8 years ago
TerryMathews 99d548c4fb Missed commenting out notes at end of line 8 years ago
TerryMathews a00957abca Fixed keymap matrix on rev2
* Fixed keymap matrix in rev2 so that left half and right half match
when in same orientation.
8 years ago
TerryMathews efa526f570 Created lines to uncomment keyboards built upside down
* Reverses column order to fix left-to-right key order that occurs if
PCB assembled upside down.
8 years ago