summaryrefslogtreecommitdiff
path: root/keyboards/lets_split
Commit message (Collapse)AuthorAge
...
| * | | | | fixed bracketsFabian Topfstedt2017-06-27
| | | | | |
| * | | | | my layoutFabian Topfstedt2017-06-27
| | | | | |
| * | | | | removed wrong readmeFabian Topfstedt2017-06-27
| | | | | |
| * | | | | my layoutFabian Topfstedt2017-06-27
| | | | | |
| * | | | | clone smt layoutFabian Topfstedt2017-06-26
| | | | | |
* | | | | | Fix location of where the make command should be runDanny Nguyen2017-08-03
| | | | | |
* | | | | | Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-03
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
* | | | | Add keymap xkxk2017-08-02
| |_|/ / |/| | |
* | | | Changes lets_split to use timer based debouncingahtn2017-07-29
| |/ / |/| | | | | | | | | | | | | | The let's split code used delays in its debouncing algorithm which increases input latency. This commit copies and adapts the code from `quantum/matrix.c` to lets_split's `matrix.c`.
* | | fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2017-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute
* | | clean up ssd1306 implementationJack Humbert2017-07-11
| | |
* | | Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
* | | Merge pull request #1471 from qmk/lufa_libJack Humbert2017-07-07
|\ \ \ | | | | | | | | Update LUFA and move it to /lib/lufa
| * | | update includeJack Humbert2017-07-07
| | | |
| * | | update lets_split lufa includeJack Humbert2017-07-07
| | |/ | |/|
* / | Add new keymap to try to get pretty close to the default layout for an ↵Ethan Spitz2017-07-07
|/ / | | | | | | ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
* | Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-30
| | | | | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* | update some copyright headersJack Humbert2017-06-28
| |
* | cleanup lets_splitJack Humbert2017-06-28
|/
* Remove the DIODE_DIRECTION defines from lets_split so we can close #1067skullY2017-06-24
|
* remove hardware files, move arrow padJack Humbert2017-06-18
|
* Don't define RGBLED_NUM in let-split khord keymapFred Sundvik2017-06-18
| | | | | It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
* minor fixesDylan Khor2017-06-15
|
* Add custom let's split keymapDylan Khor2017-06-15
|
* remove the rest of the .pngsJack Humbert2017-06-11
|
* Use single brackets for portability with other shellsNic Aitch2017-06-09
|
* Adding permissive_holdAdam Bell2017-06-03
|
* adding lets split keymapAdam Bell2017-06-03
|
* replacing one R for a TAlfrheim2017-05-31
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-11
| | | | Fixes #1201.
* Merge branch 'master' into masterJack Humbert2017-04-03
|\
| * Include use of either TRS or TRRSDanny Nguyen2017-04-03
| |
| * Remove flip-half from keymapDanny Nguyen2017-04-03
| |
| * Update Let’s Split readmeDanny Nguyen2017-04-03
| |
| * Move SSD1306 function declarations to header fileDanny Nguyen2017-04-03
| |
| * Move defines for RGB to after the config.h includeDanny Nguyen2017-04-03
| |
| * Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.hDanny Nguyen2017-04-03
| |
| * Revise KEYMAP macro to make left and right halves more clearDanny Nguyen2017-04-03
| |
| * Move defines for RGB to after the config.h includeDanny Nguyen2017-04-03
| |
| * Revert removal of avrdude make optionDanny Nguyen2017-04-03
| |
| * Merge remote-tracking branch 'upstream/master'Xyverz2017-04-02
| |\
| | * Merge pull request #1172 from nooges/hexwire-fixesJack Humbert2017-03-28
| | |\ | | | | | | | | Let's Split hexwire keymap fixes
| | | * Add RGB support for Let’s Split v1Danny Nguyen2017-03-23
| | | |
| | | * Move keymap into config fileDanny Nguyen2017-03-23
| | | |
| | | * Add Makefile in keymap dirDanny Nguyen2017-03-23
| | | |
| | | * Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵Danny Nguyen2017-03-23
| | | | | | | | | | | | | | | | to 150ms
| * | | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz2017-03-29
| | | |
| * | | Removed preceeding underscore from MASTER_RIGHT in config.hXyverz2017-03-05
| | | |
| * | | Changes to the keymap to accommodate the RGB Underglow lighting.Xyverz2017-02-11
| | | |
| * | | Adding a config file so that I can get RGB underglow for my Let's SplitXyverz2017-02-11
| | | |