Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-05 | Update rules.mk | Jack Humbert | 1 | -3/+2 | |
2016-11-30 | Initial version of Raw HID interface | Wilba6582 | 7 | -10/+237 | |
2016-11-29 | Merge pull request #919 from jackhumbert/hf/robot_test_layout | Jack Humbert | 4 | -0/+143 | |
Test layout for ErgoDox EZ manufacturing robot | |||||
2016-11-29 | Test layout for ErgoDox EZ manufacturing robot | Erez Zukerman | 4 | -0/+143 | |
2016-11-29 | Merge pull request #918 from jackhumbert/wu5y7 | Erez Zukerman | 65 | -204/+1761 | |
Adds Ergodox EZ RGB lights (both sides using I2C) and implements API base, Midi SysEx API | |||||
2016-11-29 | Merge pull request #917 from gid0/master | Erez Zukerman | 4 | -142/+208 | |
keyboards/ergodox/keymaps/bepo : merge from author | |||||
2016-11-29 | guess i didnt pull | Jack Humbert | 1 | -11/+0 | |
2016-11-29 | Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 4 | -14/+20 | |
2016-11-29 | enable rgblight by default for ez | Jack Humbert | 2 | -0/+12 | |
2016-11-29 | enable api sysex for ez | Jack Humbert | 1 | -0/+1 | |
2016-11-29 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 22 | -56/+1415 | |
2016-11-28 | Add the AZERTY compatibility layer. | Olivier | 2 | -7/+122 | |
2016-11-28 | Change layer names (cosmetic change) and reorder them so that the "shift" ↵ | Olivier | 1 | -62/+62 | |
layer can be accessed from the "alt" layer when in QWERTY compat mode. | |||||
2016-11-28 | Tweaks position of TOG not to conflict with MO | Erez Zukerman | 1 | -3/+3 | |
2016-11-28 | A little cleanup, add some comments, change others. | Olivier | 1 | -26/+16 | |
2016-11-28 | Tweaks EZ Makefile | Erez Zukerman | 1 | -1/+6 | |
2016-11-28 | Pulls LED config into common config for EZ | Erez Zukerman | 2 | -10/+11 | |
2016-11-28 | Adjust comment. | Olivier | 1 | -1/+1 | |
2016-11-28 | Reorganize the numeric keypad layer more like a traditional numeric keypad. | Olivier | 2 | -12/+12 | |
2016-11-27 | Merge https://github.com/jackhumbert/qmk_firmware | Olivier | 537 | -12552/+32657 | |
2016-11-26 | separated into api files/folder | Jack Humbert | 15 | -283/+303 | |
2016-11-26 | Merge pull request #908 from priyadi/promethium | Jack Humbert | 14 | -0/+1182 | |
My handwired keyboard firmware | |||||
2016-11-26 | update docs | Priyadi Iman Nurcahyo | 1 | -2/+3 | |
2016-11-26 | Merge pull request #907 from priyadi/unicode_docs | Jack Humbert | 1 | -1/+27 | |
Update Unicode documentation | |||||
2016-11-26 | Merge pull request #906 from priyadi/unicode_map_fix_warning | Jack Humbert | 1 | -0/+1 | |
fix strict-prototypes warning | |||||
2016-11-26 | Update Unicode documentation | Priyadi Iman Nurcahyo | 1 | -1/+27 | |
2016-11-26 | fix strict-prototypes warning | Priyadi Iman Nurcahyo | 1 | -0/+1 | |
2016-11-26 | Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium | Priyadi Iman Nurcahyo | 0 | -0/+0 | |
2016-11-26 | remove ifdef on chip type | Priyadi Iman Nurcahyo | 1 | -2/+0 | |
2016-11-26 | protocols.mk is already included in latest QMK | Priyadi Iman Nurcahyo | 1 | -1/+0 | |
2016-11-26 | change init delay to 2000ms | Priyadi Iman Nurcahyo | 1 | -0/+2 | |
2016-11-26 | My Promethium keyboard firmware | Priyadi Iman Nurcahyo | 14 | -0/+1182 | |
2016-11-26 | Merge pull request #905 from priyadi/ps2_documentation | Jack Humbert | 1 | -35/+125 | |
A few addition to PS2 documentation. | |||||
2016-11-26 | Merge pull request #904 from priyadi/ps2_remove_hardcoded_pins | Jack Humbert | 1 | -45/+1 | |
PS2 pins configuration belongs to each keyboards config.h | |||||
2016-11-26 | remove define checks. didn't work because of include ordering. | Priyadi Iman Nurcahyo | 1 | -118/+0 | |
2016-11-26 | add macro error when a required define is missing | Priyadi Iman Nurcahyo | 1 | -0/+118 | |
2016-11-26 | A few addition to PS2 documentation. | Priyadi Iman Nurcahyo | 1 | -35/+125 | |
2016-11-26 | Fix unterminated ifndef | Priyadi Iman Nurcahyo | 1 | -0/+2 | |
2016-11-26 | PS2 pins configuration belongs to each keyboards config.h | Priyadi Iman Nurcahyo | 1 | -46/+0 | |
Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines. | |||||
2016-11-26 | remove ifdef on chip type | Priyadi Iman Nurcahyo | 1 | -2/+0 | |
2016-11-26 | protocols.mk is already included in latest QMK | Priyadi Iman Nurcahyo | 1 | -1/+0 | |
2016-11-26 | change init delay to 2000ms | Priyadi Iman Nurcahyo | 1 | -0/+2 | |
2016-11-26 | Merge pull request #903 from priyadi/ps2_init_delay | Jack Humbert | 1 | -1/+4 | |
Make PS2 init delay configurable. | |||||
2016-11-26 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | 78 | -484/+3694 | |
2016-11-26 | Make PS2 init delay configurable. Some devices are not fully powered up | Priyadi Iman Nurcahyo | 1 | -1/+4 | |
after 1s. | |||||
2016-11-26 | My Promethium keyboard firmware | Priyadi Iman Nurcahyo | 14 | -0/+1182 | |
2016-11-25 | Merge pull request #902 from OferPlesser/feature/ps2-mouse-support | Jack Humbert | 3 | -3/+41 | |
PS/2 mouse support | |||||
2016-11-25 | Added documentation for PS/2 mouse in readme | ofples | 1 | -0/+39 | |
2016-11-25 | Removed comment | ofples | 1 | -2/+0 | |
2016-11-25 | Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ | ofples | 1 | -1/+1 | |
one at the end of the file |