Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API Sysex fixes | Fred Sundvik | 2016-12-29 | 1 | -0/+2 |
| | | | | | | | | Fix memory leaks by using stack instead of malloc Reduce memory usage by having less temporary bufffers Remove warnings by adding includes Decrease code size by 608 bytes (mostly due to not linking malloc) More robust handling of buffer overflows | ||||
* | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 2016-11-28 | 1 | -47/+1 |
|\ | |||||
| * | remove define checks. didn't work because of include ordering. | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -118/+0 |
| | | |||||
| * | add macro error when a required define is missing | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+118 |
| | | |||||
| * | Fix unterminated ifndef | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+2 |
| | | |||||
| * | PS2 pins configuration belongs to each keyboards config.h | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -46/+0 |
| | | | | | | | | | | | | Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines. | ||||
| * | Removed comment | ofples | 2016-11-25 | 1 | -2/+0 |
| | | |||||
| * | Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ | ofples | 2016-11-25 | 1 | -1/+1 |
| | | | | | | | | one at the end of the file | ||||
* | | cleaning up midid | Jack Humbert | 2016-11-21 | 1 | -49/+50 |
|/ | |||||
* | Added pin support for A0-A7 | IBNobody | 2016-08-25 | 1 | -8/+8 |
| | | | | Vision Division - It works! | ||||
* | Nightly | IBNobody | 2016-08-21 | 1 | -0/+9 |
| | | | | Only major change to qmk was the addition of A0-A7 pins for the AT90USB | ||||
* | Backlight abstraction and other changes (#439) | Jack Humbert | 2016-06-23 | 1 | -40/+40 |
| | | | | | | | | | | | | | | | | | | | | * redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme | ||||
* | Optimize matrix scanning (#343) | Eric Tang | 2016-05-23 | 1 | -61/+64 |
| | |||||
* | added ergodox | Jack Humbert | 2015-10-26 | 1 | -0/+116 |