Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-01 | Improve docs on memory usage | ||
2016-12-01 | Improve docs on SYSEX bit | ||
2016-12-01 | More notes on .hex size protection | ||
2016-12-01 | Make my builds smaller | ||
2016-12-01 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-11-30 | Better layout | ||
2016-12-01 | Initial version of Raw HID interface | ||
2016-11-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-11-29 | Merge pull request #919 from jackhumbert/hf/robot_test_layout | ||
Test layout for ErgoDox EZ manufacturing robot | |||
2016-11-29 | Test layout for ErgoDox EZ manufacturing robot | ||
2016-11-29 | Merge pull request #918 from jackhumbert/wu5y7 | ||
Adds Ergodox EZ RGB lights (both sides using I2C) and implements API base, Midi SysEx API | |||
2016-11-29 | Merge pull request #917 from gid0/master | ||
keyboards/ergodox/keymaps/bepo : merge from author | |||
2016-11-29 | guess i didnt pull | ||
2016-11-29 | Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7 | ||
2016-11-29 | enable rgblight by default for ez | ||
2016-11-29 | enable api sysex for ez | ||
2016-11-28 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | ||
2016-11-28 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-11-28 | Add the AZERTY compatibility layer. | ||
2016-11-28 | Change layer names (cosmetic change) and reorder them so that the "shift" ↵ | ||
layer can be accessed from the "alt" layer when in QWERTY compat mode. | |||
2016-11-28 | Tweaks position of TOG not to conflict with MO | ||
2016-11-28 | A little cleanup, add some comments, change others. | ||
2016-11-28 | Tweaks EZ Makefile | ||
2016-11-28 | Pulls LED config into common config for EZ | ||
2016-11-28 | Adjust comment. | ||
2016-11-28 | Reorganize the numeric keypad layer more like a traditional numeric keypad. | ||
2016-11-27 | Add support for Adafruit BLE modules | ||
This implements some helper functions that allow sending key reports to an SPI based Bluetooth Low Energy module, such as the Adafruit Feather 32u4 Bluefruit LE. There is some plumbing required in lufa.c to enable this; that is in a follow-on commit. | |||
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-27 | Tidy up atomicity in timer.c and ring_buffer.h | ||
Adopt the macros for saving/restoring the interrupt state that are provided by the avr gcc environment. Removing intialization of the timer value; this shaves off a few bytes because globals are default initialized to zero. | |||
2016-11-27 | Merge https://github.com/jackhumbert/qmk_firmware | ||
2016-11-27 | removes the double actions from the metakeys. | ||
2016-11-27 | - Merged | ||
2016-11-26 | separated into api files/folder | ||
2016-11-26 | Merge pull request #908 from priyadi/promethium | ||
My handwired keyboard firmware | |||
2016-11-27 | update docs | ||
2016-11-26 | Merge pull request #907 from priyadi/unicode_docs | ||
Update Unicode documentation | |||
2016-11-26 | Merge pull request #906 from priyadi/unicode_map_fix_warning | ||
fix strict-prototypes warning | |||
2016-11-27 | Update Unicode documentation | ||
2016-11-26 | fix strict-prototypes warning | ||
2016-11-26 | Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium | ||
2016-11-26 | remove ifdef on chip type | ||
2016-11-26 | protocols.mk is already included in latest QMK | ||
2016-11-26 | change init delay to 2000ms | ||
2016-11-26 | My Promethium keyboard firmware | ||
2016-11-26 | Merge pull request #905 from priyadi/ps2_documentation | ||
A few addition to PS2 documentation. | |||
2016-11-26 | Merge pull request #904 from priyadi/ps2_remove_hardcoded_pins | ||
PS2 pins configuration belongs to each keyboards config.h | |||
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 | A few addition to PS2 documentation. | ||
2016-11-26 | Fix unterminated ifndef | ||