Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2022-11-22 | 1 | -30/+6 |
|\ | |||||
| * | Use modern solution for tri-layer in sofle default layout (#19113) | rafal0p | 2022-11-20 | 1 | -30/+6 |
| | | |||||
* | | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -1/+1 |
|/ | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | [Keyboard] Add missing mute button to sofle keymap (#17796) | Daniel O'Brien | 2022-07-25 | 1 | -1/+1 |
| | |||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary backslash-escapes in default keymaps (#15472) | Ryan | 2021-12-14 | 1 | -30/+30 |
| | | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps | ||||
* | [Keymap] Disable console on Sofle default keymap (#15261) | Drashna Jaelre | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | [Core] Change OLED task function to be boolean (#14864) | Drashna Jaelre | 2021-11-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty | ||||
* | [Core] Refactor OLED to allow easy addition of other types (#13454) | Xelus22 | 2021-08-24 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com> | ||||
* | Convert Encoder callbacks to be boolean functions (#12805) | Drashna Jaelre | 2021-05-21 | 1 | -1/+2 |
| | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | Add TAP_CODE_DELAY 10. Fix a typo (compilation error) | Josef Adamcik | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | Remove TAPPING_FORCE_HOLD from default keymap. | Josef Adamčík | 2020-05-18 | 1 | -2/+0 |
| | |||||
* | Apply suggestions from code review | Josef Adamčík | 2020-05-18 | 2 | -4/+3 |
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Apply suggestions from code review | Josef Adamčík | 2020-05-18 | 1 | -2/+0 |
| | | | | | Remove unneeded breaks (few more forgotten ones). Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Apply suggestions from code review | Josef Adamčík | 2020-05-18 | 1 | -4/+0 |
| | | | | | Remove unneeded breaks. Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove unneeded break. | Josef Adamčík | 2020-05-18 | 1 | -1/+0 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove unneeded break. | Josef Adamčík | 2020-05-18 | 1 | -2/+0 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Fix a typo in README.md | Josef Adamčík | 2020-05-18 | 1 | -2/+1 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Add more improvements from PR | Josef Adamcik | 2020-05-02 | 1 | -20/+18 |
| | |||||
* | Improve according to suggestion in PR | Josef Adamcik | 2020-05-01 | 1 | -63/+47 |
| | |||||
* | Remove duplicated layers for MAC/WIN support | Josef Adamcik | 2020-04-30 | 1 | -121/+181 |
| | |||||
* | Fix mistake in the latest commit | Josef Adamcik | 2020-04-29 | 1 | -3/+3 |
| | |||||
* | Sofle: Remove LAYOUT_kc macro for default layout. Remove unnecessary code. | Josef Adamcik | 2020-04-29 | 1 | -74/+64 |
| | |||||
* | Add SofleKeyboard support to QMK firmware. | Josef Adamcik | 2020-04-29 | 4 | -0/+403 |