summaryrefslogtreecommitdiffstats
path: root/keyboards/gherkin
AgeCommit message (Collapse)AuthorFilesLines
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+1
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-10-10Updated my Gherkin Keymapunknown1-6/+36
2017-09-27remove all makefiles from keyboard directoriesJack Humbert4-54/+0
2017-09-25Removed unneeded code from keymapunknown1-55/+0
2017-09-25Add my gherkin keymap, and update readme and configunknown5-5/+199
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed3-0/+51
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-27Keymaps for several of my boards (#1641)Michael Terhar3-0/+480
* 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-21Fix gherkin README to use correct build command.Daniel Shields1-1/+1
2017-08-20Fix stray keystroke in readme file.Joe Wasson1-2/+2
2017-08-20Keymap tweaks.Joe Wasson2-2/+14
2017-08-20Gherkin keymaps for Steno and TalljoeJoe Wasson6-0/+105
2017-08-17Make the bulk of our keyboards match the readme.md standardskullY1-7/+13
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-10/+10
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-02Initial commit for gherkin keyboard support. Compiles but untested.Daniel Shields7-0/+319