Melody96 Configurator updates and minor refactoring (#6365)
* Add Configurator layout data for LAYOUT_hotswap
* Add LAYOUT_std60_split_num0
Requested by 李小安#9728 on QMK Discord.
Standard 60% ANSI layout for the alphanumeric region, with a split-0 Numpad.
Includes a sample keymap.
* Update Docs links on readme
* Change melody96.h to use #pragma once include guard
* Change config.h to use #pragma once include guard
* Add readme for default_std60_split_num0 keymap
Change xprintf() calls in rgblight.c to dprintf() (#6363)
Tidy up ALF X1.1 (#6367)
* Tidy up ALF X1.1
* Correct x positions
* 4 spaces
* Remove a stray TRNS key
Print Screen and Pause placement swap (#5981)
* Update x11.h
The original json file that was given by the designer was incorrect. The Print Screen and Pause button is swapped.
* Update space65.c
Fixing the Caps Lock LED.
* Revert "Update space65.c"
This reverts commit 1f5de1abaefadd2e54259999a29bab501da5f67a.
Jotix (#6355)
* add unicode_map
* add unicode_map
* numpad change
[Keyboard] Add 6macro keyboard (#6362)
* Initial commit for 6macro firmware
* Updated layout documentation
* Removed unused commented code
Add more layouts for the ergodash (#6336)
Correct backlight on state docs (#6358)
* Correct backlight on state docs
* Reword to make it less confusing
Add prime_e keymap (#6350)
Allow userspace the opportunity to handle keycodes
cleanup and start sound (#6353)
Extend maximum number of backlight levels to 31 (#6351)
Add model01 keymap. Change kinesis keeymap.
Remove unnecessary IS_COMMAND definitions from a couple of boards
Use led_set_kb instead of led_set_user in melody96.c
Remove more commented out MCUs
[Keyboard] Add keyboard Naked48 (#6330)
* Add Naked48
* Comment reflected
Fix Preprocessor check for Leader Keys
Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)
* Remove the need to set NUM_OF_ENCODERS
Instead, calculate the size of the array, and use that instead
* Add hack for split common support
* Remove NUM_OF_ENCODERS from keyboard config
Can be reverted, if needed