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
[Keymap] Fix advanced keymap readme and macro function (#6342)
Allow Combo feature to be enabled/disabled live (#6318) * Add ability to enable/disable combos * Update documentation for Combo feature * Change keycodes for appeasement * Simplify combo_toggle function * Update names * Update combo docs to use tables
Align ARM i2c_readReg with AVR (#6314) * Align arm i2c_readReg with avr * Align arm i2c_readReg with avr - fix cannonkeys
Add ARM I2Cv1 support to i2c_master (#6262) * Add ARM I2Cv1 support to i2c_master * Add I2Cv1 docs