Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Adafruit BLE modules | Wez Furlong | 2016-11-27 | 5 | -1/+940 |
* | Add arduino-alike GPIO pin control helpers | Wez Furlong | 2016-11-27 | 1 | -0/+37 |
* | Tidy up atomicity in timer.c and ring_buffer.h | Wez Furlong | 2016-11-27 | 2 | -34/+28 |
* | Merge pull request #908 from priyadi/promethium | Jack Humbert | 2016-11-26 | 14 | -0/+1182 |
|\ | |||||
| * | 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 | 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 | 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. | 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 |
|\ \ \ | |||||
| * | | | 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 |
| |/ / | |||||
* | | | Merge pull request #903 from priyadi/ps2_init_delay | Jack Humbert | 2016-11-26 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Make PS2 init delay configurable. Some devices are not fully powered up | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -1/+4 |
| |/ | |||||
* | | Merge pull request #902 from OferPlesser/feature/ps2-mouse-support | Jack Humbert | 2016-11-25 | 3 | -3/+41 |
|\ \ | |||||
| * | | 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 |
| * | | 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 | 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 brig... | PureSpider | 2016-11-22 | 1 | -2/+2 |
* | | | Merge pull request #896 from h-youhei/jp106 | Jack Humbert | 2016-11-22 | 1 | -0/+62 |
|\ \ \ | |||||
| * | | | Add japanese keymap | h-youhei | 2016-11-22 | 1 | -0/+62 |
|/ / / | |||||
* | | | Merge pull request #894 from dchagniot/ergodoxDvorakEmacs | Jack Humbert | 2016-11-21 | 2 | -0/+235 |
|\ \ \ | |||||
| * | | | 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 |
|\ \ \ \ | |||||
| * | | | | add del to new cmd | Sihui Huang | 2016-11-20 | 1 | -1/+1 |
| * | | | | add space to NewCmd layer | Sihui Huang | 2016-11-20 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Update README.md | Sihui Huang | 2016-11-20 | 1 | -1/+1 |
| * | | | | | add space to NewCmd layer | Sihui Huang | 2016-11-20 | 2 | -2/+2 |
| |/ / / / | |||||
| * | | | | Update README.md | Sihui Huang | 2016-11-20 | 1 | -1/+2 |