Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1291 from adzenith/persistent | Jack Humbert | 2017-05-12 | 58 | -198/+198 | |
|\ \ \ | |/ / |/| | | Fix spelling of "persistent" | |||||
| * | | Fix spelling of "persistent" | Nikolaus Wittenstein | 2017-05-11 | 58 | -198/+198 | |
|/ / | | | | | | | Fixes #1201. | |||||
* | | Merge pull request #1283 from TerryMathews/master | Jack Humbert | 2017-05-11 | 11 | -0/+544 | |
|\ \ | | | | | | | Establish support for Bathroom Epiphanies Tiger Lily controller | |||||
| * | | Fix compile error | TerryMathews | 2017-05-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | Establish support for Bathroom Epiphanies Tiger Lily controller | TerryMathews | 2017-05-07 | 11 | -0/+542 | |
| | | | | | | | | | | | | | | | | | | Replacement controller for Filco Majestouch 2 104 key keyboard. BE advises code will also work with the Black Petal controller - I don't have one to test with. Tests working perfectly on my Filco. | |||||
| * | | Merge pull request #1 from qmk/master | TerryMathews | 2017-04-08 | 547 | -5080/+28776 | |
| |\ \ | | | | | | | | | Catchup | |||||
* | \ \ | Merge pull request #1288 from Nephiel/led-set-on-layer-change | Jack Humbert | 2017-05-11 | 1 | -0/+15 | |
|\ \ \ \ | | | | | | | | | | | Call led_set for layer action events to update LEDs on layer changes | |||||
| * | | | | Call led_set for layer action events to update LEDs on layer changes | Nephiel | 2017-05-10 | 1 | -0/+15 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #1290 from shieldsd/master | Jack Humbert | 2017-05-11 | 5 | -32/+55 | |
|\ \ \ \ | |/ / / |/| | | | Add new features to dshields keymap. | |||||
| * | | | Add new features to dshields keymap. | Daniel Shields | 2017-05-11 | 5 | -32/+55 | |
|/ / / | | | | | | | | | | | | | - one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image. | |||||
* | | | Add smt keymap for Clueboard (HHKB-style layout) (#1286) | Stephen Tudor | 2017-05-08 | 3 | -0/+211 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add keymap for smt Clueboard (HHKB layout) * Add readme for smt Clueboard (HHKB) keymap * Flesh out the keymap a bit more to support Colemak & Dvorak * Update README with layout image | |||||
* | | | Merge pull request #1279 from awpr/master | Erez Zukerman | 2017-05-07 | 2 | -26/+38 | |
|\ \ \ | | | | | | | | | Change to per-key eager debouncing for ErgoDox EZ. | |||||
| * | | | 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. | |||||
* | | | | Merge pull request #1275 from Vifon/dynamic_macro/trailing_keypresses | Jack Humbert | 2017-05-07 | 1 | -5/+52 | |
|\ \ \ \ | | | | | | | | | | | dynamic macros: Trim the trailing modifiers; further cleanup | |||||
| * | | | | dynamic_macro.h: Do not use backlight_toggle if backlight is disabled | Wojciech Siewierski | 2017-05-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #1199. | |||||
| * | | | | dynamic_macro.h: Add debug logs | Wojciech Siewierski | 2017-05-04 | 1 | -0/+30 | |
| | | | | | ||||||
| * | | | | dynamic_macro.h: Make the documentation more clear | Wojciech Siewierski | 2017-05-04 | 1 | -2/+5 | |
| | | | | | ||||||
| * | | | | dynamic_macro.h: Do not save the keys being held when stopping the recording | Wojciech Siewierski | 2017-05-04 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More specifically, we save them and then place the `macro_end` pointer before them so they are essentially ignored and the other macro may freely overwrite them. | |||||
* | | | | | Merge pull request #1278 from shieldsd/master | Jack Humbert | 2017-05-07 | 3 | -0/+132 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add new keymap for dshields. | |||||
| * | | | | | Add new keymap for dshields. | Daniel Shields | 2017-05-05 | 3 | -0/+132 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #1280 from tobsn/patch-1 | Jack Humbert | 2017-05-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | lowercase .jpg | |||||
| * | | | | | | lowercase .jpg I think | Tobias O | 2017-05-05 | 1 | -1/+1 | |
| |/ / / / / | | | | | | | | | | | | | i guess that fixes the image link - currently its broken | |||||
* | | | | | | Merge pull request #1282 from coderkun/coderkun_neo2 | Jack Humbert | 2017-05-07 | 2 | -38/+137 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merge changes for coderkun’s Neo2 layout | |||||
| * | | | | | | Update README for keymap “coderkun_neo2” | coderkun | 2017-05-06 | 1 | -9/+2 | |
| | | | | | | | ||||||
| * | | | | | | Merge tag '0.5.43' into coderkun_neo2 | coderkun | 2017-05-06 | 266 | -2009/+8608 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Fix F-keys on right hand to start on first key | coderkun | 2017-05-06 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix keymap “coderkun_neo” to use LALT instead of RALT | coderkun | 2017-04-01 | 1 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Add several Unicode symbols to keymap “coderkun_neo2” | coderkun | 2017-04-01 | 2 | -20/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | Add keymap diagrams to readme of keymap “coderkun_neo2” | coderkun | 2017-04-01 | 1 | -9/+114 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into coderkun_neo2 | coderkun | 2017-04-01 | 586 | -5506/+32053 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix return value of hex_to_keycode() function in keymap “coderkun_neo2” | coderkun | 2016-12-28 | 1 | -4/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #1284 from bigtunaIO/master | Jack Humbert | 2017-05-07 | 11 | -19/+450 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | [Bigtuna.IO] Updating Miuni32 Layouts | |||||
| * | | | | | | | | Merge branch 'dev' | Adam Lee | 2017-05-07 | 9 | -12/+408 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [Miuni32] Rm accidentally committed file | Adam Lee | 2017-05-07 | 1 | -42/+0 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev | Adam Lee | 2017-05-07 | 5 | -0/+191 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'master' into layouts/adam-lee | Adam YH Lee | 2017-04-16 | 42 | -72/+115 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Add a personal layout for adam | Adam YH Lee | 2017-04-16 | 5 | -0/+191 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Collectively we should keep on working on the "default" layout. I am adding my own layout to freely explore adjustments and new features. | |||||
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into dev | Adam Lee | 2017-05-07 | 123 | -459/+3724 | |
| | |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Modified ht_156 keymap | htang156 | 2017-04-27 | 1 | -9/+13 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Added simple macros to test. | htang156 | 2017-04-16 | 1 | -9/+62 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Added media layer for ht_156 | htang156 | 2017-04-16 | 1 | -3/+18 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Added ht_156 keymap files | htang156 | 2017-04-16 | 4 | -0/+139 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge branch 'master' into dev | Adam YH Lee | 2017-04-16 | 42 | -72/+115 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| / / / / / / / / | | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Replace RALT with RSFT | Adam YH Lee | 2017-04-16 | 1 | -2/+2 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Added END and other keymap file formatting. | htang156 | 2017-04-16 | 1 | -13/+13 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Added DEL and F1 to F12 keys | htang156 | 2017-04-16 | 1 | -6/+6 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Added keymap commets to default layout. | htang156 | 2017-04-16 | 1 | -0/+36 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Add TAB, N, LSFT on Layer 2 | Adam YH Lee | 2017-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Add KC_T on Layer 2 | Adam YH Lee | 2017-04-13 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Add LCTL + L on Layer 2 | Adam YH Lee | 2017-04-13 | 1 | -1/+1 | |
| | | | | | | | | | | |