Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-12 | specialise music variables | ||
2016-12-12 | re-enable audio and extrakeys | ||
2016-12-02 | Merge pull request #914 from wez/ble_2 | ||
Add arduino-alike GPIO pin control helpers | |||
2016-12-02 | Annotates nordic | ||
2016-11-29 | Test layout for ErgoDox EZ manufacturing robot | ||
2016-11-28 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | ||
2016-11-27 | Add arduino-alike GPIO pin control helpers | ||
Unlike the arduino functions, these don't take abstract pin numbers, they take pin labels like `B0`. Also, rather than taking very generic parameter names, these take slightly more descriptive enum values. These improve the clarity of code that would otherwise be inscrutable bit manipulation in tersely named port register names. | |||
2016-11-26 | separated into api files/folder | ||
2016-11-26 | fix strict-prototypes warning | ||
2016-11-26 | remove define checks. didn't work because of include ordering. | ||
2016-11-26 | add macro error when a required define is missing | ||
2016-11-26 | Fix unterminated ifndef | ||
2016-11-26 | PS2 pins configuration belongs to each keyboards config.h | ||
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 | ||
2016-11-25 | Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ | ||
one at the end of the file | |||
2016-11-23 | travis pls | ||
2016-11-23 | converted to new format | ||
2016-11-22 | Add japanese keymap | ||
2016-11-21 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | ||
2016-11-21 | cleaning up midid | ||
2016-11-21 | cleaning up new code | ||
2016-11-21 | merging lets_split | ||
2016-11-19 | Fix the Space Cadet timeout code | ||
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. | ||
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-18 | don't always detect a matrix change (fixes debounce) | ||
2016-11-17 | Groundwork for dedicated color keycodes | ||
2016-11-17 | rgb light through midi | ||
2016-11-16 | Merge pull request #860 from IBNobody/master | ||
Improved Quantum Matrix | |||
2016-11-15 | animations, midi, etc | ||
2016-11-13 | mostly working | ||
2016-11-12 | merging | ||
2016-11-10 | Merge pull request #868 from potz/master | ||
Add brazilian ABNT2 keymap | |||
2016-11-08 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-11-08 | Add brazilian ABNT2 keymap | ||
2016-11-06 | Add documentation for the variable tracing | ||
2016-11-06 | Add possibility to control variable trace from make | ||
2016-11-06 | Add variable trace | ||
For debugging changes to variables, either normally or as a result of a memory corruption. | |||
2016-10-29 | added fixed debounce code | ||
2016-10-29 | Made scanning more efficient | ||
2016-10-28 | Refactoring Matrix scanning | ||
2016-10-28 | Fixing Debounce - WIP | ||
2016-10-28 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-10-26 | Merge pull request #844 from priyadi/unicode_wincompose_input | ||
Unicode WinCompose input method | |||
2016-10-26 | Merge pull request #842 from priyadi/unicode_map_length | ||
UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations | |||
2016-10-23 | Fixed some large keyboard bugs | ||
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 | ||
2016-10-23 | UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations | ||
2016-10-19 | add programmer dvorak keymap | ||
2016-10-16 | working with power limit | ||
2016-10-16 | working with power limit | ||