aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* keymap example update and tweak to set_led_bit functionjpetermans2017-05-243-24/+21
|
* reorder mailbox msg data; formattingjpetermans2017-05-104-111/+101
|
* remove breath functions from keymapjpetermans2017-05-082-14/+7
|
* last readme fixjpetermans2017-05-081-4/+8
|
* third readme fix attemptjpetermans2017-05-081-4/+4
|
* readme fixjpetermans2017-05-081-6/+6
|
* documentation cleanupjpetermans2017-05-082-34/+41
|
* Merge branch 'user_led_configuration' of ↵jpetermans2017-05-080-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 ledsjpetermans2017-05-081-6/+4
| |
| * simplified lock led functionjpetermans2017-04-292-42/+17
| |
* | Merge remote-tracking branch 'upstream/master' into user_led_configurationjpetermans2017-05-08233-1958/+7085
|\ \
| * \ 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.
| * | | Merge pull request #1275 from Vifon/dynamic_macro/trailing_keypressesJack Humbert2017-05-071-5/+52
| |\ \ \ | | | | | | | | | | dynamic macros: Trim the trailing modifiers; further cleanup
| | * | | dynamic_macro.h: Do not use backlight_toggle if backlight is disabledWojciech Siewierski2017-05-051-0/+2
| | | | | | | | | | | | | | | | | | | | Fixes #1199.
| | * | | dynamic_macro.h: Add debug logsWojciech Siewierski2017-05-041-0/+30
| | | | |
| | * | | dynamic_macro.h: Make the documentation more clearWojciech Siewierski2017-05-041-2/+5
| | | | |
| | * | | dynamic_macro.h: Do not save the keys being held when stopping the recordingWojciech Siewierski2017-05-041-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/masterJack Humbert2017-05-073-0/+132
| |\ \ \ \ | | | | | | | | | | | | Add new keymap for dshields.
| | * | | | Add new keymap for dshields.Daniel Shields2017-05-053-0/+132
| | | | | |
| * | | | | Merge pull request #1280 from tobsn/patch-1Jack Humbert2017-05-071-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | lowercase .jpg
| | * | | | | lowercase .jpg I thinkTobias O2017-05-051-1/+1
| | |/ / / / | | | | | | | | | | | | i guess that fixes the image link - currently its broken
| * | | | | Merge pull request #1282 from coderkun/coderkun_neo2Jack Humbert2017-05-072-38/+137
| |\ \ \ \ \ | | | | | | | | | | | | | | Merge changes for coderkun’s Neo2 layout
| | * | | | | Update README for keymap “coderkun_neo2”coderkun2017-05-061-9/+2
| | | | | | |
| | * | | | | Merge tag '0.5.43' into coderkun_neo2coderkun2017-05-06266-2009/+8608
| | |\ \ \ \ \
| | * | | | | | 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-01586-5506/+32053
| | |\ \ \ \ \ \
| | * | | | | | | Fix return value of hex_to_keycode() function in keymap “coderkun_neo2”coderkun2016-12-281-4/+5
| | | | | | | | |
| * | | | | | | | Merge pull request #1284 from bigtunaIO/masterJack Humbert2017-05-0711-19/+450
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | [Bigtuna.IO] Updating Miuni32 Layouts
| | * | | | | | | Merge branch 'dev'Adam Lee2017-05-079-12/+408
| | |\ \ \ \ \ \ \
| | | * | | | | | | [Miuni32] Rm accidentally committed fileAdam Lee2017-05-071-42/+0
| | | | | | | | | |
| | | * | | | | | | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into devAdam Lee2017-05-075-0/+191
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch 'master' into layouts/adam-leeAdam YH Lee2017-04-1642-72/+115
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Add a personal layout for adamAdam YH Lee2017-04-165-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 devAdam Lee2017-05-07123-459/+3724
| | | |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | Modified ht_156 keymaphtang1562017-04-271-9/+13
| | | | | | | | | | | |
| | | * | | | | | | | | Added simple macros to test.htang1562017-04-161-9/+62
| | | | | | | | | | | |
| | | * | | | | | | | | Added media layer for ht_156htang1562017-04-161-3/+18
| | | | | | | | | | | |
| | | * | | | | | | | | Added ht_156 keymap fileshtang1562017-04-164-0/+139
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'master' into devAdam YH Lee2017-04-1642-72/+115
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| / / / / / / / | | | | |/ / / / / / /
| | | * | | | | | | | Replace RALT with RSFTAdam YH Lee2017-04-161-2/+2
| | | | | | | | | | |
| | | * | | | | | | | Added END and other keymap file formatting.htang1562017-04-161-13/+13
| | | | | | | | | | |
| | | * | | | | | | | Added DEL and F1 to F12 keyshtang1562017-04-161-6/+6
| | | | | | | | | | |
| | | * | | | | | | | Added keymap commets to default layout.htang1562017-04-161-0/+36
| | | | | | | | | | |
| | | * | | | | | | | Add TAB, N, LSFT on Layer 2Adam YH Lee2017-04-141-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Add KC_T on Layer 2Adam YH Lee2017-04-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Add LCTL + L on Layer 2Adam YH Lee2017-04-131-1/+1
| | | | | | | | | | |