Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-15 | emojis and reorg | ||
2017-05-15 | emoji support but | ||
2017-05-15 | change readme | ||
2017-05-15 | nikchi flake | ||
2017-05-12 | Merge pull request #1297 from khogeland/satan-colemak | ||
Colemak layout for GH60 Satan | |||
2017-05-12 | Colemak layout GH60 Satan | ||
2017-05-11 | Fix spelling of "persistent" | ||
Fixes #1201. | |||
2017-05-11 | Merge pull request #1283 from TerryMathews/master | ||
Establish support for Bathroom Epiphanies Tiger Lily controller | |||
2017-05-11 | Add new features to dshields keymap. | ||
- one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image. | |||
2017-05-08 | Add smt keymap for Clueboard (HHKB-style layout) (#1286) | ||
* 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 | |||
2017-05-07 | Merge pull request #1279 from awpr/master | ||
Change to per-key eager debouncing for ErgoDox EZ. | |||
2017-05-07 | Merge pull request #1278 from shieldsd/master | ||
Add new keymap for dshields. | |||
2017-05-07 | Merge pull request #1280 from tobsn/patch-1 | ||
lowercase .jpg | |||
2017-05-07 | Merge pull request #1282 from coderkun/coderkun_neo2 | ||
Merge changes for coderkun’s Neo2 layout | |||
2017-05-07 | Fix compile error | ||
2017-05-07 | [Miuni32] Rm accidentally committed file | ||
2017-05-07 | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev | ||
2017-05-07 | Merge remote-tracking branch 'upstream/master' into dev | ||
2017-05-07 | Establish support for Bathroom Epiphanies Tiger Lily controller | ||
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. | |||
2017-05-06 | Update README for keymap “coderkun_neo2” | ||
2017-05-06 | Merge tag '0.5.43' into coderkun_neo2 | ||
2017-05-06 | Fix F-keys on right hand to start on first key | ||
2017-05-05 | lowercase .jpg I think | ||
i guess that fixes the image link - currently its broken | |||
2017-05-05 | Add new keymap for dshields. | ||
2017-05-04 | Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefix | ||
[ps2avrGB] Add KEYMAP without KC-prefix | |||
2017-05-04 | Merge pull request #1273 from Vifon/pr_1267_fix | ||
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) | ||
2017-05-03 | Use KC_KEYMAP for default-keymap | ||
and remove obsolete explicit line-separator "\" | |||
2017-05-03 | Add KEYMAP without KC_##-prefix | ||
and rename old variant to KEYMAP_KC | |||
2017-04-30 | Merge pull request #1266 from ryanmaclean/patch-5 | ||
Adding AMJ60 ANSI Maximized Layout | |||
2017-04-30 | Merge pull request #1268 from priyadi/promethium | ||
Promethium keymap update | |||
2017-04-30 | fixes s60_x keyboard | ||
2017-04-30 | Simple RGB backlight theming | ||
2017-04-30 | Syntax fix | ||
2017-04-30 | Update vifon keymap to use `DYN_REC_STOP` | ||
2017-04-30 | Add cinaeco hhkb keymap | ||
2017-04-29 | Addind Sample Maxed Out Keymap | ||
Keeping hold space for fn1, adding three other user-mappable keys. | |||
2017-04-29 | Adding Maximized Layout | ||
Both split shifts and HHKB split backspace. | |||
2017-04-29 | Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware | ||
2017-04-29 | - Fixed bugs in rules.mk for S60-X | ||
- Updated dbroqua layout for S60-X (added backlight) | |||
2017-04-29 | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵ | ||
frequency | |||
2017-04-27 | Modified ht_156 keymap | ||
2017-04-26 | Merge pull request #1259 from laelath/master | ||
Added a proper README to the lae3 keymap | |||
2017-04-26 | Change to per-key eager debouncing for ErgoDox EZ. | ||
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 | ||
2017-04-26 | Merge pull request #1258 from smt/smt/hhkb | ||
Add smt keymap for HHKB | |||
2017-04-25 | Merge pull request #1231 from Dbroqua/master | ||
S60-X RGB support | |||
2017-04-25 | Merge pull request #1253 from laelath/master | ||
Added lae3 keymap | |||
2017-04-25 | Merge pull request #1255 from ryanmaclean/patch-4 | ||
Initial Ortholinear Commit for AMJPad | |||
2017-04-25 | Add RAMA x Machine Industries M10A to the keyboards directory | ||