aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-12-01Improve docs on SYSEX bitGravatar cbbrowne
2016-12-01More notes on .hex size protectionGravatar cbbrowne
2016-12-01Make my builds smallerGravatar cbbrowne
2016-12-01Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar cbbrowne
2016-11-30Better layoutGravatar Erez Zukerman
2016-12-01Initial version of Raw HID interfaceGravatar Wilba6582
2016-11-29Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar cbbrowne
2016-11-29Merge pull request #919 from jackhumbert/hf/robot_test_layoutGravatar Jack Humbert
Test layout for ErgoDox EZ manufacturing robot
2016-11-29Test layout for ErgoDox EZ manufacturing robotGravatar Erez Zukerman
2016-11-29Merge pull request #918 from jackhumbert/wu5y7Gravatar Erez 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/masterGravatar Erez Zukerman
keyboards/ergodox/keymaps/bepo : merge from author
2016-11-29guess i didnt pullGravatar Jack Humbert
2016-11-29Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7Gravatar Jack Humbert
2016-11-29enable rgblight by default for ezGravatar Jack Humbert
2016-11-29enable api sysex for ezGravatar Jack Humbert
2016-11-28Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Gravatar Jack Humbert
2016-11-28Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar cbbrowne
2016-11-28Add the AZERTY compatibility layer.Gravatar Olivier
2016-11-28Change layer names (cosmetic change) and reorder them so that the "shift" ↵Gravatar Olivier
layer can be accessed from the "alt" layer when in QWERTY compat mode.
2016-11-28Tweaks position of TOG not to conflict with MOGravatar Erez Zukerman
2016-11-28A little cleanup, add some comments, change others.Gravatar Olivier
2016-11-28Tweaks EZ MakefileGravatar Erez Zukerman
2016-11-28Pulls LED config into common config for EZGravatar Erez Zukerman
2016-11-28Adjust comment.Gravatar Olivier
2016-11-28Reorganize the numeric keypad layer more like a traditional numeric keypad.Gravatar Olivier
2016-11-27Add support for Adafruit BLE modulesGravatar Wez 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 helpersGravatar Wez 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.hGravatar Wez 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_firmwareGravatar Olivier
2016-11-26separated into api files/folderGravatar Jack Humbert
2016-11-26Merge pull request #908 from priyadi/promethiumGravatar Jack Humbert
My handwired keyboard firmware
2016-11-27update docsGravatar Priyadi Iman Nurcahyo
2016-11-26Merge pull request #907 from priyadi/unicode_docsGravatar Jack Humbert
Update Unicode documentation
2016-11-26Merge pull request #906 from priyadi/unicode_map_fix_warningGravatar Jack Humbert
fix strict-prototypes warning
2016-11-27Update Unicode documentationGravatar Priyadi Iman Nurcahyo
2016-11-26fix strict-prototypes warningGravatar Priyadi Iman Nurcahyo
2016-11-26Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethiumGravatar Priyadi Iman Nurcahyo
2016-11-26remove ifdef on chip typeGravatar Priyadi Iman Nurcahyo
2016-11-26protocols.mk is already included in latest QMKGravatar Priyadi Iman Nurcahyo
2016-11-26change init delay to 2000msGravatar Priyadi Iman Nurcahyo
2016-11-26My Promethium keyboard firmwareGravatar Priyadi Iman Nurcahyo
2016-11-26Merge pull request #905 from priyadi/ps2_documentationGravatar Jack Humbert
A few addition to PS2 documentation.
2016-11-26Merge pull request #904 from priyadi/ps2_remove_hardcoded_pinsGravatar Jack Humbert
PS2 pins configuration belongs to each keyboards config.h
2016-11-26remove define checks. didn't work because of include ordering.Gravatar Priyadi Iman Nurcahyo
2016-11-26add macro error when a required define is missingGravatar Priyadi Iman Nurcahyo
2016-11-26A few addition to PS2 documentation.Gravatar Priyadi Iman Nurcahyo
2016-11-26Fix unterminated ifndefGravatar Priyadi Iman Nurcahyo
2016-11-26PS2 pins configuration belongs to each keyboards config.hGravatar Priyadi 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 typeGravatar Priyadi Iman Nurcahyo
2016-11-26protocols.mk is already included in latest QMKGravatar Priyadi Iman Nurcahyo