mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Add support to persist MD LED framework settings (#14980)
* Add support to persist MD LED framework settings * avoid out-of-bounds errors when SmartEEPROM is not enabled * Update brightness defaults * clang
This commit is contained in:
@@ -43,6 +43,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Temporary solution for matrix delay */
|
||||
#define IGNORE_ATOMIC_BLOCK
|
||||
|
||||
/* Avoid out-of-bounds errors when SmartEEPROM is not enabled */
|
||||
#define EEPROM_SIZE 1024
|
||||
|
||||
/* MCU Port name definitions */
|
||||
#define PA 0
|
||||
#define PB 1
|
||||
|
||||
Reference in New Issue
Block a user