Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282)
Merge remote-tracking branch 'origin/master' into develop
Geistmaschine Geist Layout Refactor and Touch-Up (#21288)
Remove default `TAPPING_TERM` from keyboard config.h (#21284)
Merge remote-tracking branch 'origin/master' into develop
[refactor] correct layout data (#21289)
Merge remote-tracking branch 'origin/master' into develop
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)
Merge remote-tracking branch 'origin/master' into develop
Fix up operator precedence in RGBLIGHT (#21280)
Merge remote-tracking branch 'origin/master' into develop
Dymium65 Layout Touch-Up (#21269)
* [refactor] friendly-format info.json
* [refactor] correct layout data
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.
Merge remote-tracking branch 'origin/master' into develop
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)