summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-01Improve docs on SYSEX bitcbbrowne
2016-12-01More notes on .hex size protectioncbbrowne
2016-12-01Make my builds smallercbbrowne
2016-12-01Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
2016-11-30Better layoutErez Zukerman
2016-12-01Initial version of Raw HID interfaceWilba6582
2016-11-29Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
2016-11-29Merge pull request #919 from jackhumbert/hf/robot_test_layoutJack Humbert
Test layout for ErgoDox EZ manufacturing robot
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-28Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
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-27Add support for Adafruit BLE modulesWez Furlong
This implements some helper functions that allow sending key reports to an SPI based Bluetooth Low Energy module, such as the Adafruit Feather 32u4 Bluefruit LE. There is some plumbing required in lufa.c to enable this; that is in a follow-on commit.
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