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
Update Helix 'led_test' keymap
Change to use keyboard_post_init_user() hook (#3113)
Change Command keycode defaults to match corresponding Bootmagic codes (#5078)
* Change Command keycode defaults to match corresponding Bootmagic codes
* Make alternate magic key keycodes consistent
* Reflect changes from previous commit in tmk_core/common/command.c
* Remove unnecessary MAGIC_KEY_* definitions from keymaps compatible with these changes
* Swap E and BSPACE for MAGIC_KEY_EEPROM
* Add MAGIC_KEY_EEPROM_CLEAR instead of MAGIC_KEY_EEPROM_ALT
* Remove BOOTMAGIC_ENABLE checks around EECONFIG stuff
* Update Command descriptions
Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)
Inital port of xd84 (#5164)
* Inital port of xd84
* Inital port of xd84 - review comments
Add Olivia's TMO50 layout
Add clang-format section to contributing.md