split_util: rename `usbIsActive` to `usb_bus_detected` (#23657)
split_util: rename usbIsActive to usb_bus_detected
This follows the style rules and better reflects the intent.
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
Merge remote-tracking branch 'origin/master' into develop
Add support for Smart 68 keyboard (#23043)
refactor: mechwild/bbs (#23373)
Fix iris via keymap (#23652)
Add new set of keycodes for RGB Matrix (#23463)
xiudi/xd75 - Fix backlight compilation issues (#23655)
Migrate build target markers to keyboard.json - Misc (#23653)
Update GPIO API usage in keyboard code (#23361)
Merge remote-tracking branch 'origin/master' into develop
ZSA Voyager Layout Fix (#23651)
Merge remote-tracking branch 'origin/master' into develop
Tomak: Layout Data Correction (#23649)
Corrects the key size and positioning for position [8, 7] on all
layouts.
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] NK Classic TKL (#23435)
* First commit
* Fix keycode range and color on indicator
* bit of cleanup
* prettify
* Update keyboards/novelkeys/nk_classic_tkl/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/novelkeys/nk_classic_tkl/info.json
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/novelkeys/nk_classic_tkl/info.json
Co-authored-by: Joel Challis <git@zvecr.com>
* readme fix
---------
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Merge remote-tracking branch 'upstream/master' into develop
clangd enhancements. (#23310)
N86: Layout Data Correction (#23644)
* Correct `LAYOUT_all` data
Corrects incorrect key sizes and positioning.
* Correct `LAYOUT_tkl_ansi_tsangan` data
Corrects incorrect matrix assignments on the bottom row.
* Correct `LAYOUT_tkl_ansi_tsangan_split_bs_rshift` data
Corrects incorrect matrix assignments on the bottom row.
* Set `LAYOUT_all` as an alias
Sets `LAYOUT_all` as an alias for
`LAYOUT_tkl_ansi_tsangan_split_bs_rshift`, because the layout and matrix
data for these two macros is identical.