Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-04-02 | 22 | -83/+1521 | |
|\ \ \ | ||||||
| * | | | Worked around some new Makefile issues. | nielsenz | 2017-03-30 | 3 | -27/+27 | |
| | | | | ||||||
| * | | | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | 2017-03-30 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | changed hotkey cluster to accomodate awkward software | Callum Oakley | 2017-03-30 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | Merge branch 'master' into to_push | Zay950 | 2017-03-29 | 71 | -632/+3278 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | 2017-03-28 | 12 | -0/+330 | |
| | |\ \ \ | | | | | | | | | | | | | Flesh out MIDI support | |||||
| | | * | | | Update existing keymaps | Gabriel Young | 2017-02-25 | 12 | -0/+330 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime) | |||||
| | * | | | | Merge branch 'master' of https://github.com/Khord/qmk_firmware | Dylan Khor | 2017-03-20 | 1 | -4/+4 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Missing comma | Dylan Khor | 2017-03-19 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | Don't feel like tap dancing arrows anymore | Dylan Khor | 2017-03-19 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | * | | | | | add pgup, pgdn, home, end | Dylan Khor | 2017-03-20 | 1 | -4/+4 | |
| | |/ / / / | ||||||
| | * | | | | tap dance working for esc and arrows | Dylan Khor | 2017-03-16 | 1 | -7/+15 | |
| | | | | | | ||||||
| | * | | | | remove const | Dylan Khor | 2017-03-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | test td changes | Dylan Khor | 2017-03-16 | 2 | -7/+6 | |
| | | | | | | ||||||
| | * | | | | test fixes for tap dane | Dylan Khor | 2017-03-16 | 2 | -12/+11 | |
| | | | | | | ||||||
| | * | | | | test tap dance | Dylan Khor | 2017-03-16 | 3 | -1/+17 | |
| | | | | | | ||||||
| | * | | | | add config.h for customization | Dylan Khor | 2017-03-16 | 1 | -0/+90 | |
| | | | | | | ||||||
| | * | | | | test | Dylan Khor | 2017-03-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Add Makefile | Dylan Khor | 2017-03-15 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | Add custom keycap | Dylan Khor | 2017-03-15 | 1 | -0/+318 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #1145 from smt/smt/lets_split | Jack Humbert | 2017-03-15 | 2 | -77/+134 | |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | Add smt keymap for Let's Split (based on serial) | |||||
| | | * | | | Update smt keymap READMEs | Stephen Tudor | 2017-03-08 | 2 | -31/+52 | |
| | | | | | | ||||||
| | | * | | | Update smt keymaps for consistency | Stephen Tudor | 2017-03-08 | 1 | -25/+31 | |
| | | | | | | ||||||
| | | * | | | Update smt Planck keymap | Stephen Tudor | 2017-02-16 | 1 | -34/+64 | |
| | | |/ / | ||||||
| * | | | | Missed removing a function | Zach Nielsen | 2016-11-10 | 1 | -23/+0 | |
| | | | | | ||||||
| * | | | | Removed some common functions from my keymap | nielsenz | 2016-11-10 | 2 | -13/+4 | |
| | | | | | ||||||
| * | | | | Missed some stuff. Added a song (stole it from reddit). | Zach Nielsen | 2016-11-10 | 3 | -61/+5 | |
| | | | | | ||||||
| * | | | | Adding my (zach) keymaps for planck and preonic | Zach Nielsen | 2016-11-10 | 4 | -0/+706 | |
| | | | | | ||||||
* | | | | | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | Xyverz | 2017-03-29 | 3 | -31/+12 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-03-03 | 7 | -91/+116 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #1126 from folkert4/master | Jack Humbert | 2017-03-03 | 4 | -70/+95 | |
| |\ \ \ \ | | | | | | | | | | | | | Various QOL changes to Espynn's keymap | |||||
| | * | | | | Various QOL changes: | folkert4 | 2017-02-28 | 4 | -70/+95 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some unneeded keys from raise and lower layers moved the + and = signs, backspace is now more intuitive moved all the Function keys to CUSTOM layer added ctrl alt del to CUSTOM layer simplified the layout picture greatly | |||||
| * | | | | | moar hotkeys | Callum Oakley | 2017-03-02 | 2 | -11/+11 | |
| |/ / / / | ||||||
| * | | | | Update default maps for missing keys | Chris Helming | 2017-02-28 | 1 | -8/+8 | |
| | | | | | ||||||
| * | | | | updated readme | Callum Oakley | 2017-02-22 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | added hotkey cluster | Callum Oakley | 2017-02-21 | 1 | -7/+7 | |
| | |/ / | |/| | | ||||||
* | | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-02-20 | 5 | -697/+75 | |
|\| | | | ||||||
| * | | | remove more warnings | Jack Humbert | 2017-02-16 | 2 | -16/+33 | |
| | | | | ||||||
| * | | | Merge my Planck-like keyboards | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -912/+40 | |
| | | | | ||||||
| * | | | GUI layer fixes | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Alt-tab handling in GUI layer | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -2/+12 | |
| | | | | ||||||
| * | | | remove stand alone punc layer switcher for now | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Add explicit punctuation key for greek layers | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Func + Num = Punc | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -8/+8 | |
| | | | | ||||||
| * | | | move GRV to ESC position | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -4/+5 | |
| | | | | ||||||
| * | | | Fix faux clicky toggle key | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -3/+7 | |
| | | | | ||||||
| * | | | Merge branch 'faux_clicky' into promethium | Priyadi Iman Nurcahyo | 2017-02-13 | 2 | -1/+6 | |
| |\ \ \ | ||||||
| | * | | | Implement faux-clicky feature | Priyadi Iman Nurcahyo | 2017-02-13 | 2 | -3/+4 | |
| | | | | | ||||||
| * | | | | Update my Planck layout | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -151/+365 | |
| |/ / / | ||||||
* | | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-02-10 | 24 | -113/+1541 | |
|\| | | |