diff options
Diffstat (limited to 'keyboards/hid_liber/rules.mk')
-rwxr-xr-x | keyboards/hid_liber/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hid_liber/rules.mk b/keyboards/hid_liber/rules.mk index 45cdd74dd..6e906dec7 100755 --- a/keyboards/hid_liber/rules.mk +++ b/keyboards/hid_liber/rules.mk | |||
@@ -20,7 +20,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
22 | UNICODE_ENABLE = no # Unicode | 22 | UNICODE_ENABLE = no # Unicode |
23 | AUDIO_ENABLE = no # Audio output on port C6 | 23 | AUDIO_ENABLE = no # Audio output |
24 | 24 | ||
25 | # Project specific files | 25 | # Project specific files |
26 | SRC = matrix.c | 26 | SRC = matrix.c |