Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ||
2017-04-24 | Add smt keymap for HHKB | ||
2017-04-23 | Switched Alt and GUI key places | ||
2017-04-22 | Adding Right Layout | ||
2017-04-22 | Initial Ortho Commit (LEFT SIDE) | ||
Using only one layer, and activating it with two keys at the moment. As with previous comments, this isn't final, but is a good starting point for a one-handed keyboard, half a Planck-like ortholinear keyboard, or a sample to show a layout with a function layer. | |||
2017-04-22 | Added lae3 keymap | ||
2017-04-22 | Added an additional clueboard layout. (#1252) | ||
* Current building keymap * Working media keys * Added mute key. Fixed volume. Fixed media * Updating readme * Swapped readme order | |||
2017-04-21 | Tweak the shift_fn keymap so it works | ||
2017-04-19 | - Moved S60-X RGB in sub project for S60-X | ||
2017-04-19 | Merge pull request #1246 from reversebias/master | ||
Initial support for the Mitosis Keyboard | |||
2017-04-19 | Update readme.md | ||
2017-04-19 | Merge pull request #1245 from fredizzimo/fix_lcd_pin_configuration | ||
Fix LCD SS pin configuration | |||
2017-04-19 | Merge pull request #1244 from ryanmaclean/patch-3 | ||
Adding Maximized Keymap | |||
2017-04-19 | Merge pull request #1243 from Xyverz/master | ||
Removed LT macros | |||
2017-04-19 | First Commit | ||
2017-04-19 | Delete temp | ||
2017-04-19 | Create temp | ||
2017-04-19 | tune clicks | ||
2017-04-19 | Merge remote-tracking branch 'upstream/master' into promethium | ||
2017-04-19 | Fix LED sequence; bug fixes | ||
2017-04-19 | Fix LCD SS pin configuration | ||
There was a typo, so the attempted configuration proably didn't do what it should have done. I think it left the pin floating, and could cause the LCD problems issue-1230. | |||
2017-04-18 | Adding Sample Max Layout | ||
2017-04-18 | Adding Maximized Keymap | ||
For use with grid layout pads. | |||
2017-04-18 | LT doesn't work with tri_layer. Removed it from this keymap. | ||
2017-04-18 | swapped RAISE with LOWER in layer-tapping macros. | ||
2017-04-18 | - Fixed bug in keymap for s60-X RGB | ||
2017-04-18 | Merge pull request #1239 from priyadi/promethium | ||
Keymap updates | |||
2017-04-18 | Merge pull request #1236 from Xyverz/master | ||
Revamp TV44 keymap. | |||
2017-04-18 | Merge pull request #1235 from siroken3/siroken3 | ||
Siroken3 | |||
2017-04-19 | Fix Planck compatibility | ||
2017-04-19 | Keymap updates and some adjustment for latest version of QMK | ||