Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | removed wrong readme | Fabian Topfstedt | 2017-06-27 | 1 | -88/+0 | |
| | | | | | | ||||||
| * | | | | | my layout | Fabian Topfstedt | 2017-06-27 | 1 | -22/+23 | |
| | | | | | | ||||||
| * | | | | | clone smt layout | Fabian Topfstedt | 2017-06-26 | 3 | -0/+341 | |
| | | | | | | ||||||
* | | | | | | Fix location of where the make command should be run | Danny Nguyen | 2017-08-03 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Move avrdude flashing script from individual keyboard rules.mk to common ↵ | Danny Nguyen | 2017-08-03 | 1 | -12/+0 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro | |||||
* | | | | | Add keymap xk | xk | 2017-08-02 | 3 | -0/+419 | |
| |_|/ / |/| | | | ||||||
* | | | | Changes lets_split to use timer based debouncing | ahtn | 2017-07-29 | 2 | -47/+197 | |
| |/ / |/| | | | | | | | | | | | | | | 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) | ishtob | 2017-07-12 | 2 | -6/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 implementation | Jack Humbert | 2017-07-11 | 1 | -0/+78 | |
| | | | ||||||
* | | | Start mvoing hardware drivers to /drivers/ (#1433) | Jack Humbert | 2017-07-10 | 4 | -1125/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional | |||||
* | | | Merge pull request #1471 from qmk/lufa_lib | Jack Humbert | 2017-07-07 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Update LUFA and move it to /lib/lufa | |||||
| * | | | update include | Jack Humbert | 2017-07-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | update lets_split lufa include | Jack Humbert | 2017-07-07 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* / | | Add new keymap to try to get pretty close to the default layout for an ↵ | Ethan Spitz | 2017-07-07 | 3 | -0/+254 | |
|/ / | | | | | | | 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 Humbert | 2017-06-30 | 1 | -15/+15 | |
| | | | | | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | |||||
* | | update some copyright headers | Jack Humbert | 2017-06-28 | 9 | -0/+123 | |
| | | ||||||
* | | cleanup lets_split | Jack Humbert | 2017-06-28 | 17 | -427/+98 | |
|/ | ||||||
* | Remove the DIODE_DIRECTION defines from lets_split so we can close #1067 | skullY | 2017-06-24 | 2 | -7/+1 | |
| | ||||||
* | remove hardware files, move arrow pad | Jack Humbert | 2017-06-18 | 6 | -22008/+1 | |
| | ||||||
* | Don't define RGBLED_NUM in let-split khord keymap | Fred Sundvik | 2017-06-18 | 1 | -2/+0 | |
| | | | | | It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different. | |||||
* | minor fixes | Dylan Khor | 2017-06-15 | 2 | -4/+1 | |
| | ||||||
* | Add custom let's split keymap | Dylan Khor | 2017-06-15 | 3 | -0/+280 | |
| | ||||||
* | remove the rest of the .pngs | Jack Humbert | 2017-06-11 | 3 | -2/+2 | |
| | ||||||
* | Use single brackets for portability with other shells | Nic Aitch | 2017-06-09 | 1 | -1/+1 | |
| | ||||||
* | Adding permissive_hold | Adam Bell | 2017-06-03 | 1 | -0/+1 | |
| | ||||||
* | adding lets split keymap | Adam Bell | 2017-06-03 | 3 | -0/+122 | |
| | ||||||
* | replacing one R for a T | Alfrheim | 2017-05-31 | 1 | -1/+1 | |
| | ||||||
* | Fix spelling of "persistent" | Nikolaus Wittenstein | 2017-05-11 | 6 | -24/+24 | |
| | | | | Fixes #1201. | |||||
* | Merge branch 'master' into master | Jack Humbert | 2017-04-03 | 18 | -114/+362 | |
|\ | ||||||
| * | Include use of either TRS or TRRS | Danny Nguyen | 2017-04-03 | 1 | -3/+2 | |
| | | ||||||
| * | Remove flip-half from keymap | Danny Nguyen | 2017-04-03 | 1 | -1/+0 | |
| | | ||||||
| * | Update Let’s Split readme | Danny Nguyen | 2017-04-03 | 1 | -3/+9 | |
| | | ||||||
| * | Move SSD1306 function declarations to header file | Danny Nguyen | 2017-04-03 | 5 | -14/+21 | |
| | | ||||||
| * | Move defines for RGB to after the config.h include | Danny Nguyen | 2017-04-03 | 1 | -10/+7 | |
| | | ||||||
| * | Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h | Danny Nguyen | 2017-04-03 | 3 | -41/+21 | |
| | | ||||||
| * | Revise KEYMAP macro to make left and right halves more clear | Danny Nguyen | 2017-04-03 | 2 | -52/+52 | |
| | | ||||||
| * | Move defines for RGB to after the config.h include | Danny Nguyen | 2017-04-03 | 1 | -7/+7 | |
| | | ||||||
| * | Revert removal of avrdude make option | Danny Nguyen | 2017-04-03 | 2 | -2/+14 | |
| | | ||||||
| * | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-04-02 | 26 | -184/+2017 | |
| |\ | ||||||
| | * | Merge pull request #1172 from nooges/hexwire-fixes | Jack Humbert | 2017-03-28 | 5 | -26/+45 | |
| | |\ | | | | | | | | | Let's Split hexwire keymap fixes | |||||
| | | * | Add RGB support for Let’s Split v1 | Danny Nguyen | 2017-03-23 | 2 | -1/+7 | |
| | | | | ||||||
| | | * | Move keymap into config file | Danny Nguyen | 2017-03-23 | 3 | -24/+33 | |
| | | | | ||||||
| | | * | Add Makefile in keymap dir | Danny Nguyen | 2017-03-23 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵ | Danny Nguyen | 2017-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | to 150ms | |||||
| * | | | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | Xyverz | 2017-03-29 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Removed preceeding underscore from MASTER_RIGHT in config.h | Xyverz | 2017-03-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Changes to the keymap to accommodate the RGB Underglow lighting. | Xyverz | 2017-02-11 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Adding a config file so that I can get RGB underglow for my Let's Split | Xyverz | 2017-02-11 | 1 | -0/+37 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-02-10 | 18 | -431/+282 | |
| |\ \ \ | ||||||
| * | | | | Added Let's Split | Xyverz | 2017-01-19 | 1 | -0/+191 | |
| | | | | |