Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix emoji LED indicators. | Priyadi Iman Nurcahyo | 2016-12-04 | 1 | -20/+28 |
| | |||||
* | fix RGB LED order | Priyadi Iman Nurcahyo | 2016-12-04 | 1 | -54/+54 |
| | |||||
* | 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 #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 |
|/ / / | |||||
* | | | 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] | ||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | Update README.md | Sihui Huang | 2016-11-20 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | add sh-hhkb-jp layers | Sihui Huang | 2016-11-20 | 3 | -0/+145 |
| | | | | | |||||
* | | | | | Merge pull request #892 from fredizzimo/disable_ergodox_lcd | Jack Humbert | 2016-11-21 | 2 | -26/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Always initialize the Infinity Ergodox backlight | ||||
| * | | | | | Always initialze the Infinity Ergodox backlight | Fred Sundvik | 2016-11-20 | 2 | -26/+5 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves. | ||||
* | | | | | Merge pull request #891 from g-sam/galson-keymap | Jack Humbert | 2016-11-21 | 3 | -0/+196 |
|\ \ \ \ \ | | | | | | | | | | | | | adds galson keymap | ||||
| * | | | | | adds galson keymap | samgalson@gmail.com | 2016-11-19 | 3 | -0/+196 |
| | | | | | |