summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-29Test layout for ErgoDox EZ manufacturing robotErez Zukerman
2016-11-29Merge pull request #918 from jackhumbert/wu5y7Erez Zukerman
Adds Ergodox EZ RGB lights (both sides using I2C) and implements API base, Midi SysEx API
2016-11-29Merge pull request #917 from gid0/masterErez Zukerman
keyboards/ergodox/keymaps/bepo : merge from author
2016-11-29guess i didnt pullJack Humbert
2016-11-29Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert
2016-11-29enable rgblight by default for ezJack Humbert
2016-11-29enable api sysex for ezJack Humbert
2016-11-28Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert
2016-11-28Add the AZERTY compatibility layer.Olivier
2016-11-28Change layer names (cosmetic change) and reorder them so that the "shift" ↵Olivier
layer can be accessed from the "alt" layer when in QWERTY compat mode.
2016-11-28Tweaks position of TOG not to conflict with MOErez Zukerman
2016-11-28A little cleanup, add some comments, change others.Olivier
2016-11-28Tweaks EZ MakefileErez Zukerman
2016-11-28Pulls LED config into common config for EZErez Zukerman
2016-11-28Adjust comment.Olivier
2016-11-28Reorganize the numeric keypad layer more like a traditional numeric keypad.Olivier
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 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