Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #226 from squisher/dvorak_intl_squisher | Erez Zukerman | 2016-04-01 | 6 | -0/+1341 |
|\ | | | | | Squisher's international dvorak variant for ergodox ez | ||||
| * | Also add compiled hex file | David Mohr | 2016-03-30 | 1 | -0/+1127 |
| | | |||||
| * | Squisher's international dvorak variant for ergodox ez | David Mohr | 2016-03-30 | 5 | -0/+214 |
| | | | | | | | | See README.md | ||||
* | | Merge pull request #230 from IBNobody/master | Jack Humbert | 2016-03-31 | 1 | -11/+68 |
|\ \ | |/ |/| | Fixed Setup Script | ||||
| * | Drastically rewrote the path script to handle Explorer's stubborn grasp of ↵ | IBNobody | 2016-03-30 | 1 | -11/+68 |
|/ | | | | EnvVars. Tested on Win7. | ||||
* | Merge pull request #229 from NoahAndrews/patch-5 | Jack Humbert | 2016-03-30 | 1 | -2/+2 |
|\ | | | | | The readme was also wrong about the conflict between audio and RGB | ||||
| * | Update README.md | Noah Andrews | 2016-03-30 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #227 from NoahAndrews/patch-4 | Jack Humbert | 2016-03-30 | 1 | -2/+2 |
|\ | | | | | Fixed minor issues with Preonic readme | ||||
| * | Fixed minor issues with Preonic readme | Noah Andrews | 2016-03-30 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #228 from mrfoto/fix-planck-diagram | Jack Humbert | 2016-03-30 | 1 | -2/+2 |
|\ \ | |/ |/| | Tiny fix of Planck diagrams | ||||
| * | Tiny fix of Planck diagrams | Miha Rekar | 2016-03-30 | 1 | -2/+2 |
|/ | |||||
* | preonic readme | Jack Humbert | 2016-03-30 | 1 | -9/+3 |
| | |||||
* | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | Jack Humbert | 2016-03-30 | 179 | -41877/+39434 |
|\ | |||||
| * | Merge pull request #224 from NoahAndrews/make-keymap-names-consistent | Jack Humbert | 2016-03-29 | 41 | -42/+45 |
| |\ | | | | | | | Make keymap names more consistent | ||||
| | * | Updated several keyboard folders to use new keymap naming scheme | Noah Andrews | 2016-03-29 | 41 | -42/+45 |
| | | | |||||
| | * | Merge remote-tracking branch 'jackhumbert/master' into ↵ | Noah Andrews | 2016-03-29 | 147 | -40692/+40208 |
| | |\ | | |/ | |/| | | | | make-keymap-names-consistent | ||||
| * | | Merge pull request #223 from NoahAndrews/patch-3 | Jack Humbert | 2016-03-29 | 1 | -4/+9 |
| |\ \ | | | | | | | | | Fix #198 | ||||
| | * | | Fix #198 | Noah Andrews | 2016-03-29 | 1 | -4/+9 |
| |/ / | |||||
| * | | Merge pull request #222 from NoahAndrews/patch-2 | Jack Humbert | 2016-03-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Fix error in Planck makefile comment | ||||
| | * | | Fix error in Planck makefile comment | Noah Andrews | 2016-03-29 | 1 | -1/+1 |
| |/ / | | | | | | | [This comment](https://www.reddit.com/r/olkb/comments/428umx/rgb_underglow/czaivbc) states that because both audio output and RGB support require the user of timer 3, they can't be enabled at the same time. That makes sense, I can see where audio.c uses timer 3. But this comment in the code states that the incompatibility is with MIDI support, which doesn't make sense based on what I see in the code. Please enlighten me if I'm mistaken. | ||||
| * | | Merge pull request #219 from IBNobody/master | Jack Humbert | 2016-03-28 | 4 | -13/+48 |
| |\ \ | | | | | | | | | Master | ||||
| | * | | Minor Tweaks and Documentation | IBNobody | 2016-03-28 | 3 | -12/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed compiler warning by including bootloader.h in keymap_common.c. Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined. Added extra documentation to the template config.h | ||||
| | * | | Added command to turn LED indicators off while sleeping | IBNobody | 2016-03-28 | 1 | -1/+4 |
| | | | | |||||
| * | | | Merge pull request #220 from NoahAndrews/improve-buildguide | Jack Humbert | 2016-03-28 | 1 | -5/+7 |
| |\ \ \ | | | | | | | | | | | Added clarifying steps to Windows section of build guide | ||||
| | * | | | Added clarifying steps to Windows section of build guide | Noah Andrews | 2016-03-28 | 1 | -5/+7 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'jackhumbert/master' into improve-buildguide | Noah Andrews | 2016-03-28 | 144 | -40683/+40157 |
| | |\ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| * | | | Merge pull request #216 from msc654/master | Erez Zukerman | 2016-03-28 | 6 | -0/+1334 |
| |\ \ \ | | | | | | | | | | | Added msc keymap for ergodox_ez | ||||
| | * | | | Corrected duplicate image issue | Matthew Carroll | 2016-03-28 | 1 | -0/+0 |
| | | | | | |||||
| | * | | | Added msc keymap for ergodox_ez | Matthew Carroll | 2016-03-27 | 6 | -0/+1334 |
| | | | | | |||||
| * | | | | Merge pull request #214 from cdlm/action-hook | Jack Humbert | 2016-03-28 | 6 | -21/+45 |
| |\ \ \ \ | | | | | | | | | | | | | Add per-event user hook function | ||||
| | * | | | | Add action-preprocessing kb/user hooks in planck | Damien Pollet | 2016-03-28 | 2 | -15/+18 |
| | | | | | | |||||
| | * | | | | Add action-preprocessing hook to keyboard template | Damien Pollet | 2016-03-28 | 2 | -6/+19 |
| | | | | | | |||||
| | * | | | | Rename function to be keyboard-specific | Damien Pollet | 2016-03-28 | 2 | -4/+4 |
| | | | | | | |||||
| | * | | | | Add per-event user hook function to QMK | Damien Pollet | 2016-03-28 | 2 | -0/+8 |
| | | | | | | |||||
| * | | | | | Merge pull request #217 from IBNobody/master | Jack Humbert | 2016-03-28 | 7 | -132/+488 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | Master | ||||
| | * | | | | Magic Key Overrides / Keyboard Lock / Forced NKRO | IBNobody | 2016-03-28 | 7 | -132/+488 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default) | ||||
| | * | | | | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2016-03-27 | 18 | -1150/+2950 |
| | |\| | | | |||||
| | * | | | | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2016-03-25 | 7 | -5/+393 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | Merge pull request #218 from awpr/patch-1 | Jack Humbert | 2016-03-28 | 1 | -3/+3 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | Add avr-libc to the Debian build dependencies. | ||||
| | * | | | | | Add avr-libc to the Debian build dependencies. | Andrew Pritchard | 2016-03-28 | 1 | -3/+3 |
| |/ / / / / | | | | | | | | | | | | | Without avr-libc the build fails trying to #include_next a header from the standard library, which of course doesn't exist. | ||||
| * | | | | | Merge pull request #188 from DidierLoiseau/issue-156 | Erez Zukerman | 2016-03-27 | 4 | -2/+23 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Fix #156: clear weak mods on every key press | ||||
| | * | | | | Fix #156: clear weak mods on every key press | Didier Loiseau | 2016-03-08 | 4 | -2/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key | ||||
| * | | | | | Merge pull request #211 from nrrkeene/master | Erez Zukerman | 2016-03-27 | 10 | -1147/+1232 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | The Ordinary Layout is unremarkably mundane and remarkably useful | ||||
| | * \ \ \ \ | Merge https://github.com/jackhumbert/qmk_firmware | Nicholas Keene | 2016-03-26 | 1 | -1/+5 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | The Ordinary Layout is unremarkably mundane and remarkably useful | Nicholas Keene | 2016-03-26 | 10 | -1109/+1192 |
| | | | | | | | | |||||
| | * | | | | | | The Ordinary Layout is familiar to users of common keyboards | Nicholas Keene | 2016-03-24 | 1 | -58/+60 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge pull request #196 from naps62/naps62 | Erez Zukerman | 2016-03-27 | 3 | -0/+1690 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Adds naps62's Ergodox EZ layout | ||||
| | * | | | | | Adds naps62's layout | Miguel Palhas | 2016-03-15 | 3 | -0/+1690 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #207 from romanzolotarev/master | Erez Zukerman | 2016-03-25 | 1 | -1/+5 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Add important note about brightness on OS X | ||||
| | * | | | | | Add important note about brightness on OS X | Roman Zolotarev | 2016-03-22 | 1 | -1/+5 |
| | | | | | | |