mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 22:22:03 +00:00
Fixed missing newlines at EOF.
This commit is contained in:
parent
6baea243af
commit
d81dce7972
@ -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
|
|
@ -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
|
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user