[Keyboard] Tidy Up pearlboards (#16497)
[Keyboard] Atlantis ak81_ve encoder behaviour enhancement & fixes (#16503)
[Keyboard] add qk65 files by qwertykeys studio (#16491)
[Keymap] Drashna Mouse keys and oled updates (#16556)
Format code according to conventions (#16554)
[Keyboard] Add Kyuu Hotswap (#16360)
Co-authored-by: Drashna Jaelre <drashna@live.com>
[Keyboard] fourier via keymap (#16335)
[Keymap] Change helix:five_rows_jis keymap to use split_common (#16538)
[Keymap] Change helix:fraanrosi keymap to use split_common (#16533)
merge/uma - Resolve configurator issues (#16551)
Change helix:five_rows keymap to use QMK standerd oled driver (#16539)
`qmk info`: nicer rendering of ISO enter (#16466)
Update info.json (#16540)
Some docs improvements (#15845)
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't
It is not strictly necessary to use LAYOUT macros in keyboard.c, but it
is a convenient abstraction of hardware internals, allowing focus on the
physical keyboard layout.
From the C source point of view LAYOUT is macro with a parameter list,
which expands to a array of rows that each is an array with a keyboard
scancode for each column. A macro parameter list is not an array, and
even less a single array.
Perhaps no big deal, but also no reason to give incorrect hints.
* docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de
This part of the documentation was no longer correct. I tried updating
it, mainly copy editing and using github links to latest release.
This is not trying to fix all problems, but just trying to fix some
problems while reusing much of the old phrases and structure.
* Update docs to use "qmk format-python"
support more leds (#15840)