summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-27Add arduino-alike GPIO pin control helpersWez Furlong
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-27Tidy up atomicity in timer.c and ring_buffer.hWez Furlong
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-27Merge https://github.com/jackhumbert/qmk_firmwareOlivier
2016-11-26separated into api files/folderJack Humbert
2016-11-26Merge pull request #908 from priyadi/promethiumJack Humbert
My handwired keyboard firmware
2016-11-27update docsPriyadi Iman Nurcahyo
2016-11-26Merge pull request #907 from priyadi/unicode_docsJack Humbert
Update Unicode documentation
2016-11-26Merge pull request #906 from priyadi/unicode_map_fix_warningJack Humbert
fix strict-prototypes warning
2016-11-27Update Unicode documentationPriyadi Iman Nurcahyo
2016-11-26fix strict-prototypes warningPriyadi Iman Nurcahyo
2016-11-26Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethiumPriyadi Iman Nurcahyo
2016-11-26remove ifdef on chip typePriyadi Iman Nurcahyo
2016-11-26protocols.mk is already included in latest QMKPriyadi Iman Nurcahyo
2016-11-26change init delay to 2000msPriyadi Iman Nurcahyo
2016-11-26My Promethium keyboard firmwarePriyadi Iman Nurcahyo
2016-11-26Merge pull request #905 from priyadi/ps2_documentationJack Humbert
A few addition to PS2 documentation.
2016-11-26Merge pull request #904 from priyadi/ps2_remove_hardcoded_pinsJack Humbert
PS2 pins configuration belongs to each keyboards config.h
2016-11-26remove define checks. didn't work because of include ordering.Priyadi Iman Nurcahyo
2016-11-26add macro error when a required define is missingPriyadi Iman Nurcahyo
2016-11-26A few addition to PS2 documentation.Priyadi Iman Nurcahyo
2016-11-26Fix unterminated ifndefPriyadi Iman Nurcahyo
2016-11-26PS2 pins configuration belongs to each keyboards config.hPriyadi Iman Nurcahyo
Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines.
2016-11-26remove ifdef on chip typePriyadi Iman Nurcahyo
2016-11-26protocols.mk is already included in latest QMKPriyadi Iman Nurcahyo
2016-11-26change init delay to 2000msPriyadi Iman Nurcahyo
2016-11-26Merge pull request #903 from priyadi/ps2_init_delayJack Humbert
Make PS2 init delay configurable.
2016-11-26Merge branch 'master' into promethiumPriyadi Iman Nurcahyo
2016-11-26Make PS2 init delay configurable. Some devices are not fully powered upPriyadi Iman Nurcahyo
after 1s.
2016-11-26My Promethium keyboard firmwarePriyadi Iman Nurcahyo
2016-11-25Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
2016-11-25Merge pull request #902 from OferPlesser/feature/ps2-mouse-supportJack Humbert
PS/2 mouse support
2016-11-25Added documentation for PS/2 mouse in readmeofples
2016-11-25Removed commentofples
2016-11-25Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ofples
one at the end of the file
2016-11-25Added protocol.mk to buildofples
2016-11-24Merge pull request #899 from Wilba6582/suspend_fixJack Humbert
Fixed NO_SUSPEND_POWER_DOWN handling
2016-11-23rgblight fixesJack Humbert
2016-11-23travis plsJack Humbert
2016-11-23converted to new formatJack Humbert
2016-11-23Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingWilba6582
2016-11-23converted to 8bit messagesJack Humbert
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingWilba6582
2016-11-22Merge pull request #898 from PureSpider/backlight-fixJack Humbert
Set backlight status to on if it's at maximum brightness already and the brightness increase keybind is used
2016-11-22Merge pull request #896 from h-youhei/jp106Jack Humbert
Add japanese keymap
2016-11-22Set backlight status to on if it's at maximum brightness already and the ↵PureSpider
brightness increase keybind is used Before it was turned on but the status wasn't set to on, so you had to push the backlight toggle bind twice to turn it off again
2016-11-22Add japanese keymaph-youhei
2016-11-21Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert
2016-11-21fix infinityJack Humbert
2016-11-21cleaning up mididJack Humbert