summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert8-271/+9
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-08-23Update keymap.cSteve Holt1-138/+156
2017-08-23Update config.hSteve Holt1-7/+4
2017-08-23Update MakefileSteve Holt1-1/+1
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson11-48/+48
2017-08-19Merge pull request #1601 from dlaroe/masterJack Humbert4-0/+504
My keymaps only
2017-08-18Updated keymaps with second LOWER for the right hand1-9/+9
2017-08-10Add config.h to piemod keymap.dwrz1-0/+37
2017-08-10Remove makefile from Let's Split piemod.dwrz1-10/+0
2017-08-10Add piemod keymaps for Let's Split and Planck.dwrz3-0/+162
2017-08-04Merge pull request #1540 from fabiant7t/masterJack Humbert3-0/+264
amj40 added; my layouts for Let's Split, amj40 and XD75
2017-08-04Fix location of where the make command should be runDanny Nguyen1-2/+2
2017-08-04Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen1-12/+0
location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
2017-08-03Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt3-0/+419
2017-08-02Add keymap xkxk3-0/+419
2017-07-31Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt2-47/+197
2017-07-29Changes lets_split to use timer based debouncingahtn2-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`.
2017-07-26custom makefileFabian Topfstedt1-0/+9
2017-07-26symmetric modifiers in bottom rowFabian Topfstedt1-6/+6
2017-07-26left shift is backspace on tapFabian Topfstedt1-3/+3
2017-07-26default based customizationsFabian Topfstedt1-79/+80
2017-07-24First Update4-0/+504
2017-07-20Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt23-1235/+247
2017-07-12fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2-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
2017-07-11clean up ssd1306 implementationJack Humbert1-0/+78
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert4-1125/+0
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-07-07Merge pull request #1471 from qmk/lufa_libJack Humbert1-1/+1
Update LUFA and move it to /lib/lufa
2017-07-07Add new keymap to try to get pretty close to the default layout for an ↵Ethan Spitz3-0/+254
ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
2017-07-07update includeJack Humbert1-1/+1
2017-07-07update lets_split lufa includeJack Humbert1-1/+1
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-15/+15
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-28update some copyright headersJack Humbert9-0/+123
2017-06-28cleanup lets_splitJack Humbert17-427/+98
2017-06-27fixed bracketsFabian Topfstedt1-1/+1
2017-06-27my layoutFabian Topfstedt1-6/+6
2017-06-27removed wrong readmeFabian Topfstedt1-88/+0
2017-06-27my layoutFabian Topfstedt1-22/+23
2017-06-26clone smt layoutFabian Topfstedt3-0/+341
2017-06-25Remove the DIODE_DIRECTION defines from lets_split so we can close #1067skullY2-7/+1
2017-06-18remove hardware files, move arrow padJack Humbert6-22008/+1
2017-06-18Don't define RGBLED_NUM in let-split khord keymapFred Sundvik1-2/+0
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
2017-06-15minor fixesDylan Khor2-4/+1
2017-06-15Add custom let's split keymapDylan Khor3-0/+280
2017-06-12remove the rest of the .pngsJack Humbert3-2/+2
2017-06-09Use single brackets for portability with other shellsNic Aitch1-1/+1
2017-06-03Adding permissive_holdAdam Bell1-0/+1
2017-06-03adding lets split keymapAdam Bell3-0/+122
2017-05-31replacing one R for a TAlfrheim1-1/+1
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein6-24/+24
Fixes #1201.
2017-04-04Merge branch 'master' into masterJack Humbert18-114/+362