Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorder mailbox msg data; formatting | jpetermans | 2017-05-10 | 4 | -111/+101 |
| | |||||
* | remove breath functions from keymap | jpetermans | 2017-05-08 | 2 | -14/+7 |
| | |||||
* | last readme fix | jpetermans | 2017-05-08 | 1 | -4/+8 |
| | |||||
* | third readme fix attempt | jpetermans | 2017-05-08 | 1 | -4/+4 |
| | |||||
* | readme fix | jpetermans | 2017-05-08 | 1 | -6/+6 |
| | |||||
* | documentation cleanup | jpetermans | 2017-05-08 | 2 | -34/+41 |
| | |||||
* | Merge branch 'user_led_configuration' of ↵ | jpetermans | 2017-05-08 | 0 | -0/+0 |
|\ | | | | | | | | | | | | | | | https://github.com/jpetermans/qmk_firmware into user_led_configuration Conflicts: keyboards/infinity60/led_controller.c keyboards/infinity60/led_controller.h | ||||
| * | minor change on lock leds | jpetermans | 2017-05-08 | 1 | -6/+4 |
| | | |||||
| * | simplified lock led function | jpetermans | 2017-04-29 | 2 | -42/+17 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into user_led_configuration | jpetermans | 2017-05-08 | 233 | -1958/+7085 |
|\ \ | |||||
| * \ | 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 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/master' | Adam Lee | 2017-05-07 | 164 | -521/+3829 |
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| / / / / / / / / | | |/ / / / / / / / |