aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
Commit message (Collapse)AuthorAgeFilesLines
* convert to unix line-endings [skip ci]QMK Bot2017-08-302-4/+4
|
* Port #1576 to Let's Split: EECONFIG_HANDEDNESS gets overridden when RGB is ↵David Stosik2017-08-303-7/+3
| | | | enabled
* Keymaps for several of my boards (#1641)Michael Terhar2017-08-263-0/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * copied mjt keymaps from archive * All mjt boards now compile * fixed jd45-mjt breathing * Updates to fix SpaceFN but not tested yet. * Still missing either spacebar or an adjacent keypress. * Debugging rigged up for use with hid_listen. * Reverted the default keymap to use tap_layer_key rather than custom. Moved custom approach to keymap_debug.c * Fixed the lower-left side of the keymap, which needed more spacers due to the matrix being directly put into the array rather than using the keymap function. * Cleaned up JD45 keymap that uses tapkey. * Redid minivan keymap with numsym rather than raise/lower. Untested. * Created my MJT keymap for HHKB Enabled dynamic macros and moved somoe of the shortcuts around. * Minor keymap fixes to make them compile without errors. * Added home/end to right arrow cluster on DYN layer. * Added more keys to fn and dyn layers. * It wasn't using my custom layer last time somehow...? Now it will. * Compiled and installed at end of day on 8/23 * Moved macros to FKEY layer because Adjust was too hard to get into and out of without some sort of feedback. * Fixed volume controls... were reversed and disabled. * Added F13-F15 back to fkeys layer in Minivan * Created new Planck Keymap that uses the NumSym and FKeys layer approach like the Minivan. * Removed DYN layer. * Fixed diagram in planck numsym. * Cleanup for pull request. * Roadkit flip phone warning. * Replaced PLAY_NOTES_ARRAY to PLAY_SONG * reset the submodules * checked out specific commits for submodules * Removed debugging from JD45 shared config.h * Moved custom rules.mk to apropriate keymap Reset the shared rules.mk file. * Trailing return issue in rules.mk Gotta make for a smooth pull request :-)
* Add mbsurfer Let's Split keymap with RGB layer indicators (#1638)Cory Shaw2017-08-263-0/+298
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-238-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
* Update keymap.cSteve Holt2017-08-221-138/+156
|
* Update config.hSteve Holt2017-08-221-7/+4
|
* Update MakefileSteve Holt2017-08-221-1/+1
|
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-2011-48/+48
|
* Merge pull request #1601 from dlaroe/masterJack Humbert2017-08-194-0/+504
|\ | | | | My keymaps only
| * Updated keymaps with second LOWER for the right hand2017-08-181-9/+9
| |
| * First Update2017-07-244-0/+504
| |
* | Add config.h to piemod keymap.dwrz2017-08-101-0/+37
| |
* | Remove makefile from Let's Split piemod.dwrz2017-08-101-10/+0
| |
* | Add piemod keymaps for Let's Split and Planck.dwrz2017-08-103-0/+162
| |
* | Merge pull request #1540 from fabiant7t/masterJack Humbert2017-08-033-0/+264
|\ \ | | | | | | amj40 added; my layouts for Let's Split, amj40 and XD75
| * \ Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt2017-08-033-0/+419
| |\ \
| * \ \ Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt2017-07-312-47/+197
| |\ \ \
| * | | | custom makefileFabian Topfstedt2017-07-261-0/+9
| | | | |
| * | | | symmetric modifiers in bottom rowFabian Topfstedt2017-07-261-6/+6
| | | | |
| * | | | left shift is backspace on tapFabian Topfstedt2017-07-261-3/+3
| | | | |
| * | | | default based customizationsFabian Topfstedt2017-07-261-79/+80
| | | | |
| * | | | Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt2017-07-2023-1235/+247
| |\ \ \ \
| * | | | | fixed bracketsFabian Topfstedt2017-06-271-1/+1
| | | | | |
| * | | | | my layoutFabian Topfstedt2017-06-271-6/+6
| | | | | |
| * | | | | removed wrong readmeFabian Topfstedt2017-06-271-88/+0
| | | | | |
| * | | | | my layoutFabian Topfstedt2017-06-271-22/+23
| | | | | |
| * | | | | clone smt layoutFabian Topfstedt2017-06-263-0/+341
| | | | | |
* | | | | | Fix location of where the make command should be runDanny Nguyen2017-08-031-2/+2
| | | | | |
* | | | | | Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-031-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 xkxk2017-08-023-0/+419
| |_|/ / |/| | |
* | | | Changes lets_split to use timer based debouncingahtn2017-07-292-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)ishtob2017-07-122-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 implementationJack Humbert2017-07-111-0/+78
| | |
* | | Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-104-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_libJack Humbert2017-07-071-1/+1
|\ \ \ | | | | | | | | Update LUFA and move it to /lib/lufa
| * | | update includeJack Humbert2017-07-071-1/+1
| | | |
| * | | update lets_split lufa includeJack Humbert2017-07-071-1/+1
| | |/ | |/|
* / | Add new keymap to try to get pretty close to the default layout for an ↵Ethan Spitz2017-07-073-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 Humbert2017-06-301-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 headersJack Humbert2017-06-289-0/+123
| |
* | cleanup lets_splitJack Humbert2017-06-2817-427/+98
|/
* Remove the DIODE_DIRECTION defines from lets_split so we can close #1067skullY2017-06-242-7/+1
|
* remove hardware files, move arrow padJack Humbert2017-06-186-22008/+1
|
* Don't define RGBLED_NUM in let-split khord keymapFred Sundvik2017-06-181-2/+0
| | | | | 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-152-4/+1
|
* Add custom let's split keymapDylan Khor2017-06-153-0/+280
|
* remove the rest of the .pngsJack Humbert2017-06-113-2/+2
|
* Use single brackets for portability with other shellsNic Aitch2017-06-091-1/+1
|
* Adding permissive_holdAdam Bell2017-06-031-0/+1
|