aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)Author
2017-05-10reorder mailbox msg data; formattingGravatar jpetermans
2017-05-08remove breath functions from keymapGravatar jpetermans
2017-05-08last readme fixGravatar jpetermans
2017-05-08third readme fix attemptGravatar jpetermans
2017-05-08readme fixGravatar jpetermans
2017-05-08documentation cleanupGravatar jpetermans
2017-05-08Merge remote-tracking branch 'upstream/master' into user_led_configurationGravatar jpetermans
2017-05-08updated keymap for new led functionsGravatar jpetermans
2017-05-08CLeaned out debug codeGravatar jpetermans
2017-05-08small code cleanupGravatar jpetermans
2017-05-07Merge pull request #1279 from awpr/masterGravatar Erez Zukerman
Change to per-key eager debouncing for ErgoDox EZ.
2017-05-07Merge pull request #1278 from shieldsd/masterGravatar Jack Humbert
Add new keymap for dshields.
2017-05-07Merge pull request #1280 from tobsn/patch-1Gravatar Jack Humbert
lowercase .jpg
2017-05-07Merge pull request #1282 from coderkun/coderkun_neo2Gravatar Jack Humbert
Merge changes for coderkun’s Neo2 layout
2017-05-07[Miuni32] Rm accidentally committed fileGravatar Adam Lee
2017-05-07Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into devGravatar Adam Lee
2017-05-07Merge remote-tracking branch 'upstream/master' into devGravatar Adam Lee
2017-05-06Update README for keymap “coderkun_neo2”Gravatar coderkun
2017-05-06Merge tag '0.5.43' into coderkun_neo2Gravatar coderkun
2017-05-06Fix F-keys on right hand to start on first keyGravatar coderkun
2017-05-05lowercase .jpg I thinkGravatar Tobias O
i guess that fixes the image link - currently its broken
2017-05-05Add new keymap for dshields.Gravatar Daniel Shields
2017-05-04Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefixGravatar Jack Humbert
[ps2avrGB] Add KEYMAP without KC-prefix
2017-05-04Merge pull request #1273 from Vifon/pr_1267_fixGravatar Jack Humbert
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)Gravatar tengg
2017-05-03Use KC_KEYMAP for default-keymapGravatar Thor77
and remove obsolete explicit line-separator "\"
2017-05-03Add KEYMAP without KC_##-prefixGravatar Thor77
and rename old variant to KEYMAP_KC
2017-04-30Testing initial blink supportGravatar jpetermans
2017-04-30Merge pull request #1266 from ryanmaclean/patch-5Gravatar Jack Humbert
Adding AMJ60 ANSI Maximized Layout
2017-04-30Merge pull request #1268 from priyadi/promethiumGravatar Jack Humbert
Promethium keymap update
2017-04-30fixes s60_x keyboardGravatar Jack Humbert
2017-04-30Simple RGB backlight themingGravatar Priyadi Iman Nurcahyo
2017-04-30Syntax fixGravatar Priyadi Iman Nurcahyo
2017-04-30Update vifon keymap to use `DYN_REC_STOP`Gravatar Weiyi Lou
2017-04-30Add cinaeco hhkb keymapGravatar Weiyi Lou
2017-04-29Addind Sample Maxed Out KeymapGravatar Ryan MacLean
Keeping hold space for fn1, adding three other user-mappable keys.
2017-04-29Adding Maximized LayoutGravatar Ryan MacLean
Both split shifts and HHKB split backspace.
2017-04-29Merge branch 'master' of https://github.com/Dbroqua/qmk_firmwareGravatar dbroqua
2017-04-29- Fixed bugs in rules.mk for S60-XGravatar dbroqua
- Updated dbroqua layout for S60-X (added backlight)
2017-04-29Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵Gravatar Priyadi Iman Nurcahyo
frequency
2017-04-27Modified ht_156 keymapGravatar htang156
2017-04-26Simplified processing in led_controller; more control at user level.Gravatar jpetermans
2017-04-26Merge pull request #1259 from laelath/masterGravatar Jack Humbert
Added a proper README to the lae3 keymap
2017-04-26Change to per-key eager debouncing for ErgoDox EZ.Gravatar Andrew Pritchard
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 readmeGravatar laelath
2017-04-26Merge pull request #1258 from smt/smt/hhkbGravatar Jack Humbert
Add smt keymap for HHKB
2017-04-25Merge pull request #1231 from Dbroqua/masterGravatar Jack Humbert
S60-X RGB support
2017-04-25Merge pull request #1253 from laelath/masterGravatar Jack Humbert
Added lae3 keymap
2017-04-25Merge pull request #1255 from ryanmaclean/patch-4Gravatar Jack Humbert
Initial Ortholinear Commit for AMJPad
2017-04-25Add RAMA x Machine Industries M10A to the keyboards directoryGravatar Josh Black