Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-12 | Merge pull request #1291 from adzenith/persistent | ||
Fix spelling of "persistent" | |||
2017-05-12 | Colemak layout GH60 Satan | ||
2017-05-11 | Fix spelling of "persistent" | ||
Fixes #1201. | |||
2017-05-11 | Merge pull request #1283 from TerryMathews/master | ||
Establish support for Bathroom Epiphanies Tiger Lily controller | |||
2017-05-11 | Merge pull request #1288 from Nephiel/led-set-on-layer-change | ||
Call led_set for layer action events to update LEDs on layer changes | |||
2017-05-11 | Merge pull request #1290 from shieldsd/master | ||
Add new features to dshields keymap. | |||
2017-05-11 | Add new features to dshields keymap. | ||
- one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image. | |||
2017-05-10 | Call led_set for layer action events to update LEDs on layer changes | ||
2017-05-08 | Add smt keymap for Clueboard (HHKB-style layout) (#1286) | ||
* 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 | |||
2017-05-07 | Merge pull request #1279 from awpr/master | ||
Change to per-key eager debouncing for ErgoDox EZ. | |||
2017-05-07 | Merge pull request #1275 from Vifon/dynamic_macro/trailing_keypresses | ||
dynamic macros: Trim the trailing modifiers; further cleanup | |||
2017-05-07 | Merge pull request #1278 from shieldsd/master | ||
Add new keymap for dshields. | |||
2017-05-07 | Merge pull request #1280 from tobsn/patch-1 | ||
lowercase .jpg | |||
2017-05-07 | Merge pull request #1282 from coderkun/coderkun_neo2 | ||
Merge changes for coderkun’s Neo2 layout | |||
2017-05-07 | Merge pull request #1284 from bigtunaIO/master | ||
[Bigtuna.IO] Updating Miuni32 Layouts | |||
2017-05-07 | Fix compile error | ||
2017-05-07 | Merge branch 'dev' | ||
2017-05-07 | [Miuni32] Rm accidentally committed file | ||
2017-05-07 | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev | ||
2017-05-07 | Merge remote-tracking branch 'upstream/master' | ||
2017-05-07 | Merge remote-tracking branch 'upstream/master' into dev | ||
2017-05-07 | Establish support for Bathroom Epiphanies Tiger Lily controller | ||
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. | |||
2017-05-06 | Update README for keymap “coderkun_neo2” | ||
2017-05-06 | Merge tag '0.5.43' into coderkun_neo2 | ||
2017-05-06 | Fix F-keys on right hand to start on first key | ||
2017-05-05 | lowercase .jpg I think | ||
i guess that fixes the image link - currently its broken | |||
2017-05-05 | Add new keymap for dshields. | ||
2017-05-05 | dynamic_macro.h: Do not use backlight_toggle if backlight is disabled | ||
Fixes #1199. | |||
2017-05-04 | dynamic_macro.h: Add debug logs | ||
2017-05-04 | dynamic_macro.h: Make the documentation more clear | ||
2017-05-04 | Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefix | ||
[ps2avrGB] Add KEYMAP without KC-prefix | |||
2017-05-04 | Merge pull request #1273 from Vifon/pr_1267_fix | ||
Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267 | |||
2017-05-04 | revise HHKB bootloader_size to 4096 such that sw reset works (#1274) | ||
2017-05-04 | dynamic_macro.h: Do not save the keys being held when stopping the recording | ||
More specifically, we save them and then place the `macro_end` pointer before them so they are essentially ignored and the other macro may freely overwrite them. | |||
2017-05-04 | dynamic_macro.h: Fix an off-by-two error | ||
We need to check whether we just passed the after-the-end point of the other macro. Instead we were checking whether we are going to reach it now. | |||
2017-05-04 | dynamic_macro.h: Always toggle the backlight twice as a notification | ||
Apparently sometimes the backlight was toggled only once and it was left on. | |||
2017-05-04 | dynamic_macro.h: Ignore all the initial key releases | ||
Right after the user initiates the macro recording, they usually need to release some keys used to access the DYN_REC_START layers. It makes sense to ignore them. Note: The keys used to access the DYN_REC_STOP key are *not* ignored. | |||
2017-05-03 | Use KC_KEYMAP for default-keymap | ||
and remove obsolete explicit line-separator "\" | |||
2017-05-03 | Add KEYMAP without KC_##-prefix | ||
and rename old variant to KEYMAP_KC | |||
2017-05-01 | Merge pull request #1269 from ryanmaclean/patch-6 | ||
Cleaning Up Dockerfile Layers Per Official Docs | |||
2017-04-30 | Cleaning Up Dockerfile Layers Per Official Docs | ||
From the official docs: ``` Note: The official Debian and Ubuntu images automatically run apt-get clean, so explicit invocation is not required. ``` Also added ` && rm -rf /var/lib/apt/lists/*` as part of the install line which probably does what was intended (no need to make a new layer). Added apt-get update to the RUN payload, as it should be part of the same layer. Both are documented here: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ | |||
2017-04-30 | Merge pull request #1266 from ryanmaclean/patch-5 | ||
Adding AMJ60 ANSI Maximized Layout | |||
2017-04-30 | Merge pull request #1268 from priyadi/promethium | ||
Promethium keymap update | |||
2017-04-30 | Merge pull request #1264 from fredizzimo/wsl_support | ||
Add possibility to override the command to execute when flashing | |||
2017-04-30 | fixes s60_x keyboard | ||
2017-04-30 | Merge pull request #1263 from Dbroqua/master | ||
Fixed bugs for S60-X RGB version | |||
2017-04-30 | Simple RGB backlight theming | ||
2017-04-30 | Syntax fix | ||
2017-04-30 | Update vifon keymap to use `DYN_REC_STOP` | ||
2017-04-30 | Add cinaeco hhkb keymap | ||