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