aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #1408 from fredizzimo/fix_build_improve_travisJack Humbert2017-06-181-0/+1
| |\ \ | | | | | | | | Fix the two failing keymaps and improve the travis build script
| | * | Add missing include to Ergodox Belak keymapFred Sundvik2017-06-181-0/+1
| | | |
| * | | Merge pull request #1361 from fredizzimo/ergodox_infinity_backlightJack Humbert2017-06-184-27/+75
| |\ \ \ | | |/ / | |/| | Add Ergodox Infinity backlight support
| | * | Make sure backlight is in the range 0-100Fred Sundvik2017-06-161-1/+1
| | | |
| | * | Fix typo in BACKLIGHT_ENABLEFred Sundvik2017-06-151-2/+2
| | | |
| | * | Add backlight support to the default Ergodox Infinity animationsFred Sundvik2017-06-031-11/+58
| | | |
| | * | Add backlight control to the IS31FL3731 driverFred Sundvik2017-06-031-4/+10
| | | |
| | * | Turn off LED matrix by defaultFred Sundvik2017-06-031-2/+2
| | | |
| | * | Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik2017-06-033-10/+5
| | | |
| * | | ergodox: initial addition of belak themeKaleb Elwert2017-06-165-0/+522
| | | | | | | | | | | | | | | | | | | | Imported from external repo https://github.com/belak/ergodox-layout at commit 233008ad8c46a85cb118fca0be093c3e751075b0
| * | | remove .hex, .PNG, .jpgJack Humbert2017-06-117-4/+4
| | | |
| * | | remove the rest of the .pngsJack Humbert2017-06-1136-24/+29
| | | |
| * | | remove most .pngsJack Humbert2017-06-1187-2327/+51
| | | |
* | | | Revert "ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off"Stick2017-06-083-23/+24
| | | | | | | | | | | | | | | | This reverts commit f397402e101774eedd1748b1e31c7386f927d4ed.
* | | | trying to fix LEDsStick2017-06-081-21/+21
| | | |
* | | | Merge remote-tracking branch 'upstream/master'Stick2017-06-084-1/+183
|\| | |
| * | | Ergodox Adam keymapAdam Bell2017-06-034-1/+183
| |/ /
* | | ugly workaround for ErgoDoxEZ LED bugs: turn 'em all offStick2017-06-023-45/+44
| | |
* | | moved alt out from under spaceStick2017-06-021-7/+7
| | |
* | | Merge remote-tracking branch 'upstream/master'Stick2017-06-0218-71/+1273
|\| |
| * | Update licensing on visualizer.cFredric Silberberg2017-05-311-14/+1
| | |
| * | Updated readmeFredric Silberberg2017-05-312-7/+13
| | |
| * | Added several new macrosFredric Silberberg2017-05-311-19/+63
| | |
| * | Fixed numpad 0 layoutFredric Silberberg2017-05-312-3/+3
| | |
| * | Use code blocks for keyboard layoutsFredric Silberberg2017-05-301-3/+13
| | |
| * | Completed iteration 1 of my layoutFredric Silberberg2017-05-304-98/+306
| | |
| * | Added initial keymap filesFredric Silberberg2017-05-303-0/+273
| | |
| * | Adds prevent stuck modifiers to EZ defaultErez Zukerman2017-05-282-1/+3
| |/
| * tweaks default mouse speed constantsErez Zukerman2017-05-241-2/+2
| |
| * Created a dvorak keymap for Swedish developers using Visual StudioChristian Westerlund2017-05-162-0/+359
| |
| * Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-4/+4
| | | | | | | | Fixes #1201.
| * Merge pull request #1279 from awpr/masterErez Zukerman2017-05-072-26/+38
| |\ | | | | | | Change to per-key eager debouncing for ErgoDox EZ.
| | * Change to per-key eager debouncing for ErgoDox EZ.Andrew Pritchard2017-04-262-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empirically, waiting for N consecutive identical scans as a debouncing strategy doesn't work very well for the ErgoDox EZ where scans are very slow compared to most keyboards. Instead, debounce the signals by eagerly reporting a change as soon as one scan observes it, but then ignoring further changes from that key for the next N scans. This is implemented by keeping an extra matrix of uint8 countdowns, such that only keys whose countdown is currently zero are eligible to change. When we do observe a change, we bump that key's countdown to DEBOUNCE. During each scan, every nonzero countdown is decremented. With this approach to debouncing, much higher debounce constants are tolerable, because latency does not increase with the constant, and debounce countdowns on one key do not interfere with events on other keys. The only negative effect of increasing the constant is that the minimum duration of a keypress increases. Perhaps I'm just extremely unlucky w.r.t. key switch quality, but I saw occasional bounces even with DEBOUNCE=10; with 15, I've seen none so far. That's around 47ms, which seems like an absolutely insane amount of time for a key to be bouncy, but at least it works.
| * | Update README for keymap “coderkun_neo2”coderkun2017-05-061-9/+2
| | |
| * | Merge tag '0.5.43' into coderkun_neo2coderkun2017-05-0634-371/+1582
| |\|
| | * Fix LCD SS pin configurationFred Sundvik2017-04-191-1/+1
| | | | | | | | | | | | | | | | | | There was a typo, so the attempted configuration proably didn't do what it should have done. I think it left the pin floating, and could cause the LCD problems issue-1230.
| | * Merge pull request #1235 from siroken3/siroken3Jack Humbert2017-04-185-0/+202
| | |\ | | | | | | | | Siroken3
| | | * fix backspace key position.Kenichi Sasaki2017-03-051-2/+2
| | | |
| | | * fix againKenichi Sasaki2017-03-041-98/+55
| | | |
| | | * change bracket key posisionKenichi Sasaki2017-02-191-14/+14
| | | |
| | | * fixKenichi Sasaki2017-02-181-2/+2
| | | |
| | | * remove reset keyKenichi Sasaki2017-02-181-4/+3
| | | |
| | | * Added JIS keymap symbolsKenichi Sasaki2017-02-181-17/+25
| | | |
| | | * copied and Meta(ESC)Kenichi Sasaki2017-02-185-0/+238
| | | |
| * | | Fix F-keys on right hand to start on first keycoderkun2017-05-061-1/+1
| | | |
| * | | Fix keymap “coderkun_neo” to use LALT instead of RALTcoderkun2017-04-011-6/+6
| | | |
| * | | Add several Unicode symbols to keymap “coderkun_neo2”coderkun2017-04-012-20/+20
| | | |
| * | | Add keymap diagrams to readme of keymap “coderkun_neo2”coderkun2017-04-011-9/+114
| | | |
| * | | Merge branch 'master' into coderkun_neo2coderkun2017-04-0175-196/+6826
| |\ \ \
| * | | | Fix return value of hex_to_keycode() function in keymap “coderkun_neo2”coderkun2016-12-281-4/+5
| | | | |