Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add files via upload | drashna | 2017-08-14 | 3 | -0/+26 |
| | |||||
* | Create Keymap.c | drashna | 2017-08-14 | 1 | -0/+192 |
| | | | RGB Underglow mod for layer indication | ||||
* | Update keyboards' rules.mk/Makefiles (#1442) | Jack Humbert | 2017-06-30 | 2 | -4/+4 |
| | | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | ||||
* | Add keymaps for ergodox ez, hhkb and jd45 under user blakedietz | Blake Dietz | 2017-06-24 | 1 | -0/+289 |
| | |||||
* | Merge pull request #1331 from ariasuni/master | Erez Zukerman | 2017-06-22 | 1 | -1/+25 |
|\ | | | | | Fix undefined reference errors with avr-gcc 7.1 | ||||
| * | Fix undefined reference errors with avr-gcc 7.1 | ariasuni | 2017-05-27 | 1 | -1/+25 |
| | | |||||
* | | remove the rest of the .pngs | Jack Humbert | 2017-06-11 | 2 | -1/+1 |
| | | |||||
* | | Adds prevent stuck modifiers to EZ default | Erez Zukerman | 2017-05-28 | 1 | -0/+2 |
|/ | |||||
* | Change to per-key eager debouncing for ErgoDox EZ. | Andrew Pritchard | 2017-04-26 | 2 | -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. | ||||
* | Remove unneeded makefile include | Fred Sundvik | 2017-04-09 | 1 | -4/+0 |
| | |||||
* | disables space cadet rollover | Erez Zukerman | 2017-04-03 | 1 | -0/+3 |
| | |||||
* | turn off rgb_midi in ez | Jack Humbert | 2017-01-23 | 2 | -5/+5 |
| | |||||
* | Update config.h | Jack Humbert | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Jack Humbert | 2016-12-19 | 3 | -2/+4 |
|\ | |||||
| * | Flips off MIDI and API_SYSEX | Erez Zukerman | 2016-12-19 | 2 | -2/+2 |
| | | |||||
| * | Allow power consumption to be set per-keyboard. | Kyle Smith | 2016-12-14 | 1 | -0/+2 |
| | | |||||
* | | rgb clean-up, api clean-up | Jack Humbert | 2016-12-19 | 1 | -0/+1 |
|/ | |||||
* | guess i didnt pull | Jack Humbert | 2016-11-29 | 1 | -11/+0 |
| | |||||
* | Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 2016-11-29 | 2 | -1/+17 |
|\ | |||||
| * | Tweaks EZ Makefile | Erez Zukerman | 2016-11-28 | 1 | -1/+6 |
| | | |||||
| * | Pulls LED config into common config for EZ | Erez Zukerman | 2016-11-28 | 1 | -0/+11 |
| | | |||||
* | | enable rgblight by default for ez | Jack Humbert | 2016-11-29 | 2 | -0/+12 |
| | | |||||
* | | enable api sysex for ez | Jack Humbert | 2016-11-29 | 1 | -0/+1 |
|/ | |||||
* | fix infinity | Jack Humbert | 2016-11-21 | 1 | -0/+2 |
| | |||||
* | mostly working | Jack Humbert | 2016-11-13 | 2 | -3/+9 |
| | |||||
* | Update ez.c | Rob Rogers | 2016-10-18 | 1 | -1/+0 |
| | |||||
* | Move hand_swap_config to ez.c, removes error for infinity | Rob Rogers | 2016-10-17 | 1 | -0/+22 |
| | |||||
* | Disables sleep LED by default | Erez Zukerman | 2016-09-23 | 1 | -0/+2 |
| | |||||
* | Changing keymap name to "profet_80" | profet23 | 2016-09-08 | 3 | -0/+0 |
| | |||||
* | Removing separate ergodox80 project. | profet23 | 2016-09-06 | 4 | -0/+234 |
| | | | | | Created KEYMAP_80 in ez.h to support 80 key ergodoxes. Creating default_80 keymap as ez keymap. | ||||
* | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | 2016-08-24 | 3 | -0/+419 |
|\ | |||||
| * | move to ergodox-ez only | Jason Green | 2016-08-23 | 3 | -0/+419 |
| | | |||||
* | | Split subproject make files into Makefile and rules.mk | Fred Sundvik | 2016-08-20 | 2 | -75/+78 |
|/ | |||||
* | Move Ergodox readme from ez subfolder to parent | Fred Sundvik | 2016-07-29 | 1 | -44/+0 |
| | |||||
* | Fix config.h include guards | Fred Sundvik | 2016-07-29 | 1 | -2/+2 |
| | |||||
* | Move some of the Ergodox config settings to shared | Fred Sundvik | 2016-07-29 | 1 | -24/+5 |
| | |||||
* | Initial structure for Ergodox as subprojects | Fred Sundvik | 2016-07-29 | 11 | -0/+1911 |
Only the EZ default keymaps compiles at the moment though. |