Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable api sysex for ez | Jack Humbert | 2016-11-29 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 2016-11-28 | 22 | -56/+1415 |
|\ | |||||
| * | Merge pull request #908 from priyadi/promethium | Jack Humbert | 2016-11-26 | 14 | -0/+1182 |
| |\ | | | | | | | My handwired keyboard firmware | ||||
| | * | update docs | Priyadi Iman Nurcahyo | 2016-11-27 | 1 | -2/+3 |
| | | | |||||
| | * | Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium | Priyadi Iman Nurcahyo | 2016-11-26 | 0 | -0/+0 |
| | |\ | |||||
| | | * | remove ifdef on chip type | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -2/+0 |
| | | | | |||||
| | | * | protocols.mk is already included in latest QMK | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -1/+0 |
| | | | | |||||
| | | * | change init delay to 2000ms | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+2 |
| | | | | |||||
| | | * | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | 2016-11-26 | 78 | -484/+3694 |
| | | |\ | |||||
| | | * | | My Promethium keyboard firmware | Priyadi Iman Nurcahyo | 2016-11-26 | 14 | -0/+1182 |
| | | | | | |||||
| | * | | | remove ifdef on chip type | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | protocols.mk is already included in latest QMK | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | change init delay to 2000ms | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | My Promethium keyboard firmware | Priyadi Iman Nurcahyo | 2016-11-26 | 14 | -0/+1182 |
| | | | | | |||||
| * | | | | Merge pull request #907 from priyadi/unicode_docs | Jack Humbert | 2016-11-26 | 1 | -1/+27 |
| |\ \ \ \ | | | | | | | | | | | | | Update Unicode documentation | ||||
| | * | | | | Update Unicode documentation | Priyadi Iman Nurcahyo | 2016-11-27 | 1 | -1/+27 |
| | |/ / / | |||||
| * | | | | Merge pull request #906 from priyadi/unicode_map_fix_warning | Jack Humbert | 2016-11-26 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | fix strict-prototypes warning | ||||
| | * | | | fix strict-prototypes warning | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Merge pull request #905 from priyadi/ps2_documentation | Jack Humbert | 2016-11-26 | 1 | -35/+125 |
| |\ \ \ | | | | | | | | | | | A few addition to PS2 documentation. | ||||
| | * | | | A few addition to PS2 documentation. | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -35/+125 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #904 from priyadi/ps2_remove_hardcoded_pins | Jack Humbert | 2016-11-26 | 1 | -45/+1 |
| |\ \ \ | | | | | | | | | | | PS2 pins configuration belongs to each keyboards config.h | ||||
| | * | | | remove define checks. didn't work because of include ordering. | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -118/+0 |
| | | | | | |||||
| | * | | | add macro error when a required define is missing | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+118 |
| | | | | | |||||
| | * | | | Fix unterminated ifndef | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | PS2 pins configuration belongs to each keyboards config.h | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -46/+0 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines. | ||||
| * | | | Merge pull request #903 from priyadi/ps2_init_delay | Jack Humbert | 2016-11-26 | 1 | -1/+4 |
| |\ \ \ | | |/ / | |/| | | Make PS2 init delay configurable. | ||||
| | * | | Make PS2 init delay configurable. Some devices are not fully powered up | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -1/+4 |
| | |/ | | | | | | | | | | after 1s. | ||||
| * | | Merge pull request #902 from OferPlesser/feature/ps2-mouse-support | Jack Humbert | 2016-11-25 | 3 | -3/+41 |
| |\ \ | | | | | | | | | PS/2 mouse support | ||||
| | * | | Added documentation for PS/2 mouse in readme | ofples | 2016-11-25 | 1 | -0/+39 |
| | | | | |||||
| | * | | Removed comment | ofples | 2016-11-25 | 1 | -2/+0 |
| | | | | |||||
| | * | | Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ | ofples | 2016-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | one at the end of the file | ||||
| | * | | Added protocol.mk to build | ofples | 2016-11-25 | 1 | -0/+1 |
| |/ / | |||||
| * | | Merge pull request #899 from Wilba6582/suspend_fix | Jack Humbert | 2016-11-24 | 1 | -5/+6 |
| |\ \ | | | | | | | | | Fixed NO_SUSPEND_POWER_DOWN handling | ||||
| | * | | Fixed NO_SUSPEND_POWER_DOWN handling | Wilba6582 | 2016-11-23 | 1 | -6/+1 |
| | | | | |||||
| | * | | Fixed NO_SUSPEND_POWER_DOWN handling | Wilba6582 | 2016-11-23 | 1 | -1/+7 |
| |/ / | |||||
| * | | Merge pull request #898 from PureSpider/backlight-fix | Jack Humbert | 2016-11-22 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Set backlight status to on if it's at maximum brightness already and the brightness increase keybind is used | ||||
| | * | | Set backlight status to on if it's at maximum brightness already and the ↵ | PureSpider | 2016-11-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | brightness increase keybind is used Before it was turned on but the status wasn't set to on, so you had to push the backlight toggle bind twice to turn it off again | ||||
| * | | | Merge pull request #896 from h-youhei/jp106 | Jack Humbert | 2016-11-22 | 1 | -0/+62 |
| |\ \ \ | | | | | | | | | | | Add japanese keymap | ||||
| | * | | | Add japanese keymap | h-youhei | 2016-11-22 | 1 | -0/+62 |
| |/ / / | |||||
* | | | | separated into api files/folder | Jack Humbert | 2016-11-26 | 15 | -283/+303 |
| | | | | |||||
* | | | | rgblight fixes | Jack Humbert | 2016-11-23 | 3 | -6/+8 |
| | | | | |||||
* | | | | travis pls | Jack Humbert | 2016-11-23 | 6 | -52/+56 |
| | | | | |||||
* | | | | converted to new format | Jack Humbert | 2016-11-23 | 4 | -115/+206 |
| | | | | |||||
* | | | | converted to 8bit messages | Jack Humbert | 2016-11-23 | 3 | -53/+70 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 2016-11-21 | 22 | -32/+1226 |
|\| | | | |||||
| * | | | Merge pull request #894 from dchagniot/ergodoxDvorakEmacs | Jack Humbert | 2016-11-21 | 2 | -0/+235 |
| |\ \ \ | | | | | | | | | | | Ergodox dvorak emacs | ||||
| | * | | | typo fix | Didier Chagniot | 2016-11-20 | 2 | -19/+19 |
| | | | | | |||||
| | * | | | readme.md updated | Didier Chagniot | 2016-09-10 | 1 | -0/+70 |
| | | | | | |||||
| | * | | | typing with it | Didier Chagniot | 2016-09-09 | 1 | -0/+165 |
| | | | | | |||||
| * | | | | Merge pull request #893 from Sihui/sh-hhkb-jp | Jack Humbert | 2016-11-21 | 3 | -0/+147 |
| |\ \ \ \ | | | | | | | | | | | | | [HHKB JP with Dvorak] |