aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1172 from nooges/hexwire-fixesJack Humbert2017-03-285-26/+45
|\ | | | | Let's Split hexwire keymap fixes
| * Add RGB support for Let’s Split v1Danny Nguyen2017-03-232-1/+7
| |
| * Move keymap into config fileDanny Nguyen2017-03-233-24/+33
| |
| * Add Makefile in keymap dirDanny Nguyen2017-03-231-0/+4
| |
| * Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵Danny Nguyen2017-03-231-1/+1
| | | | | | | | to 150ms
* | Update readme.mdishtob2017-03-221-8/+1
| |
* | Update i2c.cishtob2017-03-221-2/+0
| |
* | Update i2c.cishtob2017-03-221-90/+0
| |
* | Update i2c.cishtob2017-03-221-1/+1
| |
* | Update i2c.cishtob2017-03-221-1/+1
| |
* | Update matrix.cishtob2017-03-221-1/+1
| |
* | Update split_util.cishtob2017-03-221-1/+1
| |
* | Update matrix.cishtob2017-03-221-2/+1
| |
* | OLED code cleanupishtob2017-03-221-1/+1
| |
* | Add files via uploadishtob2017-03-221-0/+32
| |
* | OLED code cleanupishtob2017-03-221-46/+6
| |
* | Added OLED SSD1306 support to I2Cishtob2017-03-228-21/+908
| |
* | Merged Fliphalf, now defined in config, added OLEDishtob2017-03-222-8/+59
| | | | | | | | | | | | | | Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
* | Delete rules.mkishtob2017-03-221-5/+0
| |
* | Delete rev2fliphalf.hishtob2017-03-221-28/+0
| |
* | Delete rev2fliphalf.cishtob2017-03-221-32/+0
| |
* | Delete config.hishtob2017-03-221-91/+0
| |
* | Delete Makefileishtob2017-03-221-3/+0
| |
* | Add files via uploadishtob2017-03-223-0/+426
|/
* Update config.hJack Humbert2017-03-151-0/+1
|
* Update config.hJack Humbert2017-03-151-1/+4
|
* Merge pull request #1148 from nooges/hexwire-lets-splitJack Humbert2017-03-155-0/+372
|\ | | | | Add Hexwire layout for Let's Split
| * Add RGB underglow, move keys to allow Adjust layer to be reachedDanny Nguyen2017-03-144-8/+15
| |
| * Add readme for layoutDanny Nguyen2017-03-091-0/+108
| |
| * Convert keymap to compact versionDanny Nguyen2017-03-092-109/+107
| |
| * Add hexwire layout for Let’s SplitDanny Nguyen2017-03-092-0/+259
| |
* | Update smt keymap READMEsStephen Tudor2017-03-082-54/+142
| |
* | Update smt keymaps for consistencyStephen Tudor2017-03-081-23/+29
| |
* | Add smt keymap for Let's Split (based on serial)Stephen Tudor2017-02-162-0/+247
|/
* rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan2017-02-074-6/+10
|
* udpate readme to reflect QMK and not having the Makefile from ahtn's repoJimmy Chan2017-02-071-14/+72
|
* correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan2017-02-074-5/+7
| | | | | | | | | | | 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
* Merge pull request #1072 from nicinabox/improve-ls-avrdude-targetJack Humbert2017-02-071-4/+6
|\ | | | | Check for Pro Micro serial port automatically
| * Check for a new serial port every secondNic Aitch2017-02-061-4/+6
| |
* | Merge pull request #1053 from TerryMathews/masterJack Humbert2017-02-0710-4/+175
|\ \ | |/ |/| Let's Split: establish rev2fliphalf subproject
| * Reverse rev2 and rev2fliphalfTerryMathews2017-02-062-8/+8
| | | | | | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
| * Revert "Reverse rev2 and rev2fliphalf"TerryMathews2017-02-062-7/+7
| | | | | | | | This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
| * Reverse rev2 and rev2fliphalfTerryMathews2017-02-062-7/+7
| | | | | | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
| * Let's Split: establish rev2fliphalf subprojectTerryMathews2017-01-299-0/+171
| | | | | | | | | | Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
* | Update readmeNic Aitch2017-01-261-0/+4
| |
* | Add avrdude targetNic Aitch2017-01-261-0/+10
|/
* More code cleanupTerryMathews2017-01-222-23/+0
| | | | | Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c.
* Missed commenting out notes at end of lineTerryMathews2017-01-222-2/+2
|
* Fixed keymap matrix on rev2TerryMathews2017-01-221-4/+4
| | | | | * Fixed keymap matrix in rev2 so that left half and right half match when in same orientation.
* Created lines to uncomment keyboards built upside downTerryMathews2017-01-222-0/+3
| | | | | * Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.