aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox
Commit message (Collapse)AuthorAgeFilesLines
* Doc updatesFredric Silberberg2017-06-232-18/+22
|
* Copy/paste additions.Fredric Silberberg2017-06-232-15/+17
|
* Added backlight control keysFredric Silberberg2017-06-232-5/+4
|
* Added a few more VS macros and another ctrlFredric Silberberg2017-06-231-11/+30
|
* Small keymap layout updatesFredric Silberberg2017-06-233-18/+39
|
* Merge pull request #1331 from ariasuni/masterErez Zukerman2017-06-221-1/+25
|\ | | | | Fix undefined reference errors with avr-gcc 7.1
| * Fix undefined reference errors with avr-gcc 7.1ariasuni2017-05-271-1/+25
| |
* | 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
| | |
* | | Ergodox Adam keymapAdam Bell2017-06-034-1/+183
|/ /
* | 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 KEYMAP_YORUIAN macroThomas Fitzsimmons2017-04-141-19/+26
| | | | | | | | | | | | Fix the ordering of the arguments to the KEYMAP macro.
| * | Add missing serial_link.h includeFred Sundvik2017-04-131-0/+1
| | | | | | | | | | | | | | | Which fixes a warning when building Ergodox Infinity as a righthand master.
| * | Fix keymap yoruian on InfinityFred Sundvik2017-04-132-23/+12
| | |
| * | Fix overflow warning in ordinary keymapFred Sundvik2017-04-131-1/+1
| | |
| * | Fix overflow warnings in dvorak_programmerFred Sundvik2017-04-131-3/+3
| | |