Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-29 | Test layout for ErgoDox EZ manufacturing robot | Erez Zukerman | 2 | -0/+8 | |
2016-11-29 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 3 | -47/+64 | |
2016-11-26 | separated into api files/folder | Jack Humbert | 6 | -4/+280 | |
2016-11-26 | fix strict-prototypes warning | Priyadi Iman Nurcahyo | 1 | -0/+1 | |
2016-11-26 | remove define checks. didn't work because of include ordering. | Priyadi Iman Nurcahyo | 1 | -118/+0 | |
2016-11-26 | add macro error when a required define is missing | Priyadi Iman Nurcahyo | 1 | -0/+118 | |
2016-11-26 | Fix unterminated ifndef | Priyadi Iman Nurcahyo | 1 | -0/+2 | |
2016-11-26 | PS2 pins configuration belongs to each keyboards config.h | Priyadi Iman Nurcahyo | 1 | -46/+0 | |
Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines. | |||||
2016-11-25 | Removed comment | ofples | 1 | -2/+0 | |
2016-11-25 | Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ | ofples | 1 | -1/+1 | |
one at the end of the file | |||||
2016-11-24 | travis pls | Jack Humbert | 2 | -2/+9 | |
2016-11-24 | converted to new format | Jack Humbert | 2 | -0/+14 | |
2016-11-22 | Add japanese keymap | h-youhei | 1 | -0/+62 | |
2016-11-22 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 1 | -2/+9 | |
2016-11-22 | cleaning up midid | Jack Humbert | 1 | -49/+50 | |
2016-11-22 | cleaning up new code | Jack Humbert | 3 | -1/+46 | |
2016-11-22 | merging lets_split | Jack Humbert | 1 | -105/+221 | |
2016-11-19 | Fix the Space Cadet timeout code | Gergely Nagy | 1 | -0/+4 | |
Define a default TAPPING_TERM in quantum.c, for keyboards that do not have it set. Fixes the CI failure. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||||
2016-11-19 | Add a timeout to space-cadet shift. | Gergely Nagy | 1 | -2/+5 | |
When one holds a Space Cadet shift, to have it act as a shift, so that mouse behaviour changes, when released without any other key pressed, it still registers a paren. To remedy this, add a hold timeout: if the key is held longer than TAPPING_TERM, it will not register the parens. Fixes #884, with the side-effect of not being able to have parens trigger the OS-side repeat anymore. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||||
2016-11-19 | don't always detect a matrix change (fixes debounce) | Jack Humbert | 1 | -1/+1 | |
2016-11-18 | Groundwork for dedicated color keycodes | Erez Zukerman | 2 | -0/+8 | |
2016-11-17 | rgb light through midi | Jack Humbert | 3 | -8/+6 | |
2016-11-16 | Merge pull request #860 from IBNobody/master | Jack Humbert | 1 | -105/+221 | |
Improved Quantum Matrix | |||||
2016-11-15 | animations, midi, etc | Jack Humbert | 1 | -1/+0 | |
2016-11-14 | mostly working | Jack Humbert | 5 | -65/+82 | |
2016-11-13 | merging | Jack Humbert | 12 | -37/+422 | |
2016-11-11 | Merge pull request #868 from potz/master | Jack Humbert | 1 | -0/+58 | |
Add brazilian ABNT2 keymap | |||||
2016-11-09 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2 | -0/+144 | |
2016-11-08 | Add brazilian ABNT2 keymap | Potiguar Faga | 1 | -0/+58 | |
2016-11-06 | Add documentation for the variable tracing | Fred Sundvik | 1 | -0/+9 | |
2016-11-06 | Add possibility to control variable trace from make | Fred Sundvik | 2 | -4/+31 | |
2016-11-06 | Add variable trace | Fred Sundvik | 1 | -0/+108 | |
For debugging changes to variables, either normally or as a result of a memory corruption. | |||||
2016-10-29 | added fixed debounce code | IBNobody | 1 | -73/+70 | |
2016-10-29 | Made scanning more efficient | IBNobody | 1 | -31/+24 | |
2016-10-28 | Refactoring Matrix scanning | IBNobody | 1 | -78/+95 | |
2016-10-28 | Fixing Debounce - WIP | IBNobody | 1 | -83/+163 | |
2016-10-28 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 3 | -11/+119 | |
2016-10-26 | Merge pull request #844 from priyadi/unicode_wincompose_input | Jack Humbert | 2 | -4/+10 | |
Unicode WinCompose input method | |||||
2016-10-26 | Merge pull request #842 from priyadi/unicode_map_length | Jack Humbert | 1 | -7/+27 | |
UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations | |||||
2016-10-24 | Fixed some large keyboard bugs | IBNobody | 1 | -4/+33 | |
Fixed some bugs relating to keyboards with more than 16 columns. Also added the ability to mask off keyboard matrix bits. | |||||
2016-10-23 | Unicode WinCompose input method | Priyadi Iman Nurcahyo | 2 | -4/+10 | |
2016-10-23 | UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations | Priyadi Iman Nurcahyo | 1 | -7/+27 | |
2016-10-19 | add programmer dvorak keymap | Artyom Mironov | 1 | -0/+82 | |
2016-10-16 | working with power limit | Jack Humbert | 3 | -0/+522 | |
2016-10-16 | working with power limit | Jack Humbert | 5 | -1/+154 | |
2016-10-16 | Merge pull request #815 from priyadi/unicode_map | Jack Humbert | 4 | -0/+40 | |
Allow unicode up to 0xFFFFF using separate mapping table | |||||
2016-10-13 | [Jack & Erez] Simplifies and documents TO | Jack & Erez | 1 | -1/+4 | |
2016-10-10 | Merge pull request #808 from npoirey/master | Jack Humbert | 1 | -0/+1 | |
Altgr quick combination and updated readme | |||||
2016-10-10 | Merge pull request #810 from Vifon/dynamic_macros | Jack Humbert | 1 | -2/+7 | |
Reduce the default dynamic macro buffer | |||||
2016-10-10 | Merge pull request #814 from fredizzimo/rgb_tuning | Jack Humbert | 1 | -22/+33 | |
Improve the RGB led effects |