mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-23 22:51:57 +00:00
Updated rules.mk
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
OLED_ENABLE = yes
|
OLED_ENABLE = yes
|
||||||
ENCODER_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
||||||
RGB_MATRIX_ENABLE = yes
|
ENCODER_ENABLE = yes # Enables the use of one or more encoders
|
||||||
RGBLIGHT_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes # Enable per-key backlight
|
||||||
|
RGBLIGHT_ENABLE = no # Disable standalone RGB underglow driver
|
||||||
|
CONSOLE_ENABLE = no # Disable debug printing in firmware
|
||||||
|
COMMAND_ENABLE = no # Disable debug commands
|
||||||
|
BOOTMAGIC_ENABLE = no # Disable bootmagic (im not sure what it even is)
|
||||||
|
AUDIO_ENABLE = no # Disable audio features (what even is the point in these?)
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
# Although no rules are defined,
|
|
||||||
# presence of this file is required for QMK to compile it.
|
|
||||||
TAP_DANCE_ENABLE = yes
|
|
||||||
Reference in New Issue
Block a user