aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/config_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert2016-11-281-47/+1
|\
| * remove define checks. didn't work because of include ordering.Priyadi Iman Nurcahyo2016-11-261-118/+0
| |
| * add macro error when a required define is missingPriyadi Iman Nurcahyo2016-11-261-0/+118
| |
| * Fix unterminated ifndefPriyadi Iman Nurcahyo2016-11-261-0/+2
| |
| * PS2 pins configuration belongs to each keyboards config.hPriyadi Iman Nurcahyo2016-11-261-46/+0
| | | | | | | | | | | | Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines.
| * Removed commentofples2016-11-251-2/+0
| |
| * Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ofples2016-11-251-1/+1
| | | | | | | | one at the end of the file
* | cleaning up mididJack Humbert2016-11-211-49/+50
|/
* Added pin support for A0-A7IBNobody2016-08-251-8/+8
| | | | Vision Division - It works!
* NightlyIBNobody2016-08-211-0/+9
| | | | Only major change to qmk was the addition of A0-A7 pins for the AT90USB
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-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 Tang2016-05-231-61/+64
|
* added ergodoxJack Humbert2015-10-261-0/+116