Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Merge pull request #903 from priyadi/ps2_init_delay | Jack Humbert | 1 | -1/+4 | |
Make PS2 init delay configurable. | |||||
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-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 | |||||
2016-11-25 | Added protocol.mk to build | ofples | 1 | -0/+1 | |
2016-11-25 | Merge pull request #899 from Wilba6582/suspend_fix | Jack Humbert | 1 | -5/+6 | |
Fixed NO_SUSPEND_POWER_DOWN handling | |||||
2016-11-23 | Fixed NO_SUSPEND_POWER_DOWN handling | Wilba6582 | 1 | -6/+1 | |
2016-11-23 | Fixed NO_SUSPEND_POWER_DOWN handling | Wilba6582 | 1 | -1/+7 | |
2016-11-23 | Merge pull request #898 from PureSpider/backlight-fix | Jack Humbert | 1 | -2/+2 | |
Set backlight status to on if it's at maximum brightness already and the brightness increase keybind is used | |||||
2016-11-23 | Merge pull request #896 from h-youhei/jp106 | Jack Humbert | 1 | -0/+62 | |
Add japanese keymap | |||||
2016-11-22 | Set backlight status to on if it's at maximum brightness already and the ↵ | PureSpider | 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 | |||||
2016-11-22 | Add japanese keymap | h-youhei | 1 | -0/+62 | |
2016-11-22 | Merge pull request #894 from dchagniot/ergodoxDvorakEmacs | Jack Humbert | 2 | -0/+235 | |
Ergodox dvorak emacs | |||||
2016-11-22 | Merge pull request #893 from Sihui/sh-hhkb-jp | Jack Humbert | 3 | -0/+147 | |
[HHKB JP with Dvorak] | |||||
2016-11-22 | Merge pull request #892 from fredizzimo/disable_ergodox_lcd | Jack Humbert | 2 | -26/+5 | |
Always initialize the Infinity Ergodox backlight | |||||
2016-11-22 | Merge pull request #891 from g-sam/galson-keymap | Jack Humbert | 3 | -0/+196 | |
adds galson keymap | |||||
2016-11-22 | Merge pull request #890 from algernon/f/space-cadet/timeout | Jack Humbert | 1 | -2/+9 | |
Add a timeout to space-cadet shift. | |||||
2016-11-22 | Merge pull request #888 from climbalima/master | Jack Humbert | 3 | -4/+12 | |
Added pro micro to maxipad | |||||
2016-11-22 | Merge pull request #887 from profet23/atreus62 | Jack Humbert | 8 | -0/+622 | |
atreus62 Keyboard Support | |||||
2016-11-20 | add del to new cmd | Sihui Huang | 1 | -1/+1 | |
2016-11-20 | add space to NewCmd layer | Sihui Huang | 1 | -1/+1 | |
2016-11-20 | add space to NewCmd layer | Sihui Huang | 2 | -2/+2 | |
2016-11-20 | typo fix | Didier Chagniot | 2 | -19/+19 | |
2016-11-20 | Update README.md | Sihui Huang | 1 | -1/+1 | |
2016-11-20 | Update README.md | Sihui Huang | 1 | -1/+2 | |
2016-11-20 | Update README.md | Sihui Huang | 1 | -1/+2 | |
2016-11-20 | add sh-hhkb-jp layers | Sihui Huang | 3 | -0/+145 | |
2016-11-20 | Always initialze the Infinity Ergodox backlight | Fred Sundvik | 2 | -26/+5 | |
Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves. | |||||
2016-11-19 | Merge pull request #878 from sethbc/add_sethbc_gh60_keymap | Jack Humbert | 5 | -68/+148 | |
add sethbc keymap for gh60 and update macro expansion | |||||
2016-11-19 | remove KC expansion from GH60 | Seth Chandler | 4 | -99/+55 | |
2016-11-19 | Fix the Space Cadet timeout code | Gergely Nagy | 1 | -0/+4 | |
Define a default TAPPING_TERM in quantum.c, for keyboards that do not have it set. Fixes the CI failure. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||||
2016-11-19 | move KC expansion to separate macros | Seth Chandler | 4 | -23/+66 | |
2016-11-19 | merge upstream/master | Seth Chandler | 49 | -378/+2213 | |
2016-11-19 | adds galson keymap | samgalson@gmail.com | 3 | -0/+196 | |
2016-11-19 | Add a timeout to space-cadet shift. | Gergely Nagy | 1 | -2/+5 | |
When one holds a Space Cadet shift, to have it act as a shift, so that mouse behaviour changes, when released without any other key pressed, it still registers a paren. To remedy this, add a hold timeout: if the key is held longer than TAPPING_TERM, it will not register the parens. Fixes #884, with the side-effect of not being able to have parens trigger the OS-side repeat anymore. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||||
2016-11-19 | changed readme | climbalima | 2 | -2/+3 | |
2016-11-19 | added the pinout for pro micro into maxipad | climbalima | 2 | -3/+10 | |
2016-11-19 | don't always detect a matrix change (fixes debounce) | Jack Humbert | 1 | -1/+1 | |
2016-11-17 | Adding readme placeholder | Benjamin Grabkowitz | 1 | -0/+10 | |
2016-11-17 | Adding Support for atreus62 keyboard. https://github.com/profet23/atreus62 | Benjamin Grabkowitz | 7 | -0/+612 | |