Commit Graph

367 Commits (af4c44deef55a300113b4a65f8d3ab37bf2ef97d)

Author SHA1 Message Date
Erez Zukerman 4094544d41 Test layout for ErgoDox EZ manufacturing robot
Jack Humbert 6e0f994950 Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7
Jack Humbert 7edac212c8 separated into api files/folder
Priyadi Iman Nurcahyo 6fee7e178f fix strict-prototypes warning
Priyadi Iman Nurcahyo f2214ce1cb remove define checks. didn't work because of include ordering.
Priyadi Iman Nurcahyo d9d67e7b76 add macro error when a required define is missing
Priyadi Iman Nurcahyo 17acde94ee Fix unterminated ifndef
Priyadi Iman Nurcahyo de1df63953 PS2 pins configuration belongs to each keyboards config.h
Each keyboard might have different pin configuration. And keeping this
here will trigger redefinition warning on keyboards that have PS2
defines.
ofples 0c9d66eb59 Removed comment
ofples 03d6e165bb Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary one at the end of the file
Jack Humbert cefa8468fb travis pls
Jack Humbert 2e23689b8e converted to new format
h-youhei 2febf9b9f7 Add japanese keymap
Jack Humbert 450a8fb5b6 Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7
Jack Humbert 6390033e86 cleaning up midid
Jack Humbert 664c0a036b cleaning up new code
Jack Humbert 27ebacb15d merging lets_split
Gergely Nagy 74a1f00713 Fix the Space Cadet timeout code
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>
Gergely Nagy ffa5b1e7ea Add a timeout to space-cadet shift.
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 , 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>
Jack Humbert a06115df19 don't always detect a matrix change (fixes debounce)
Erez Zukerman 285c5a91f2 Groundwork for dedicated color keycodes
Jack Humbert 3774a7fcda rgb light through midi
Jack Humbert 7541122cad Merge pull request from IBNobody/master
Improved Quantum Matrix
Jack Humbert 530dd3377e animations, midi, etc
Jack Humbert e9f7487518 mostly working
Jack Humbert 33e62c080c merging
Jack Humbert 631b8999a7 Merge pull request from potz/master
Add brazilian ABNT2 keymap
IBNobody 1803dbc6d5 Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Potiguar Faga 7aa31ad338 Add brazilian ABNT2 keymap
Fred Sundvik 0ba3e523a7 Add documentation for the variable tracing
Fred Sundvik a377017c95 Add possibility to control variable trace from make
Fred Sundvik f519b94be7 Add variable trace
For debugging changes to variables, either normally or as a result
of a memory corruption.
IBNobody f403028974 added fixed debounce code
IBNobody 32f88c0717 Made scanning more efficient
IBNobody 4c6960835c Refactoring Matrix scanning
IBNobody 508eddf8ba Fixing Debounce - WIP
IBNobody a0fdb6b81a Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Jack Humbert 8d60354d5a Merge pull request from priyadi/unicode_wincompose_input
Unicode WinCompose input method
Jack Humbert 108d0e89a6 Merge pull request from priyadi/unicode_map_length
UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations
IBNobody 17170ba76d Fixed some large keyboard bugs
Fixed some bugs relating to keyboards with more than 16 columns. Also
added the ability to mask off keyboard matrix bits.
Priyadi Iman Nurcahyo 4a666c2010 Unicode WinCompose input method
Priyadi Iman Nurcahyo e7d5dc89f2 UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations
Artyom Mironov 6e003b1e3f add programmer dvorak keymap
Jack Humbert a889b899e2 working with power limit
Jack Humbert 5f91fb4136 working with power limit
Jack Humbert 52d7f7d277 Merge pull request from priyadi/unicode_map
Allow unicode up to 0xFFFFF using separate mapping table
Jack & Erez e27a754b70 [Jack & Erez] Simplifies and documents TO
Jack Humbert aa8aa6af75 Merge pull request from npoirey/master
Altgr quick combination and updated readme
Jack Humbert 0f119e09a5 Merge pull request from Vifon/dynamic_macros
Reduce the default dynamic macro buffer
Jack Humbert 03b6fcdaf0 Merge pull request from fredizzimo/rgb_tuning
Improve the RGB led effects