aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(skeletyl): fix color commentquotengroteMichael Grote2026-02-231-2/+2
|
* feat(skeletyl): SHIFT, dont highlight whole layer, just the keysMichael Grote2026-02-231-1/+4
|
* fix(skeletyl): fix syntaxMichael Grote2026-02-231-1/+1
|
* fix(skeletyl): fix color syntaxMichael Grote2026-02-231-1/+1
|
* feat(skeletyl): another color for SHIFTMichael Grote2026-02-231-1/+1
|
* chore(skeletyl): indentationMichael Grote2026-02-231-4/+4
|
* feat(skeletyl): remove CAPSWORD mappingMichael Grote2026-02-232-5/+5
|
* feat(skeletyl): color NUM layerMichael Grote2026-02-231-0/+27
|
* chore(skeletyl): indentationMichael Grote2026-02-231-6/+6
|
* feat(skeletyl): color MOV layerMichael Grote2026-02-231-0/+18
|
* docs(skeletyl): color docsMichael Grote2026-02-231-4/+5
|
* fix(skeletyl): make windows movable again from MOV layer (WIN + Arrows)Michael Grote2026-02-232-7/+7
|
* chore(bin): update binariesMichael Grote2026-02-162-0/+0
|
* fix(planck): fix missing prtscr, fix alignmentMichael Grote2026-02-161-15/+15
|
* chore(bin): add binariesMichael Grote2026-02-163-0/+1269
|
* feat(git): dont ignore compiled binariesMichael Grote2026-02-161-3/+0
|
* docs: update rebase manualMichael Grote2025-03-051-2/+3
|
* skeletyl, sweep, planck: names for layers (#3)Michael Grote2024-08-213-105/+133
| | | | | | Reviewed-on: https://git.mgrote.net/mg/qmk_sweep_skeletyl/pulls/3 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
* planck: add planck (#2)Michael Grote2024-08-186-9/+256
| | | | | Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
* skeletyl, sweep: typo, disable NO_AUTO_SHIFT_ALPHAMichael Grote2024-08-062-2/+2
|
* docs: colors in keymapMichael Grote2024-08-051-4/+4
|
* docs: rebase + buildMichael Grote2024-08-051-0/+26
|
* remove unused keyboardsMichael Grote2024-08-057829-974723/+0
| | | | Signed-off-by: Michael Grote <michael.grote@posteo.de>
* skeletyl, sweep: remove dia-layer and resort to tap'n'holds (#1)Michael Grote2024-08-053-62/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <!--- Provide a general summary of your changes in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Description <!--- Describe your changes in detail here. --> ## Types of Changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [ ] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization - [ ] Keyboard (addition or update) - [ ] Keymap/layout/userspace (addition or update) - [ ] Documentation ## Issues Fixed or Closed by This PR * ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My code follows the code style of this project: [**C**](https://docs.qmk.fm/#/coding_conventions_c), [**Python**](https://docs.qmk.fm/#/coding_conventions_python) - [ ] I have read the [**PR Checklist** document](https://docs.qmk.fm/#/pr_checklist) and have made the appropriate changes. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have read the [**CONTRIBUTING** document](https://docs.qmk.fm/#/contributing). - [ ] I have added tests to cover my changes. - [ ] I have tested the changes and verified that they work and don't break anything (as well as I can manage). Reviewed-on: https://git.mgrote.net/mg/qmk_sweep_skeletyl/pulls/1 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
* skeletyl, sweep: add PERMISSIVE_HOLDMichael Grote2024-08-052-0/+2
|
* skeletyl, sweep: fix | + y + zMichael Grote2024-08-052-4/+4
|
* skeletyl, sweep: fix keepass combo typoMichael Grote2024-08-052-2/+2
|
* skeletyl, sweep: tap'n'hold pipeMichael Grote2024-08-052-2/+14
|
* docs: typoMichael Grote2024-08-051-1/+1
|
* skeletyl, sweep: fix keepass combosMichael Grote2024-08-052-4/+4
|
* skeletyl, sweep: indentationMichael Grote2024-08-052-5/+5
|
* skeletyl: rgb on active shift (#1)Michael Grote2024-08-053-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <!--- Provide a general summary of your changes in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Description <!--- Describe your changes in detail here. --> ## Types of Changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [ ] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization - [ ] Keyboard (addition or update) - [ ] Keymap/layout/userspace (addition or update) - [ ] Documentation ## Issues Fixed or Closed by This PR * ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My code follows the code style of this project: [**C**](https://docs.qmk.fm/#/coding_conventions_c), [**Python**](https://docs.qmk.fm/#/coding_conventions_python) - [ ] I have read the [**PR Checklist** document](https://docs.qmk.fm/#/pr_checklist) and have made the appropriate changes. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have read the [**CONTRIBUTING** document](https://docs.qmk.fm/#/contributing). - [ ] I have added tests to cover my changes. - [ ] I have tested the changes and verified that they work and don't break anything (as well as I can manage). Reviewed-on: https://git.mgrote.net/mg/qmk_sweep_skeletyl/pulls/1 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
* Revert "skeletyl, sweep: dia-layer on shift and thumg"Michael Grote2024-08-053-23/+7
| | | | This reverts commit 2809526ce1f76060bb20288d130f9482c772437d.
* Revert "skeletyl, sweep: fix dia-combo syntax"Michael Grote2024-08-052-8/+9
| | | | This reverts commit 11dd508650ad4e15dfa65f726d2d41425e5444aa.
* skeletyl, sweep: move alt to dia-layerMichael Grote2024-08-053-6/+6
|
* skeletyl, sweep: fix dia-combo syntaxMichael Grote2024-08-052-9/+8
|
* skeletyl, sweep: dia-layer on shift and thumgMichael Grote2024-08-053-7/+23
|
* docs: layer holdsMichael Grote2024-08-051-1/+1
|
* skeletyl: rgb layer indicator only on thumb keysMichael Grote2024-08-051-5/+25
|
* skeletyl, sweep: remove dia combos, replace with layerMichael Grote2024-08-053-32/+29
|
* skeletyl: set rgb timeout to 3minMichael Grote2024-08-051-1/+1
|
* skeletyl: set various rgb timeout optionsMichael Grote2024-08-051-3/+3
|
* skeletyl: use built-in function for rgb timeoutMichael Grote2024-08-052-47/+2
|
* skeletyl: fix rgb timeout functionsMichael Grote2024-08-051-2/+2
|
* skeletyl: add rgb timeoutMichael Grote2024-08-052-0/+48
|
* ferris, skeletyl: fix combo syntaxMichael Grote2024-08-052-2/+2
|
* ferris, skeletyl: combo for win + eMichael Grote2024-08-053-3/+8
|
* Revert "skeletyl, sweep: both shift for caps word"Michael Grote2024-08-053-4/+1
| | | | This reverts commit 252b95cbb3151e36fd1a008fa6d83ade2ac56086.
* skeletyl, sweep: both shift for caps wordMichael Grote2024-08-053-1/+4
|
* skeletyl, sweep: move capswordMichael Grote2024-08-053-12/+12
|