aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-26Keymaps for several of my boards (#1641)Gravatar 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-26make ergodone's led work wellGravatar Toshiki Yagi
2017-08-26Updated readme to new standard.Gravatar unknown
2017-08-26Updated my files and added debouncingGravatar unknown
2017-08-26Add mbsurfer Let's Split keymap with RGB layer indicators (#1638)Gravatar Cory Shaw
2017-08-26Merge in gaming layout.Gravatar Joe Wasson
2017-08-26Add split layout to more keyboards.Gravatar Joe Wasson
2017-08-24Improve default layout of 9key and give example macroGravatar Cory Shaw
2017-08-24Increase time for tap dancing on 9key defaultGravatar Cory Shaw
2017-08-24Update Bishop Keyboards url to relaunched siteGravatar Cory Shaw
2017-08-24Add 9key to keyboards readmeGravatar Cory Shaw
2017-08-24Add split ansi layout and talljoe's keymap.Gravatar Joe Wasson
2017-08-24update travis scriptGravatar Jack Humbert
2017-08-24update ergodox linksGravatar Jack Humbert
2017-08-24Fix broken linkGravatar Markus Kohler
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Gravatar 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-23update 9key readmeGravatar Jack Humbert
2017-08-23update build scriptGravatar Jack Humbert
2017-08-22Update keymap.cGravatar Steve Holt
2017-08-22Update config.hGravatar Steve Holt
2017-08-22Update MakefileGravatar Steve Holt
2017-08-22fix link bracketsGravatar Jonathan Boyett
2017-08-22fix(9key): Fix layout of 9key readmeGravatar Cory Shaw
2017-08-22update(9key): Add readme with updated formatGravatar Cory Shaw
2017-08-22Add support for 9key by Bishop KeyboardsGravatar Cory Shaw
2017-08-22JD40 MiniVan portGravatar Jonathan Boyett
2017-08-22Adding MakefileGravatar Ryan MacLean
Required for JIS layouts
2017-08-22Creating Mac Version of JIS KeymapGravatar Ryan MacLean
Swapping command and alt, restoring fn+left for delete, subbing in grave for hhkb key.
2017-08-22Merge branch 'master' of https://github.com/qmk/qmk_firmwareGravatar Jack Humbert
2017-08-22move to compiled [skip ci]Gravatar Jack Humbert
2017-08-22Fix avoid certificate errors that occur during '2-setup-environment-win.bat'Gravatar keisuke333
2017-08-22Merge branch 'master' of https://github.com/qmk/qmk_firmwareGravatar Jack Humbert
2017-08-22update travis scriptGravatar Jack Humbert
2017-08-22convert to unix line-endings [skip ci]Gravatar Jack Humbert
2017-08-21attempt to fix line-ending travis stuffGravatar Jack Humbert
2017-08-21Add back original copyrightsGravatar jpetermans
2017-08-21Readme correction #2Gravatar jpetermans
2017-08-21Correct jpetermans keymap readme and update copyright infoGravatar jpetermans
2017-08-21triggering travisGravatar Jack Humbert
2017-08-21update building for .hex, secrets movingGravatar Jack Humbert
2017-08-21Fix gherkin README to use correct build command.Gravatar Daniel Shields
2017-08-21Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and endGravatar Mark Spanbroek
The ctrl commands only seem to work well in terminal, not in other apps.
2017-08-21Remove COMPACT_KEYMAP, use full KC_ keycodes instead.Gravatar Mark Spanbroek
2017-08-21Revert "Add COMPACT_KEYMAP macro to Satan GH60"Gravatar Mark Spanbroek
9a1826598a1a06d87459c5bbef9db9be277bdae9
2017-08-21Add screen lock keyGravatar Mark Spanbroek
2017-08-21Fix power; use keyboard shortcut for MacGravatar Mark Spanbroek
2017-08-21Reverse the split shift/fnGravatar Mark Spanbroek
Turns out that 3c and 3d are not reversed when splitting the right shift in the way that the Mark I layout does. Reversing it here, rather than in the generic satan.h to avoid breaking the other layouts.
2017-08-21Add Mark I layoutGravatar Mark Spanbroek
2017-08-21Add COMPACT_KEYMAP macro to Satan GH60Gravatar Mark Spanbroek
2017-08-21Fix: add missing keys to Satan GH60 KEYMAP macroGravatar Mark Spanbroek