ISSI driver compile error fix (#9169)
Fix the path for generated keymaps (#9213)
Fix compiling json files (#9210)
[CLI] Add a subcommand for getting information about a keyboard (#8666)
You can now use `qmk info` to get information about keyboards and keymaps.
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
[Keymap] Contributing Home-Row-Centric-Mousekey Layout (#9195)
* adding personal keymap to repository
* starting to customize documentation to keymap
* updated readme
* updated readme
[Keymap] Ported ok60 to via (#9179)
* Initialize ok60/via
* Update vendorId for ok60 to K6 0x4b36
* Update keyboards/ok60/config.h
[Docs] Japanese translation of docs/feature_pointing_device.md (#8993)
* add feature_pointing_device.md translation
* update based on comment
* update based on comment
* update based on comment
* update based on comment
[Keymap] Niu keymap and README update (#9190)
* - Balance 12 layers now in their final form
- Added Plover layer
- Updated README to use layout images
* Add headings to layer images.
* - Remove redundent TO(_BA) from FC layer
- Link to new FC layer image from README
* Highlight home keys.
* Changes following review.
[Keyboard] Add Key 65 by Fox Lab (#9116)
* Add Key65 Universal PCB
* Add ISO layout to universal
* Correct universal info.json
* Add Key 65 Hotswap
* Correct typo in Key 65 Universal
* Update readmes
* Correct name
* Update keyboards/foxlab/key65/hotswap/config.h
* Apply suggestions from code review
* Invert capslock LED state
* Avoid initial capslock LED flash
* Apply suggestions from code review
* Update rules.mk
* Apply suggestions from code review
[Keymap] update helix/rev2:yshrsmz keymap (#9047)
* update helix keymap
* use set_single_persistent_default_layer
Fix capitalisation of "GitHub" (#9184)
Add VIA support for kbd67rev1 (#9173)
[Keyboard] Added wilba.tech WT60-XT (#9168)
* Added wilba.tech WT60-XT
* fix indent
* Update keyboards/wilba_tech/wt60_xt/readme.md
* Update keyboards/wilba_tech/wt60_xt/rules.mk
* Update keyboards/wilba_tech/wt60_xt/wt60_xt.c
Added missing shutdown_user() hook (#9180)
* add missing shutdown_user()
* use reset_keyboard() from quantum
[Keyboard] PDBDOWN should be PCBDOWN. (#9192)
[Keyboard] Add zvecr/split_blackpill (#9166)
* Add split_blackpill keyboard
* Add RGB config
* tidy up rules
* fix usage of layer_state_t
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Add configurator support
Fix i2c EEPROM compile issue when Console is enabled (#9186)
* Fix i2c EEPROM compile issue when Console is enabled
* Only use if both console and debugging is enabled
Fix SPI EEPROM compile issue when Console is enabled (#9193)
Fixed the indentation of the sample code in feature_pointing_device docs (#9177)
* Fixed the indentation of the sample code in docs/feature_pointing_device.md sample.
* Update docs/feature_pointing_device.md
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>