Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-09 | third readme fix attempt | jpetermans | 1 | -4/+4 | |
2017-05-09 | readme fix | jpetermans | 1 | -6/+6 | |
2017-05-09 | documentation cleanup | jpetermans | 2 | -34/+41 | |
2017-05-09 | Merge remote-tracking branch 'upstream/master' into user_led_configuration | jpetermans | 189 | -903/+6120 | |
2017-05-09 | updated keymap for new led functions | jpetermans | 4 | -199/+240 | |
2017-05-08 | CLeaned out debug code | jpetermans | 3 | -266/+14 | |
2017-05-08 | small code cleanup | jpetermans | 3 | -576/+210 | |
2017-05-08 | Merge pull request #1279 from awpr/master | Erez Zukerman | 2 | -26/+38 | |
Change to per-key eager debouncing for ErgoDox EZ. | |||||
2017-05-08 | Merge pull request #1278 from shieldsd/master | Jack Humbert | 3 | -0/+132 | |
Add new keymap for dshields. | |||||
2017-05-08 | Merge pull request #1280 from tobsn/patch-1 | Jack Humbert | 1 | -1/+1 | |
lowercase .jpg | |||||
2017-05-08 | Merge pull request #1282 from coderkun/coderkun_neo2 | Jack Humbert | 2 | -38/+137 | |
Merge changes for coderkun’s Neo2 layout | |||||
2017-05-07 | [Miuni32] Rm accidentally committed file | Adam Lee | 1 | -42/+0 | |
2017-05-07 | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev | Adam Lee | 5 | -0/+191 | |
2017-05-07 | Merge remote-tracking branch 'upstream/master' into dev | Adam Lee | 117 | -406/+3670 | |
2017-05-06 | Update README for keymap “coderkun_neo2” | coderkun | 1 | -9/+2 | |
2017-05-06 | Merge tag '0.5.43' into coderkun_neo2 | coderkun | 220 | -962/+7703 | |
2017-05-06 | Fix F-keys on right hand to start on first key | coderkun | 1 | -1/+1 | |
2017-05-05 | lowercase .jpg I think | Tobias O | 1 | -1/+1 | |
i guess that fixes the image link - currently its broken | |||||
2017-05-05 | Add new keymap for dshields. | Daniel Shields | 3 | -0/+132 | |
2017-05-04 | Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefix | Jack Humbert | 2 | -8/+26 | |
[ps2avrGB] Add KEYMAP without KC-prefix | |||||
2017-05-04 | Merge pull request #1273 from Vifon/pr_1267_fix | Jack Humbert | 5 | -1/+254 | |
Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267 | |||||
2017-05-04 | revise HHKB bootloader_size to 4096 such that sw reset works (#1274) | tengg | 1 | -1/+1 | |
2017-05-03 | Use KC_KEYMAP for default-keymap | Thor77 | 1 | -8/+8 | |
and remove obsolete explicit line-separator "\" | |||||
2017-05-03 | Add KEYMAP without KC_##-prefix | Thor77 | 1 | -0/+18 | |
and rename old variant to KEYMAP_KC | |||||
2017-05-01 | Testing initial blink support | jpetermans | 2 | -81/+180 | |
2017-04-30 | Merge pull request #1266 from ryanmaclean/patch-5 | Jack Humbert | 2 | -0/+76 | |
Adding AMJ60 ANSI Maximized Layout | |||||
2017-04-30 | Merge pull request #1268 from priyadi/promethium | Jack Humbert | 9 | -85/+215 | |
Promethium keymap update | |||||
2017-04-30 | fixes s60_x keyboard | Jack Humbert | 53 | -31/+44 | |
2017-04-30 | Simple RGB backlight theming | Priyadi Iman Nurcahyo | 5 | -72/+161 | |
2017-04-30 | Syntax fix | Priyadi Iman Nurcahyo | 1 | -2/+2 | |
2017-04-30 | Update vifon keymap to use `DYN_REC_STOP` | Weiyi Lou | 1 | -1/+2 | |
2017-04-30 | Add cinaeco hhkb keymap | Weiyi Lou | 4 | -0/+252 | |
2017-04-30 | Addind Sample Maxed Out Keymap | Ryan MacLean | 1 | -0/+61 | |
Keeping hold space for fn1, adding three other user-mappable keys. | |||||
2017-04-30 | Adding Maximized Layout | Ryan MacLean | 1 | -0/+15 | |
Both split shifts and HHKB split backspace. | |||||
2017-04-29 | Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware | dbroqua | 76 | -194/+2748 | |
2017-04-29 | - Fixed bugs in rules.mk for S60-X | dbroqua | 5 | -62/+26 | |
- Updated dbroqua layout for S60-X (added backlight) | |||||
2017-04-29 | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵ | Priyadi Iman Nurcahyo | 4 | -22/+55 | |
frequency | |||||
2017-04-28 | Modified ht_156 keymap | htang156 | 1 | -9/+13 | |
2017-04-27 | Simplified processing in led_controller; more control at user level. | jpetermans | 2 | -96/+123 | |
2017-04-27 | Merge pull request #1259 from laelath/master | Jack Humbert | 2 | -11/+121 | |
Added a proper README to the lae3 keymap | |||||
2017-04-27 | Change to per-key eager debouncing for ErgoDox EZ. | Andrew Pritchard | 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. | |||||
2017-04-26 | Expanded lae3 keymap readme | laelath | 2 | -11/+121 | |
2017-04-26 | Merge pull request #1258 from smt/smt/hhkb | Jack Humbert | 1 | -0/+176 | |
Add smt keymap for HHKB | |||||
2017-04-25 | Merge pull request #1231 from Dbroqua/master | Jack Humbert | 15 | -209/+458 | |
S60-X RGB support | |||||
2017-04-25 | Merge pull request #1253 from laelath/master | Jack Humbert | 4 | -0/+294 | |
Added lae3 keymap | |||||
2017-04-25 | Merge pull request #1255 from ryanmaclean/patch-4 | Jack Humbert | 2 | -0/+130 | |
Initial Ortholinear Commit for AMJPad | |||||
2017-04-25 | Add RAMA x Machine Industries M10A to the keyboards directory | Josh Black | 7 | -0/+229 | |
2017-04-24 | Add smt keymap for HHKB | Stephen Tudor | 1 | -0/+176 | |
2017-04-24 | Switched Alt and GUI key places | Justin Frank | 1 | -2/+2 | |
2017-04-23 | Adding Right Layout | Ryan MacLean | 1 | -0/+65 | |