summaryrefslogtreecommitdiff
path: root/keyboards
Commit message (Collapse)AuthorAge
* nikchi flakeNick Choi2017-05-15
|
* Merge pull request #1297 from khogeland/satan-colemakJack Humbert2017-05-12
|\ | | | | Colemak layout for GH60 Satan
| * Colemak layout GH60 SatanKevin Hogeland2017-05-12
| |
* | Fix spelling of "persistent"Nikolaus Wittenstein2017-05-11
|/ | | | Fixes #1201.
* Merge pull request #1283 from TerryMathews/masterJack Humbert2017-05-11
|\ | | | | Establish support for Bathroom Epiphanies Tiger Lily controller
| * Fix compile errorTerryMathews2017-05-07
| |
| * Establish support for Bathroom Epiphanies Tiger Lily controllerTerryMathews2017-05-07
| | | | | | | | | | | | Replacement controller for Filco Majestouch 2 104 key keyboard. BE advises code will also work with the Black Petal controller - I don't have one to test with. Tests working perfectly on my Filco.
* | Add new features to dshields keymap.Daniel Shields2017-05-11
| | | | | | | | | | - one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image.
* | Add smt keymap for Clueboard (HHKB-style layout) (#1286)Stephen Tudor2017-05-08
| | | | | | | | | | | | | | | | | | | | * Add keymap for smt Clueboard (HHKB layout) * Add readme for smt Clueboard (HHKB) keymap * Flesh out the keymap a bit more to support Colemak & Dvorak * Update README with layout image
* | Merge pull request #1279 from awpr/masterErez Zukerman2017-05-07
|\ \ | | | | | | Change to per-key eager debouncing for ErgoDox EZ.
| * | Change to per-key eager debouncing for ErgoDox EZ.Andrew Pritchard2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #1278 from shieldsd/masterJack Humbert2017-05-07
|\ \ \ | | | | | | | | Add new keymap for dshields.
| * | | Add new keymap for dshields.Daniel Shields2017-05-05
| | | |
* | | | Merge pull request #1280 from tobsn/patch-1Jack Humbert2017-05-07
|\ \ \ \ | | | | | | | | | | lowercase .jpg
| * | | | lowercase .jpg I thinkTobias O2017-05-05
| |/ / / | | | | | | | | i guess that fixes the image link - currently its broken
* | | | Merge pull request #1282 from coderkun/coderkun_neo2Jack Humbert2017-05-07
|\ \ \ \ | | | | | | | | | | Merge changes for coderkun’s Neo2 layout
| * | | | Update README for keymap “coderkun_neo2”coderkun2017-05-06
| | | | |
| * | | | Merge tag '0.5.43' into coderkun_neo2coderkun2017-05-06
| |\ \ \ \
| * | | | | Fix F-keys on right hand to start on first keycoderkun2017-05-06
| | | | | |
| * | | | | Fix keymap “coderkun_neo” to use LALT instead of RALTcoderkun2017-04-01
| | | | | |
| * | | | | Add several Unicode symbols to keymap “coderkun_neo2”coderkun2017-04-01
| | | | | |
| * | | | | Add keymap diagrams to readme of keymap “coderkun_neo2”coderkun2017-04-01
| | | | | |
| * | | | | Merge branch 'master' into coderkun_neo2coderkun2017-04-01
| |\ \ \ \ \
| * | | | | | Fix return value of hex_to_keycode() function in keymap “coderkun_neo2”coderkun2016-12-28
| | | | | | |
* | | | | | | [Miuni32] Rm accidentally committed fileAdam Lee2017-05-07
| | | | | | |
* | | | | | | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into devAdam Lee2017-05-07
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into layouts/adam-leeAdam YH Lee2017-04-16
| |\ \ \ \ \ \ \
| * | | | | | | | Add a personal layout for adamAdam YH Lee2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Collectively we should keep on working on the "default" layout. I am adding my own layout to freely explore adjustments and new features.
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into devAdam Lee2017-05-07
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefixJack Humbert2017-05-04
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [ps2avrGB] Add KEYMAP without KC-prefix
| | * | | | | | | | Use KC_KEYMAP for default-keymapThor772017-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove obsolete explicit line-separator "\"
| | * | | | | | | | Add KEYMAP without KC_##-prefixThor772017-05-03
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | and rename old variant to KEYMAP_KC
| * | | | | | | | Merge pull request #1273 from Vifon/pr_1267_fixJack Humbert2017-05-04
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267
| | * | | | | | | | Update vifon keymap to use `DYN_REC_STOP`Weiyi Lou2017-04-30
| | | | | | | | | |
| | * | | | | | | | Add cinaeco hhkb keymapWeiyi Lou2017-04-30
| | | | | | | | | |
| * | | | | | | | | revise HHKB bootloader_size to 4096 such that sw reset works (#1274)tengg2017-05-04
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #1266 from ryanmaclean/patch-5Jack Humbert2017-04-30
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding AMJ60 ANSI Maximized Layout
| | * | | | | | | | Addind Sample Maxed Out KeymapRyan MacLean2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeping hold space for fn1, adding three other user-mappable keys.
| | * | | | | | | | Adding Maximized LayoutRyan MacLean2017-04-29
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | Both split shifts and HHKB split backspace.
| * | | | | | | | Merge pull request #1268 from priyadi/promethiumJack Humbert2017-04-30
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Promethium keymap update
| | * | | | | | | | Simple RGB backlight themingPriyadi Iman Nurcahyo2017-04-30
| | | | | | | | | |
| | * | | | | | | | Syntax fixPriyadi Iman Nurcahyo2017-04-30
| | | | | | | | | |
| | * | | | | | | | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵Priyadi Iman Nurcahyo2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frequency
| | * | | | | | | | tune clicksPriyadi Iman Nurcahyo2017-04-19
| | | | | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into promethiumPriyadi Iman Nurcahyo2017-04-19
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix LED sequence; bug fixesPriyadi Iman Nurcahyo2017-04-19
| | | | | | | | | | |
| * | | | | | | | | | fixes s60_x keyboardJack Humbert2017-04-30
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of https://github.com/Dbroqua/qmk_firmwaredbroqua2017-04-29
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge pull request #1259 from laelath/masterJack Humbert2017-04-26
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added a proper README to the lae3 keymap
| | | * | | | | | | | | Expanded lae3 keymap readmelaelath2017-04-26
| | | | |_|_|_|_|_|/ / | | | |/| | | | | | |