summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #1231 from Dbroqua/masterJack Humbert2017-04-2515-209/+458
|\ | | | | S60-X RGB support
| * - Moved S60-X RGB in sub project for S60-Xdbroqua2017-04-1919-345/+170
| |
| * - Fixed bug in keymap for s60-X RGBdbroqua2017-04-181-1/+1
| |
| * - Added S-60-X RGB directory (based on qmk.sized.io work)dbroqua2017-04-158-0/+424
| |
| * Merge pull request #20 from qmk/masterDamien2017-04-13114-1679/+5047
| |\ | | | | | | Merge from QMK
* | \ Merge pull request #1253 from laelath/masterJack Humbert2017-04-254-0/+294
|\ \ \ | | | | | | | | Added lae3 keymap
| * | | Switched Alt and GUI key placesJustin Frank2017-04-231-2/+2
| | | |
| * | | Added lae3 keymapJustin Frank2017-04-224-0/+294
| | | |
* | | | Merge pull request #1255 from ryanmaclean/patch-4Jack Humbert2017-04-252-0/+130
|\ \ \ \ | | | | | | | | | | Initial Ortholinear Commit for AMJPad
| * | | | Adding Right LayoutRyan MacLean2017-04-221-0/+65
| | | | |
| * | | | Update keymap.cRyan MacLean2017-04-220-0/+0
| | | | |
| * | | | Initial Ortho Commit (LEFT SIDE)Ryan MacLean2017-04-221-0/+65
| |/ / / | | | | | | | | | | | | 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.
* | | | Merge pull request #1257 from MachineIndustries/keyboards/M10AJack Humbert2017-04-257-0/+229
|\ \ \ \ | |/ / / |/| | | Add RAMA x Machine Industries M10A to the keyboards directory
| * | | Add RAMA x Machine Industries M10A to the keyboards directoryJosh Black2017-04-257-0/+229
|/ / /
* | | Added an additional clueboard layout. (#1252)Solomon2017-04-226-0/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Current building keymap * Working media keys * Added mute key. Fixed volume. Fixed media * Updating readme * Swapped readme order
* | | Tweak the shift_fn keymap so it worksskullY2017-04-212-19/+22
| | |
* | | Merge pull request #1246 from reversebias/masterJack Humbert2017-04-198-0/+687
|\ \ \ | | | | | | | | Initial support for the Mitosis Keyboard
| * | | Update readme.mdreversebias2017-04-191-158/+6
| | | |
| * | | First Commitcam2017-04-198-0/+839
| | | |
| * | | Delete tempreversebias2017-04-191-1/+0
| | | |
| * | | Create tempreversebias2017-04-191-0/+1
| | | |
* | | | Merge pull request #1245 from fredizzimo/fix_lcd_pin_configurationJack Humbert2017-04-191-1/+1
|\ \ \ \ | | | | | | | | | | Fix LCD SS pin configuration
| * | | | Fix LCD SS pin configurationFred Sundvik2017-04-191-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #1244 from ryanmaclean/patch-3Jack Humbert2017-04-192-1/+118
|\ \ \ \ | | | | | | | | | | Adding Maximized Keymap
| * | | | Adding Sample Max LayoutRyan MacLean2017-04-181-0/+102
| | | | |
| * | | | Adding Maximized KeymapRyan MacLean2017-04-181-1/+16
| |/ / / | | | | | | | | For use with grid layout pads.
* | | | Merge pull request #1243 from Xyverz/masterJack Humbert2017-04-191-25/+20
|\ \ \ \ | |/ / / |/| | | Removed LT macros
| * | | LT doesn't work with tri_layer. Removed it from this keymap.Xyverz2017-04-181-25/+20
| | | |
| * | | swapped RAISE with LOWER in layer-tapping macros.Xyverz2017-04-181-6/+6
| | | |
* | | | Merge pull request #1239 from priyadi/promethiumJack Humbert2017-04-188-54/+501
|\ \ \ \ | | | | | | | | | | Keymap updates
| * | | | Fix Planck compatibilityPriyadi Iman Nurcahyo2017-04-191-0/+2
| | | | |
| * | | | Keymap updates and some adjustment for latest version of QMKPriyadi Iman Nurcahyo2017-04-194-24/+125
| | | | |
| * | | | Promethium rev2Priyadi Iman Nurcahyo2017-04-197-30/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix
* | | | | Merge pull request #1238 from priyadi/fauxclicky_fixJack Humbert2017-04-182-16/+9
|\ \ \ \ \ | | | | | | | | | | | | Faux clicky bug fixes
| * | | | | Faux clicky bug fixesPriyadi Iman Nurcahyo2017-04-192-16/+9
| |/ / / /
* | | | | Merge pull request #1236 from Xyverz/masterJack Humbert2017-04-181-55/+89
|\ \ \ \ \ | | |/ / / | |/| | | Revamp TV44 keymap.
| * | | | Fixed a weird diff mishap.Xyverz2017-04-171-10/+0
| | | | |
| * | | | Merge branch 'tv44_revamp'Xyverz2017-04-171-48/+89
| |\ \ \ \
| | * | | | Updated my TV44 keymap to be more planck-like.Xyverz2017-04-171-50/+51
| | | | | | | | | | | | | | | | | | | | | | | | Used the current default planck keymap as a guide.
| | * | | | Added keymap to TV44 RevampXyverz2017-04-161-40/+73
| | | | | |
| * | | | | macros to make keymap reading easier.Xyverz2017-04-161-3/+6
| |/ / / /
* | | | | Merge pull request #1235 from siroken3/siroken3Jack Humbert2017-04-185-0/+202
|\ \ \ \ \ | |_|/ / / |/| | | | Siroken3
| * | | | fix backspace key position.Kenichi Sasaki2017-03-051-2/+2
| | | | |
| * | | | fix againKenichi Sasaki2017-03-041-98/+55
| | | | |
| * | | | change bracket key posisionKenichi Sasaki2017-02-191-14/+14
| | | | |
| * | | | fixKenichi Sasaki2017-02-181-2/+2
| | | | |
| * | | | remove reset keyKenichi Sasaki2017-02-181-4/+3
| | | | |
| * | | | Added JIS keymap symbolsKenichi Sasaki2017-02-181-17/+25
| | | | |
| * | | | copied and Meta(ESC)Kenichi Sasaki2017-02-185-0/+238
| | | | |