Fixed missing newlines at EOF.

This commit is contained in:
EnviousData 2022-07-02 20:48:52 +01:00
parent 6baea243af
commit d81dce7972
14 changed files with 13 additions and 15 deletions

View File

@ -154,5 +154,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Bootmagic Lite key configuration */ /* Bootmagic Lite key configuration */
#define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0 #define BOOTMAGIC_LITE_COLUMN 0
//#define TRANSIENT_EEPROM_SIZE 128

View File

@ -1,4 +1,3 @@
EEPROM_DRIVER = vendor EEPROM_DRIVER = vendor
VIA_ENABLE = yes VIA_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
VIAL_INSECURE = yes

View File

@ -230,3 +230,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) //#define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness)
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 64 #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 64
#define EECONFIG_RGB_MATRIX (uint32_t *)28 #define EECONFIG_RGB_MATRIX (uint32_t *)28