summaryrefslogtreecommitdiff
path: root/keyboards/lets_split
AgeCommit message (Collapse)Author
2017-08-30Port #1576 to Let's Split: EECONFIG_HANDEDNESS gets overridden when RGB is ↵David Stosik
enabled
2017-08-26Keymaps for several of my boards (#1641)Michael Terhar
* 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 :-)
2017-08-26Add mbsurfer Let's Split keymap with RGB layer indicators (#1638)Cory Shaw
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert
* 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-22Update keymap.cSteve Holt
2017-08-22Update config.hSteve Holt
2017-08-22Update MakefileSteve Holt
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson
2017-08-19Merge pull request #1601 from dlaroe/masterJack Humbert
My keymaps only
2017-08-18Updated keymaps with second LOWER for the right hand
2017-08-10Add config.h to piemod keymap.dwrz
2017-08-10Remove makefile from Let's Split piemod.dwrz
2017-08-10Add piemod keymaps for Let's Split and Planck.dwrz
2017-08-03Merge pull request #1540 from fabiant7t/masterJack Humbert
amj40 added; my layouts for Let's Split, amj40 and XD75
2017-08-03Fix location of where the make command should be runDanny Nguyen
2017-08-03Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen
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 Topfstedt
2017-08-02Add keymap xkxk
2017-07-31Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt
2017-07-29Changes lets_split to use timer based debouncingahtn
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 Topfstedt
2017-07-26symmetric modifiers in bottom rowFabian Topfstedt
2017-07-26left shift is backspace on tapFabian Topfstedt
2017-07-26default based customizationsFabian Topfstedt
2017-07-24First Update
2017-07-20Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt
2017-07-12fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob
* 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 Humbert
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert
* 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 Humbert
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 Spitz
ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
2017-07-07update includeJack Humbert
2017-07-07update lets_split lufa includeJack Humbert
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert
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 Humbert
2017-06-28cleanup lets_splitJack Humbert
2017-06-27fixed bracketsFabian Topfstedt
2017-06-27my layoutFabian Topfstedt
2017-06-27removed wrong readmeFabian Topfstedt
2017-06-27my layoutFabian Topfstedt
2017-06-26clone smt layoutFabian Topfstedt
2017-06-24Remove the DIODE_DIRECTION defines from lets_split so we can close #1067skullY
2017-06-18remove hardware files, move arrow padJack Humbert
2017-06-18Don't define RGBLED_NUM in let-split khord keymapFred Sundvik
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 Khor
2017-06-15Add custom let's split keymapDylan Khor
2017-06-11remove the rest of the .pngsJack Humbert
2017-06-09Use single brackets for portability with other shellsNic Aitch
2017-06-03Adding permissive_holdAdam Bell
2017-06-03adding lets split keymapAdam Bell