summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-30Adding Maximized LayoutRyan MacLean1-0/+15
Both split shifts and HHKB split backspace.
2017-04-29Add possibility to override the command to execute when flashingFred Sundvik2-20/+26
2017-04-29Merge branch 'master' of https://github.com/Dbroqua/qmk_firmwaredbroqua92-234/+2831
2017-04-29Merge pull request #21 from qmk/masterDamien92-234/+2831
Merge from QMK
2017-04-29- Fixed bugs in rules.mk for S60-Xdbroqua5-62/+26
- Updated dbroqua layout for S60-X (added backlight)
2017-04-29Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵Priyadi Iman Nurcahyo4-22/+55
frequency
2017-04-28Modified ht_156 keymaphtang1561-9/+13
2017-04-27Merge pull request #1259 from laelath/masterJack Humbert2-11/+121
Added a proper README to the lae3 keymap
2017-04-27Change to per-key eager debouncing for ErgoDox EZ.Andrew Pritchard2-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-26Expanded lae3 keymap readmelaelath2-11/+121
2017-04-26Merge pull request #1258 from smt/smt/hhkbJack Humbert1-0/+176
Add smt keymap for HHKB
2017-04-25Merge pull request #1231 from Dbroqua/masterJack Humbert15-209/+458
S60-X RGB support
2017-04-25Merge pull request #1253 from laelath/masterJack Humbert4-0/+294
Added lae3 keymap
2017-04-25Merge pull request #1255 from ryanmaclean/patch-4Jack Humbert2-0/+130
Initial Ortholinear Commit for AMJPad
2017-04-25Merge pull request #1257 from MachineIndustries/keyboards/M10AJack Humbert7-0/+229
Add RAMA x Machine Industries M10A to the keyboards directory
2017-04-25Add RAMA x Machine Industries M10A to the keyboards directoryJosh Black7-0/+229
2017-04-24Add smt keymap for HHKBStephen Tudor1-0/+176
2017-04-24Switched Alt and GUI key placesJustin Frank1-2/+2
2017-04-23Adding Right LayoutRyan MacLean1-0/+65
2017-04-23Update keymap.cRyan MacLean0-0/+0
2017-04-23Initial Ortho Commit (LEFT SIDE)Ryan MacLean1-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.
2017-04-23Added lae3 keymapJustin Frank4-0/+294
2017-04-22Added an additional clueboard layout. (#1252)Solomon6-0/+130
* Current building keymap * Working media keys * Added mute key. Fixed volume. Fixed media * Updating readme * Swapped readme order
2017-04-22Tweak the shift_fn keymap so it worksskullY2-19/+22
2017-04-19- Moved S60-X RGB in sub project for S60-Xdbroqua19-345/+170
2017-04-19Merge pull request #1246 from reversebias/masterJack Humbert8-0/+687
Initial support for the Mitosis Keyboard
2017-04-19Update readme.mdreversebias1-158/+6
2017-04-19Merge pull request #1245 from fredizzimo/fix_lcd_pin_configurationJack Humbert1-1/+1
Fix LCD SS pin configuration
2017-04-19Merge pull request #1244 from ryanmaclean/patch-3Jack Humbert2-1/+118
Adding Maximized Keymap
2017-04-19Merge pull request #1243 from Xyverz/masterJack Humbert1-25/+20
Removed LT macros
2017-04-19First Commitcam8-0/+839
2017-04-19Delete tempreversebias1-1/+0
2017-04-19Create tempreversebias1-0/+1
2017-04-19tune clicksPriyadi Iman Nurcahyo1-3/+3
2017-04-19Merge remote-tracking branch 'upstream/master' into promethiumPriyadi Iman Nurcahyo8-71/+300
2017-04-19Fix LED sequence; bug fixesPriyadi Iman Nurcahyo2-10/+18
2017-04-19Fix LCD SS pin configurationFred Sundvik1-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.
2017-04-19Adding Sample Max LayoutRyan MacLean1-0/+102
2017-04-19Adding Maximized KeymapRyan MacLean1-1/+16
For use with grid layout pads.
2017-04-19LT doesn't work with tri_layer. Removed it from this keymap.Xyverz1-25/+20
2017-04-19swapped RAISE with LOWER in layer-tapping macros.Xyverz1-6/+6
2017-04-18- Fixed bug in keymap for s60-X RGBdbroqua1-1/+1
2017-04-18Merge pull request #1239 from priyadi/promethiumJack Humbert8-54/+501
Keymap updates
2017-04-18Merge pull request #1238 from priyadi/fauxclicky_fixJack Humbert2-16/+9
Faux clicky bug fixes
2017-04-18Merge pull request #1236 from Xyverz/masterJack Humbert1-55/+89
Revamp TV44 keymap.
2017-04-18Merge pull request #1235 from siroken3/siroken3Jack Humbert5-0/+202
Siroken3
2017-04-18Fix Planck compatibilityPriyadi Iman Nurcahyo1-0/+2
2017-04-18Keymap updates and some adjustment for latest version of QMKPriyadi Iman Nurcahyo4-24/+125
2017-04-18Faux clicky bug fixesPriyadi Iman Nurcahyo2-16/+9
2017-04-18Promethium rev2Priyadi Iman Nurcahyo7-30/+374
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix