Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put colemak and qwert switching on the top right | binaryplease | 2017-06-10 | 1 | -1/+1 |
| | |||||
* | removed swapping keys in adjust layer | binaryplease | 2017-06-10 | 1 | -1/+1 |
| | |||||
* | commented out unused layers | binaryplease | 2017-06-10 | 1 | -58/+58 |
| | |||||
* | redefined options in config.h | binaryplease | 2017-05-29 | 1 | -0/+16 |
| | |||||
* | overwriting optins in makefile and configuration | binaryplease | 2017-05-29 | 1 | -19/+13 |
| | |||||
* | disabled backlight and audio | binaryplease | 2017-05-29 | 1 | -0/+71 |
| | |||||
* | copied default planck keymap to handwired_binaryplease; | binaryplease | 2017-05-29 | 4 | -0/+351 |
| | |||||
* | Merge pull request #1283 from TerryMathews/master | Jack Humbert | 2017-05-11 | 11 | -0/+544 |
|\ | | | | | Establish support for Bathroom Epiphanies Tiger Lily controller | ||||
| * | Fix compile error | TerryMathews | 2017-05-07 | 1 | -0/+2 |
| | | |||||
| * | Establish support for Bathroom Epiphanies Tiger Lily controller | TerryMathews | 2017-05-07 | 11 | -0/+542 |
| | | | | | | | | | | | | 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 Shields | 2017-05-11 | 5 | -32/+55 |
| | | | | | | | | | | - 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 Tudor | 2017-05-08 | 3 | -0/+211 |
| | | | | | | | | | | | | | | | | | | | | * 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/master | Erez Zukerman | 2017-05-07 | 2 | -26/+38 |
|\ \ | | | | | | | Change to per-key eager debouncing for ErgoDox EZ. | ||||
| * | | Change to per-key eager debouncing for ErgoDox EZ. | Andrew Pritchard | 2017-04-26 | 2 | -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 #1278 from shieldsd/master | Jack Humbert | 2017-05-07 | 3 | -0/+132 |
|\ \ \ | | | | | | | | | Add new keymap for dshields. | ||||
| * | | | Add new keymap for dshields. | Daniel Shields | 2017-05-05 | 3 | -0/+132 |
| | | | | |||||
* | | | | Merge pull request #1280 from tobsn/patch-1 | Jack Humbert | 2017-05-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | lowercase .jpg | ||||
| * | | | | lowercase .jpg I think | Tobias O | 2017-05-05 | 1 | -1/+1 |
| |/ / / | | | | | | | | | i guess that fixes the image link - currently its broken | ||||
* | | | | Merge pull request #1282 from coderkun/coderkun_neo2 | Jack Humbert | 2017-05-07 | 2 | -38/+137 |
|\ \ \ \ | | | | | | | | | | | Merge changes for coderkun’s Neo2 layout | ||||
| * | | | | Update README for keymap “coderkun_neo2” | coderkun | 2017-05-06 | 1 | -9/+2 |
| | | | | | |||||
| * | | | | Merge tag '0.5.43' into coderkun_neo2 | coderkun | 2017-05-06 | 220 | -962/+7703 |
| |\ \ \ \ | |||||
| * | | | | | Fix F-keys on right hand to start on first key | coderkun | 2017-05-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix keymap “coderkun_neo” to use LALT instead of RALT | coderkun | 2017-04-01 | 1 | -6/+6 |
| | | | | | | |||||
| * | | | | | Add several Unicode symbols to keymap “coderkun_neo2” | coderkun | 2017-04-01 | 2 | -20/+20 |
| | | | | | | |||||
| * | | | | | Add keymap diagrams to readme of keymap “coderkun_neo2” | coderkun | 2017-04-01 | 1 | -9/+114 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into coderkun_neo2 | coderkun | 2017-04-01 | 448 | -2598/+26659 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix return value of hex_to_keycode() function in keymap “coderkun_neo2” | coderkun | 2016-12-28 | 1 | -4/+5 |
| | | | | | | | |||||
* | | | | | | | [Miuni32] Rm accidentally committed file | Adam Lee | 2017-05-07 | 1 | -42/+0 |
| | | | | | | | |||||
* | | | | | | | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev | Adam Lee | 2017-05-07 | 5 | -0/+191 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into layouts/adam-lee | Adam YH Lee | 2017-04-16 | 28 | -48/+41 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add a personal layout for adam | Adam YH Lee | 2017-04-16 | 5 | -0/+191 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 dev | Adam Lee | 2017-05-07 | 117 | -406/+3670 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefix | Jack Humbert | 2017-05-04 | 2 | -8/+26 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ps2avrGB] Add KEYMAP without KC-prefix | ||||
| | * | | | | | | | | Use KC_KEYMAP for default-keymap | Thor77 | 2017-05-03 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove obsolete explicit line-separator "\" | ||||
| | * | | | | | | | | Add KEYMAP without KC_##-prefix | Thor77 | 2017-05-03 | 1 | -0/+18 |
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | and rename old variant to KEYMAP_KC | ||||
| * | | | | | | | | Merge pull request #1273 from Vifon/pr_1267_fix | Jack Humbert | 2017-05-04 | 5 | -1/+254 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267 | ||||
| | * | | | | | | | | Update vifon keymap to use `DYN_REC_STOP` | Weiyi Lou | 2017-04-30 | 1 | -1/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Add cinaeco hhkb keymap | Weiyi Lou | 2017-04-30 | 4 | -0/+252 |
| | | | | | | | | | | |||||
| * | | | | | | | | | revise HHKB bootloader_size to 4096 such that sw reset works (#1274) | tengg | 2017-05-04 | 1 | -1/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #1266 from ryanmaclean/patch-5 | Jack Humbert | 2017-04-30 | 2 | -0/+76 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adding AMJ60 ANSI Maximized Layout | ||||
| | * | | | | | | | | Addind Sample Maxed Out Keymap | Ryan MacLean | 2017-04-29 | 1 | -0/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeping hold space for fn1, adding three other user-mappable keys. | ||||
| | * | | | | | | | | Adding Maximized Layout | Ryan MacLean | 2017-04-29 | 1 | -0/+15 |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | Both split shifts and HHKB split backspace. | ||||
| * | | | | | | | | Merge pull request #1268 from priyadi/promethium | Jack Humbert | 2017-04-30 | 9 | -85/+215 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Promethium keymap update | ||||
| | * | | | | | | | | Simple RGB backlight theming | Priyadi Iman Nurcahyo | 2017-04-30 | 5 | -72/+161 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Syntax fix | Priyadi Iman Nurcahyo | 2017-04-30 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵ | Priyadi Iman Nurcahyo | 2017-04-29 | 4 | -22/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frequency | ||||
| | * | | | | | | | | tune clicks | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -3/+3 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into promethium | Priyadi Iman Nurcahyo | 2017-04-19 | 6 | -55/+291 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fix LED sequence; bug fixes | Priyadi Iman Nurcahyo | 2017-04-19 | 2 | -10/+18 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fixes s60_x keyboard | Jack Humbert | 2017-04-30 | 53 | -31/+44 |
| | | | | | | | | | | |