~ruther/qmk_firmware

960d6e0d — Andre Brait 2 years ago
[Enhancement] Improvements for debounce test coverage + bug fixes for sym_defer_g and sym_eager_pr (#21667)

Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com>
dd94877e — Isaac Elenbaas 2 years ago
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889)

1fb02d5a — Nick Brassel 2 years ago
Merge remote-tracking branch 'upstream/master' into develop
131bc92b — plaublin 2 years ago
Fix variable misspelling (#21774)

4ebb065f — Ben Cooper 2 years ago
Fix combo_ref_from_layer respect different default layer [#21780] (#21781)

a360900f — Pablo Martínez 2 years ago
[Enhancement] QP Getters (#21171)

4e7e824a — RABijl 2 years ago
Rotary numpad (#21744)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
9d3c0018 — DeskDaily 2 years ago
Added Wyvern Hotswap by BredWorks (#21141)

Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
fb18ac2b — Stefan Kerkmann 2 years ago
[Core] Bump mouse endpoint packet size to 16 bytes (#21711)

2f4e1a78 — Nebuleon 2 years ago
Reduce popping during audio initialization using the additive DAC (#21642)

1d94de53 — Nebuleon 2 years ago
Optimize the additive DAC code, fixing performance-related hangs (#21662)

7850f0d8 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
246f3cb4 — フィルターペーパー 2 years ago
Improve directional transition of overlapping mouse keys (#21494)

included keyboard.h. To use is_keyboard_master with a split with an i… (#21571)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: tokky <tokky@localhost-live.attlocal.net>
99290b4c — jacob-w-gable 2 years ago
Add full solenoid support on split keyboards (#21583)

Co-authored-by: Jacob Gable <jacob.gable@statheros.tech>
7a761ebf — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
9b429bd1 — Nick Brassel 2 years ago
Revert "Update feature_rgblight.md" (#22132)

28215616 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
ee4e22d5 — Tom singleton 2 years ago
Update feature_rgblight.md (#21483)

a6926239 — James Young 2 years ago
KC60 Layout Standardization and Cleanup (#22125)

* Refactor `dbroqua` keymap

- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
  - The keycode for position [4, 9] (right half of Split Backspace)
    moves to the top row.
  - The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
    RShift) switch positions.

[refactor]

* Refactor `dbroqua_hhkb` keymap

- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
  - The keycode for position [4, 9] (right half of Split Backspace)
    moves to the top row.
  - The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
    RShift) switch positions.

[refactor]

* Touch-up `default` keymap

- fix keycode grid alignment

[style]

* Refactor `sgoodwin` keymap

- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
  - The keycode for position [4, 9] (right half of Split Backspace)
    moves to the top row.
  - The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
    RShift) switch positions.

[refactor]

* Refactor `stanleylai` keymap

- delete `config.h` (use RGB config from keyboard `info.json`)
  - fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
  - The keycode for position [4, 9] (right half of Split Backspace)
    moves to the top row.
  - The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
    RShift) switch positions.

[bugfix] [refactor]

* Touch-up `via` keymap

- fix keycode grid alignment

[style]

* Refactor `wigguno` keymap

- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
  - The keycode for position [4, 9] (right half of Split Backspace)
    moves to the top row.
  - The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
    RShift) switch positions.

[refactor]

* Remove `LAYOUT` macro

Superseded by `LAYOUT_all`.

[chore]

* Add `LAYOUT_60_ansi_split_bs_rshift`

[enhancement]

* Add `LAYOUT_60_tsangan_hhkb`

[enhancement]

* Add `LAYOUT_60_ansi_tsangan`

[enhancement]

* Add `LAYOUT_60_iso_split_bs_rshift`

[enhancement]

* Add `LAYOUT_60_iso`

[enhancement]

* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`

[enhancement]

* Add `LAYOUT_60_iso_tsangan`

[enhancement]

* Add `LAYOUT_60_hhkb`

[enhancement]

* Add `LAYOUT_60_true_hhkb`

[enhancement]

* Add layout/matrix diagram

[docs]

* Add `LAYOUT_60_abnt2`

[enhancement]

* Extend Community Layout support

Add support for community layouts:

  - `60_ansi_split_bs_rshift`
  - `60_ansi_tsangan`
  - `60_tsangan_hhkb`
  - `60_hhkb`
  - `60_abnt2`
  - `60_iso`
  - `60_iso_split_bs_rshift`
  - `60_iso_tsangan`

[enhancement]

* Fix `LAYOUT_60_abnt2` support

[bugfix]
Next