~ruther/qmk_firmware

Remove default `TAPPING_TERM` from keyboard config.h (#21284)

7c7cec90 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
88640e47 — James Young 2 years ago
[refactor] correct layout data (#21289)

54d883be — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
b520b352 — Sergey Vlasov 2 years ago
preonic/rev3{,_drop}: Fix layouts with 2u keys (#21114)

Apparently layouts with 2u keys were not correctly converted into the
`info.json` format (the old C layout macros used the arguments for such
keys multiple times to cover all possible 1u locations; this is not
supported in `info.json`, and the single matrix location for 2u keys was
chosen incorrectly in some cases).  Fix the layout definitions to match
the real PCB wiring.
Move `RGBLED_NUM` to data driven (#21278)

7178645b — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
884be6c1 — Nick Brassel 2 years ago
Fix up operator precedence in RGBLIGHT (#21280)

40a073b1 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
a2171ff4 — James Young 2 years ago
Dymium65 Layout Touch-Up (#21269)

* [refactor] friendly-format info.json

* [refactor] correct layout data
d85600fc — James Young 2 years ago
Eason Aeroboard Refactor (#21271)

* [refactor] refactor keymaps

- grid-align keycodes
- use four-space indent
- remove trailing whitespace

* [refactor] physically arrange layout macro

Arrange the layout macro and keymaps in the QMK-desired order.

Breaks compatibility with out-of-tree keymaps.

Key sequence swaps in this commit:

- `KC_GRV` <-> `KC_1`
- `KC_TAB` <-> `KC_Q`

* [refactor] rename LAYOUT to LAYOUT_split_space

* [enhancement] add LAYOUT_7u_space

* [chore] correct maintainer value

Reference the keyboard maintainer's GitHub username.
90a98fa6 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
d57acc7c — James Young 2 years ago
DOIO KB38 Refactor (#21268)

* [refactor] keymap refactor

- tidy-up box drawing
- update keycode alignment for readability
- use QMK-native keycode aliases

* [refactor] correct layout data

* [docs] add image to readme
Move `RGBLIGHT_SLEEP` to data driven (#21072)

579db613 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
94311e4d — James Young 2 years ago
Alas: ISO Layouts Fix and Matrix Diagram (#21255)

dc435a08 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
5263dfb8 — James Young 2 years ago
ButterKeebs PocketPad: correct layout data (#21256)

Move `RGBLIGHT_SPLIT` to data driven (#21190)

* Move `RGBLIGHT_SPLIT` to data driven

* Remove where `split_count` is already set
c011eb1e — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
Next