Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug] Develop - Change uint32_t to layer_state_t (#13596) | Xelus22 | 2021-07-19 | 1 | -1/+1 |
| | | | | | * fix sat75 * update uint32_t to layer_state | ||||
* | [Keyboard] Remove `PREVENT_STUCK_MODIFIERS` from config.h files (#7592) | fauxpark | 2019-12-09 | 1 | -1/+0 |
| | |||||
* | Remove KC_DELT alias in favor of KC_DEL (#6327) | Konstantin Đorđević | 2019-08-30 | 1 | -1/+1 |
| | | | | | | * Remove KC_DELT alias in favor of KC_DEL * Add changelog | ||||
* | Add Function level EECONFIG code for EEPROM (#3084) | Drashna Jaelre | 2018-10-01 | 2 | -0/+295 |
* Add Function level EEPROM configuration Add kb and user functions for EEPROM, and example of how to use it. * Bug fixes and demo * Additional cleanup * Add EEPROM reset macro to example * Forgot init function in list * Move eeconfig_init_quantum function to quantum.c and actually set default layer * See if removing weak quantum function fixes issue * Fix travis compile error * Remove ifdef blocks from EECONFIG so settings are always set * Fix for ARM EEPROM updates * Fix merge issues * Fix potential STM32 EEPROM issues |