aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-11-27Update Unicode documentationGravatar Priyadi Iman Nurcahyo
2016-11-26Merge pull request #905 from priyadi/ps2_documentationGravatar Jack Humbert
A few addition to PS2 documentation.
2016-11-26Merge pull request #904 from priyadi/ps2_remove_hardcoded_pinsGravatar Jack Humbert
PS2 pins configuration belongs to each keyboards config.h
2016-11-26remove define checks. didn't work because of include ordering.Gravatar Priyadi Iman Nurcahyo
2016-11-26add macro error when a required define is missingGravatar Priyadi Iman Nurcahyo
2016-11-26A few addition to PS2 documentation.Gravatar Priyadi Iman Nurcahyo
2016-11-26Fix unterminated ifndefGravatar Priyadi Iman Nurcahyo
2016-11-26PS2 pins configuration belongs to each keyboards config.hGravatar Priyadi Iman Nurcahyo
Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines.
2016-11-26Merge pull request #903 from priyadi/ps2_init_delayGravatar Jack Humbert
Make PS2 init delay configurable.
2016-11-26Make PS2 init delay configurable. Some devices are not fully powered upGravatar Priyadi Iman Nurcahyo
after 1s.
2016-11-25Merge pull request #902 from OferPlesser/feature/ps2-mouse-supportGravatar Jack Humbert
PS/2 mouse support
2016-11-25Added documentation for PS/2 mouse in readmeGravatar ofples
2016-11-25Removed commentGravatar ofples
2016-11-25Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵Gravatar ofples
one at the end of the file
2016-11-25Added protocol.mk to buildGravatar ofples
2016-11-24Merge pull request #899 from Wilba6582/suspend_fixGravatar Jack Humbert
Fixed NO_SUSPEND_POWER_DOWN handling
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingGravatar Wilba6582
2016-11-23Fixed NO_SUSPEND_POWER_DOWN handlingGravatar Wilba6582
2016-11-22Merge pull request #898 from PureSpider/backlight-fixGravatar Jack Humbert
Set backlight status to on if it's at maximum brightness already and the brightness increase keybind is used
2016-11-22Merge pull request #896 from h-youhei/jp106Gravatar Jack Humbert
Add japanese keymap
2016-11-22Set backlight status to on if it's at maximum brightness already and the ↵Gravatar PureSpider
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-22Add japanese keymapGravatar h-youhei
2016-11-21Merge pull request #894 from dchagniot/ergodoxDvorakEmacsGravatar Jack Humbert
Ergodox dvorak emacs
2016-11-21Merge pull request #893 from Sihui/sh-hhkb-jpGravatar Jack Humbert
[HHKB JP with Dvorak]
2016-11-21Merge pull request #892 from fredizzimo/disable_ergodox_lcdGravatar Jack Humbert
Always initialize the Infinity Ergodox backlight
2016-11-21Merge pull request #891 from g-sam/galson-keymapGravatar Jack Humbert
adds galson keymap
2016-11-21Merge pull request #890 from algernon/f/space-cadet/timeoutGravatar Jack Humbert
Add a timeout to space-cadet shift.
2016-11-21Merge pull request #888 from climbalima/masterGravatar Jack Humbert
Added pro micro to maxipad
2016-11-21Merge pull request #887 from profet23/atreus62Gravatar Jack Humbert
atreus62 Keyboard Support
2016-11-20add del to new cmdGravatar Sihui Huang
2016-11-20add space to NewCmd layerGravatar Sihui Huang
2016-11-20add space to NewCmd layerGravatar Sihui Huang
2016-11-20typo fixGravatar Didier Chagniot
2016-11-20Update README.mdGravatar Sihui Huang
2016-11-20Update README.mdGravatar Sihui Huang
2016-11-20Update README.mdGravatar Sihui Huang
2016-11-20add sh-hhkb-jp layersGravatar Sihui Huang
2016-11-20Always initialze the Infinity Ergodox backlightGravatar Fred Sundvik
Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves.
2016-11-19Merge pull request #878 from sethbc/add_sethbc_gh60_keymapGravatar Jack Humbert
add sethbc keymap for gh60 and update macro expansion
2016-11-19remove KC expansion from GH60Gravatar Seth Chandler
2016-11-19Fix the Space Cadet timeout codeGravatar Gergely Nagy
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-19move KC expansion to separate macrosGravatar Seth Chandler
2016-11-19merge upstream/masterGravatar Seth Chandler
2016-11-19adds galson keymapGravatar samgalson@gmail.com
2016-11-19Add a timeout to space-cadet shift.Gravatar Gergely Nagy
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-19changed readmeGravatar climbalima
2016-11-19added the pinout for pro micro into maxipadGravatar climbalima
2016-11-18don't always detect a matrix change (fixes debounce)Gravatar Jack Humbert
2016-11-16Adding readme placeholderGravatar Benjamin Grabkowitz
2016-11-16Adding Support for atreus62 keyboard. https://github.com/profet23/atreus62Gravatar Benjamin Grabkowitz