summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2017-05-09third readme fix attemptjpetermans1-4/+4
2017-05-09readme fixjpetermans1-6/+6
2017-05-09documentation cleanupjpetermans2-34/+41
2017-05-09Merge remote-tracking branch 'upstream/master' into user_led_configurationjpetermans189-903/+6120
2017-05-09updated keymap for new led functionsjpetermans4-199/+240
2017-05-08CLeaned out debug codejpetermans3-266/+14
2017-05-08small code cleanupjpetermans3-576/+210
2017-05-08Merge pull request #1279 from awpr/masterErez Zukerman2-26/+38
Change to per-key eager debouncing for ErgoDox EZ.
2017-05-08Merge pull request #1278 from shieldsd/masterJack Humbert3-0/+132
Add new keymap for dshields.
2017-05-08Merge pull request #1280 from tobsn/patch-1Jack Humbert1-1/+1
lowercase .jpg
2017-05-08Merge pull request #1282 from coderkun/coderkun_neo2Jack Humbert2-38/+137
Merge changes for coderkun’s Neo2 layout
2017-05-07[Miuni32] Rm accidentally committed fileAdam Lee1-42/+0
2017-05-07Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into devAdam Lee5-0/+191
2017-05-07Merge remote-tracking branch 'upstream/master' into devAdam Lee117-406/+3670
2017-05-06Update README for keymap “coderkun_neo2”coderkun1-9/+2
2017-05-06Merge tag '0.5.43' into coderkun_neo2coderkun220-962/+7703
2017-05-06Fix F-keys on right hand to start on first keycoderkun1-1/+1
2017-05-05lowercase .jpg I thinkTobias O1-1/+1
i guess that fixes the image link - currently its broken
2017-05-05Add new keymap for dshields.Daniel Shields3-0/+132
2017-05-04Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefixJack Humbert2-8/+26
[ps2avrGB] Add KEYMAP without KC-prefix
2017-05-04Merge pull request #1273 from Vifon/pr_1267_fixJack Humbert5-1/+254
Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267
2017-05-04revise HHKB bootloader_size to 4096 such that sw reset works (#1274)tengg1-1/+1
2017-05-03Use KC_KEYMAP for default-keymapThor771-8/+8
and remove obsolete explicit line-separator "\"
2017-05-03Add KEYMAP without KC_##-prefixThor771-0/+18
and rename old variant to KEYMAP_KC
2017-05-01Testing initial blink supportjpetermans2-81/+180
2017-04-30Merge pull request #1266 from ryanmaclean/patch-5Jack Humbert2-0/+76
Adding AMJ60 ANSI Maximized Layout
2017-04-30Merge pull request #1268 from priyadi/promethiumJack Humbert9-85/+215
Promethium keymap update
2017-04-30fixes s60_x keyboardJack Humbert53-31/+44
2017-04-30Simple RGB backlight themingPriyadi Iman Nurcahyo5-72/+161
2017-04-30Syntax fixPriyadi Iman Nurcahyo1-2/+2
2017-04-30Update vifon keymap to use `DYN_REC_STOP`Weiyi Lou1-1/+2
2017-04-30Add cinaeco hhkb keymapWeiyi Lou4-0/+252
2017-04-30Addind Sample Maxed Out KeymapRyan MacLean1-0/+61
Keeping hold space for fn1, adding three other user-mappable keys.
2017-04-30Adding Maximized LayoutRyan MacLean1-0/+15
Both split shifts and HHKB split backspace.
2017-04-29Merge branch 'master' of https://github.com/Dbroqua/qmk_firmwaredbroqua76-194/+2748
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-27Simplified processing in led_controller; more control at user level.jpetermans2-96/+123
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-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