Fix right side ws2812 leds having two indices (#15985)
* Fix right side leds having two indices
* remove redundant left check
Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap hold functions (#15938)
* Replace keyp by &tapping_key in the record arg of per-key tap hold funcs
* Replace NULL by &(keyrecord_t){} in 2nd arg of get_tapping_term
Various fixes for matrix _RIGHT handling (#16292)
* Various fixes for matrix _RIGHT handling
* clang
Merge remote-tracking branch 'origin/master' into develop
handwired/promethium: fix missing include (#16317)
Merge remote-tracking branch 'origin/master' into develop
mechlovin/kay60: fix mismatched layout name (#16314)
Merge remote-tracking branch 'origin/master' into develop
maxr1998/pulse4k: Move Combo code to keymap level (#16301)
* maxr1998/pulse4k: Move Combo code to keymap level
* Reorder code
Merge remote-tracking branch 'origin/master' into develop
Add 65_iso_split_bs default layout (#16283)
[Keyboard] move latincompass's boards to /latincompass (#16039)
move id80 and id75 to v1 to accommodate for id75 v2 and id80 v3 (#15992)
* move id80 to a v1 to acommondate for v2 and a future v3
* move id75 to v1
* fix manufacturer and product fields, enable backlight
* move user keymap
* Fix DEFAULT_FOLDER
* Update build command
Co-authored-by: zvecr <git@zvecr.com>
move ID87 to IDOBAO vendor folder (#15667)
* move ID87 to IDOBAO vendor folder
* move to v1 to acommondate for v2
Merge remote-tracking branch 'origin/master' into develop
Mode 75H Touch-UP (#16310)
* m75h.h: correct matrix position identifier
`K5C` is actually on row 4, so it should be `K4C`.
* m75h.h: add matrix diagram
* add QMK Configurator data
* polish whitespace
- convert tabs to spaces
- update indent to four spaces
- remove trailing whitespace
Remove manual enable of LTO within user keymaps (#15378)
Migrate more makefile utilities to builddefs sub-directory (#16002)
Merge remote-tracking branch 'origin/master' into develop