summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-02Merge pull request #913 from wez/ble_1Jack Humbert
Tidy up atomicity in timer.c and ring_buffer.h
2016-12-02Merge pull request #924 from cbbrowne/masterJack Humbert
Keymapping revs, revisions to documentation on API_SYSEX_ENABLE
2016-12-02Annotates nordicErez Zukerman
2016-12-02Tweaks Kristian's layout againErez Zukerman
2016-12-02Kristian's keymapErez Zukerman
2016-12-02I also want page-down/page-up on UPPER layercbbrowne
2016-12-02I want page-down/page-up - put those on LOWER-Left/Right near bottom cornercbbrowne
2016-12-01Improve docs on memory usagecbbrowne
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-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-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