[Keyboard] WhiteFox vanilla layout (#8043)
* Add the Whitefox vanilla layout
Initial commit for whitefox vanilla keymap
Fix the mapped layout to match vanilla
Cleanup vanilla default
Rework the info file
Remove vanilla keymap as we don't really need this
Fix 'Makefile:560: keyboards/<keyboard>/rev1/rules.mk: No such file or directory' (#8042)
Updates cKeys/theDora README with explicit flashing instructions (#8016)
* adds to theDora readme for more explicit directions on flashing,
with links and how to enter bootloader mode.
* fmt
* Corrects language of steps for loading firmware
* Update keyboards/ckeys/thedora/readme.md
[Keyboard] Adds ogre ergo single (#8012)
* Adds ogre ergo single (non-split) version
* use generic pids
[Keyboard] Add Ergosaurus Support (#8013)
Initialize config
* Update matrix size
* Update Keymap
* Rename files to remove hyphen
* Rename board and folders
* Fix ergosaurus.h typo
* Fix ergosaurus.h layout matrix
* Update column pins
* Fixed ergosaurus
* Add Reggie layout
* Update Ergo keymap
* Update with fixes from PR #8013
* Fix KeyHive link
* Remove config.h and extra whitespace from README
* Update PID, README and rules spacing
* Update rules.mk
Refactor minidox to use split_common (#7924)
* Initial refactor of minidox to split_common
* post rebase fixes
Userspace and keymap updates (#8037)
* Add PGUP,PGDN to keymaps
* Enable VIA support on userspace for 1up60hse
* Enable DZ60 VIA in rules
* Enable Romac VIA in rules
Add German programming layout for Lets Split (#8014)
* Add German programming layout for Lets Split
* Update copyright in config.h
* Add Hash-Symbol to keymap
* Change to fit suggestions in PR
* Changes as requested, but broken.
* Fix layer switching issue
[Keyboard] Add Quefrency Rev 2 (#8001)
* Add Quefrency Rev. 2
* Add encoder support
* Add RGB LED mapping info
* Add diode direction
* Revert removal of default folder for CI purposes
* Remove unneeded lines
* Rename ISO layout macros
Qmk doctor os check to support newer msys2/w10 installations (#8031)
* Fixed OS detection on newer MSYS installations
* made OS sting lower case
[Keyboard] 1up60hse VIA Support (#7992)
* add VIA support for 1up60hse
* choose a vendor and product id that is not taken
* add mousekey_enable set to no as per Wilba's recommendation
* Update keyboards/1upkeyboards/1up60hse/keymaps/via/readme.md
* Update keyboards/1upkeyboards/1up60hse/keymaps/via/readme.md
* add a fourth layer
* might as well remove the config file as we are not including the one thing that was in it
Mysterium firmware fix (#8032)
* Update config.h
* Update rules.mk
* Update usbconfig.h
* Update config.h
* Update rules.mk
* Update usbconfig.h
[Keyboard] Fix Pulse4k info.json LAYOUT name (#7965)
* Fix Pulse4k info.json LAYOUT name
* Add missing functions to fix configurator
Add empty encoder functions to the keyboard code, as the configurator doesn't see the keymap defined functions at first.
To be able to override these functions, they are marked as 'weak'.
* Rework encoder functions another time
Default implementation is now provided as part of the keyboard, but they can still be overriden within the keymap (template is commented out by default)
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
[Keymap] Finalize Keymap Planck/Samuel (#8005)
* indent and layout changes
* finalizations
* use layout macros here instead of the raw matrix arrays
[Keymap] Added gaming layout and read me (#7996)
* Added gaming layout and read me
* Code format changes and spelling fixes for PR
* Moved keymap to different folder
[Docs] Update Japanese translation (#8015)
[Keyboard] FLX Virgo, cleaned up layouts and added VIA keymap (#7997)
* Reworked for VIA support
Reworked for VIA support and tidying up of older code.
* Fixed naming issues, and prepared for VIA compat
Via compat added
* Improve layouts, tidy code, via keymap
Added support for VIA and cleaned up some code and layouts.
* Implimented suggestions by MechMerlin
* Fix capitalisation
Mistake raised by Drashna now fixed.
* Tidy comments as requested by noroadsleft
* Tidy comments as requested by fauxpark
Fix/remove missing package (#7897)
* [fix] yay instead pacman install bootloadhid
* [fix] add needed option
* [mod] output red color
* [fix] overwrite avr-gcc package
* [mod] disable install bootloadhid from aur and check already installed
* Apply suggestions from code review
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update util/linux_install.sh
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>