summaryrefslogtreecommitdiffstats
path: root/quantum/config_common.h
AgeCommit message (Collapse)AuthorFilesLines
2016-12-29API Sysex fixesFred Sundvik1-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
2016-11-29Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert1-47/+1
2016-11-26remove define checks. didn't work because of include ordering.Priyadi Iman Nurcahyo1-118/+0
2016-11-26add macro error when a required define is missingPriyadi Iman Nurcahyo1-0/+118
2016-11-26Fix unterminated ifndefPriyadi Iman Nurcahyo1-0/+2
2016-11-26PS2 pins configuration belongs to each keyboards config.hPriyadi Iman Nurcahyo1-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-25Removed commentofples1-2/+0
2016-11-25Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ofples1-1/+1
one at the end of the file
2016-11-22cleaning up mididJack Humbert1-49/+50
2016-08-25Added pin support for A0-A7IBNobody1-8/+8
Vision Division - It works!
2016-08-22NightlyIBNobody1-0/+9
Only major change to qmk was the addition of A0-A7 pins for the AT90USB
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-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
2016-05-24Optimize matrix scanning (#343)Eric Tang1-61/+64
2015-10-26added ergodoxJack Humbert1-0/+116