[Keyboard] Alf X1.1 QMK Support (#5189)
* initial commit
* get rid of vanilla cookie cutter code and replace with more correct info
* edit config file for pins and switch matrix size
* turn on bootmagic lite, and backlight/rgb settings
* copy pasta switch matrix from noroads tool
* create an appropriate keymap (copy pasta)
* disable some features to decrease firmware file size
* add qmk configurator support
* add in support for caps lock, scroll lock, and num lock leds
[Docs] Fix typo in RGB Matrix Driver configuration (#5182)
* Fix #3797 firmware not compiling
If DRIVER_COUNT 1 firmware will not compile.
* Fix typo
move sixshooter into bpiphany directory and edit readme
[Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)
* Enable backlight
* Enable Link Time Optimization
* Enable caps lock led
Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)
* add temporary pdhelix(Patched Helix) code
* add test code into quantum/split_common/matrix.c
* add test code into keyboards/handwired/pdhelix/
* Revert "add test code into keyboards/handwired/pdhelix/"
This reverts commit 9ed98f0797ddd962c99756689fc4ecb4cd067d3d.
* Revert "add test code into quantum/split_common/matrix.c"
This reverts commit 1876d3ed69f6c213153a9f6476192be839f16c1f.
* Revert "add temporary pdhelix(Patched Helix) code"
This reverts commit 41ac92b814e3f894eaf85bc3e5bb945895342fa8.
* fix quantum/split_common/matrix.c: select_col()/select_row()
Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone (#5173)
Fixed grep issue in bootloader build target (#3848)
* Changed use of '\s' in grep to '[ \t]' for portability
* Pushed DFU Keyboard.h into a shell script
* Fixed execution permissions on make_dfu_header,sh
Fix Espectro Mac keymap and add new layout option (#4923)
* Fix Espectro Mac keymap and add new layout option
* Fix keymap
* Fix keymap
Fix Audio Clicky by adding missing punctuation (#5171)
Relocate usb_detach to utils (#5121)
* Relocate usb_detach to utils
* Relocate usb_detach to utils - fix up files after move
Migrate ACTION_LAYER_TAP_TOGGLEs to TT()
[Docs] Add section about EEPROM on ARM (#5070)
* [Docs] Add section about EEPROM on ARM
* Add Preonic firmware
* Update docs/faq_build.md
add hyperlink
Co-Authored-By: yanfali <yanfali@gmail.com>
Remove CUSTOM_MATRIX option from diode direction (#5090)
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION
* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
[Keyboard] handwired dactyl with 2 pro micros added (#5113)
* handwired dactyl with 2 pro micros added
* dactyl_promicro README updated
* dactyl_promicro default layout fixed
* requested changes
* dactyl_promicro README updated
* qmk toolbox link fixed
* layout reflects phys. keys positions
Add UK variant of the SEND_STRING() LUTs
Update Helix 'led_test' keymap (#5168)
Change to use keyboard_post_init_user() hook (#3113)
[Keymap] update keymap and readme for my 75% layout (#5166)
[Keyboard] Winkeyless Directory (#5163)
* introduce wkl directory and readme
* move bface into winkeyless directory and edit readme for new make instructions
* move bmini into the winkeyless directory and edit readme
* move bmini ex into winkeyless directory
* edit readme some more
* add newbs guide to readmes
* fix path to bface
* temporarily turn off community layout support until we refactor this taking out all the custom ps2avrgb stuff
[Keyboard] Add LAYOUT_75_iso community layout support (#5161)
* Add LAYOUT_75_iso community layout support
* Add LAYOUT_75_iso community layout support - review comments