preonic/rev3_drop: Fix old custom matrix code (#14857)
The old custom matrix code for Preonic rev3 was relying on the
`matrix_col_t` type, because the code actually reads the row pins and
assembles the state for whole columns, and then transposes the matrix in
the custom debouncing code. Restore that type (which is no longer
defined by the core QMK code) to make the custom matrix code work
properly (when `matrix_row_t` was used instead of `matrix_col_t`, the
state of two electrical rows was lost, and those electrical rows
corresponded to the bottom physical row, which did not work).
[Keymap] added media controls, copy and paste; moved print screen (#14850)
[Keyboard] Add SpiderIsland 25 key keyboard (#14793)
Co-authored-by: Ryan <fauxpark@gmail.com>
Try to clarify "number of elements in info.json does not match" error (#14844)
[Keyboard] Fix minor typo in Ploopy Trackball Nano Docs (#14717)
add docs/ja/ja_doc_status.sh (#14402)
[Keymap] Update Miryoku (#14827)
[Keymap] Drashna Keymap Updates (#14842)
* Fix issues with user split transport code
* Improve OLED (More font stuff, improved keylogger, etc)
* Add `KEYLOCK` macro to disable USB, borrowed from command feature.
* Convert Kyria fully to proton C (no more AVR kyria)
* Add Work Louder Work Board keymap
[Keyboard] Tractyl Manuform Updates (#14841)
[Keymap] Userspace updates (#14832)
Update documentation because GPIO functions are no longer in quantum.h (#14826)
* GPIO functions are no longer in quantum.h
* Update docs/internals_gpio_control.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
[Docs] Clean up reference_info_json.md (#14806)
[Keymap] Add keebio iris layout beakl 15 (#14762)