Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-27 | Keymaps for several of my boards (#1641) | Michael Terhar | 40 | -0/+3417 | |
* 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-27 | make ergodone's led work well | Toshiki Yagi | 2 | -12/+98 | |
2017-08-27 | Updated readme to new standard. | unknown | 1 | -128/+9 | |
2017-08-27 | Updated my files and added debouncing | unknown | 4 | -53/+211 | |
2017-08-26 | Add mbsurfer Let's Split keymap with RGB layer indicators (#1638) | Cory Shaw | 3 | -0/+298 | |
2017-08-26 | Add split layout to more keyboards. | Joe Wasson | 4 | -2/+4 | |
2017-08-25 | Improve default layout of 9key and give example macro | Cory Shaw | 1 | -22/+40 | |
2017-08-25 | Increase time for tap dancing on 9key default | Cory Shaw | 1 | -1/+1 | |
2017-08-25 | Update Bishop Keyboards url to relaunched site | Cory Shaw | 1 | -1/+1 | |
2017-08-25 | Add 9key to keyboards readme | Cory Shaw | 1 | -0/+1 | |
2017-08-24 | Add split ansi layout and talljoe's keymap. | Joe Wasson | 2 | -1/+4 | |
2017-08-24 | update ergodox links | Jack Humbert | 1 | -2/+2 | |
2017-08-24 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | Jack Humbert | 401 | -38317/+460 | |
* 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-23 | update 9key readme | Jack Humbert | 1 | -1/+1 | |
2017-08-23 | Update keymap.c | Steve Holt | 1 | -138/+156 | |
2017-08-23 | Update config.h | Steve Holt | 1 | -7/+4 | |
2017-08-23 | Update Makefile | Steve Holt | 1 | -1/+1 | |
2017-08-23 | fix link brackets | Jonathan Boyett | 1 | -1/+1 | |
2017-08-23 | fix(9key): Fix layout of 9key readme | Cory Shaw | 1 | -1/+1 | |
2017-08-23 | update(9key): Add readme with updated format | Cory Shaw | 1 | -0/+17 | |
2017-08-23 | Add support for 9key by Bishop Keyboards | Cory Shaw | 7 | -0/+196 | |
2017-08-23 | JD40 MiniVan port | Jonathan Boyett | 4 | -0/+62 | |
2017-08-22 | Adding Makefile | Ryan MacLean | 1 | -0/+1 | |
Required for JIS layouts | |||||
2017-08-22 | Creating Mac Version of JIS Keymap | Ryan MacLean | 1 | -0/+58 | |
Swapping command and alt, restoring fn+left for delete, subbing in grave for hhkb key. | |||||
2017-08-22 | Add back original copyrights | jpetermans | 3 | -0/+3 | |
2017-08-22 | Readme correction #2 | jpetermans | 1 | -1/+1 | |
2017-08-22 | Correct jpetermans keymap readme and update copyright info | jpetermans | 4 | -5/+5 | |
2017-08-21 | Fix gherkin README to use correct build command. | Daniel Shields | 1 | -1/+1 | |
2017-08-21 | Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and end | Mark Spanbroek | 1 | -2/+2 | |
The ctrl commands only seem to work well in terminal, not in other apps. | |||||
2017-08-21 | Remove COMPACT_KEYMAP, use full KC_ keycodes instead. | Mark Spanbroek | 1 | -28/+12 | |
2017-08-21 | Revert "Add COMPACT_KEYMAP macro to Satan GH60" | Mark Spanbroek | 1 | -15/+0 | |
9a1826598a1a06d87459c5bbef9db9be277bdae9 | |||||
2017-08-21 | Add screen lock key | Mark Spanbroek | 1 | -1/+2 | |
2017-08-21 | Fix power; use keyboard shortcut for Mac | Mark Spanbroek | 1 | -1/+2 | |
2017-08-21 | Reverse the split shift/fn | Mark Spanbroek | 1 | -3/+18 | |
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-21 | Add Mark I layout | Mark Spanbroek | 2 | -0/+34 | |
2017-08-21 | Add COMPACT_KEYMAP macro to Satan GH60 | Mark Spanbroek | 1 | -0/+15 | |
2017-08-21 | Fix: add missing keys to Satan GH60 KEYMAP macro | Mark Spanbroek | 1 | -2/+2 | |
2017-08-21 | Add smt keymap for Sentraq S65-X | Stephen Tudor | 1 | -0/+163 | |
2017-08-21 | fix readmes | Jack Humbert | 2 | -4/+4 | |
2017-08-21 | adds sweet16 and four banger keyboards | Jack Humbert | 14 | -0/+358 | |
2017-08-21 | Create readme.md | Ben James | 1 | -0/+12 | |
2017-08-21 | Create Makefile | Ben James | 1 | -0/+21 | |
2017-08-21 | Create config.h | Ben James | 1 | -0/+58 | |
2017-08-21 | Create keymap.c | Ben James | 1 | -0/+122 | |
2017-08-20 | adds subatomic files (non-working) | Jack Humbert | 6 | -67/+164 | |
2017-08-20 | Fix stray keystroke in readme file. | Joe Wasson | 1 | -2/+2 | |
2017-08-20 | Remove PLAY_NOTE_ARRAY usages to get rid of warning. | Joe Wasson | 59 | -403/+403 | |
2017-08-20 | Merge pull request #1608 from hot-leaf-juice/master | Jack Humbert | 2 | -37/+56 | |
keymap update | |||||
2017-08-20 | Fix Planck Steno layout with new error message (remove MIDI). | Joe Wasson | 1 | -0/+1 | |
2017-08-20 | Keymap tweaks. | Joe Wasson | 2 | -2/+14 | |