forked from vial-kb/vial-qmk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
103 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
# SRC += ./lib/logo.c | ||
SRC += ./lib/layer_status/layer_status.c | ||
SRC += ./lib/bongocat/bongocat.c | ||
|
||
VIA_ENABLE = yes | ||
VIA_ENABLE = yes | ||
VIAL_ENABLE = yes | ||
LTO_ENABLE = yes # compile optimization, reduce size | ||
|
||
# Can't have RGBLIGHT and RGB_MATRIX at the same time. | ||
RGBLIGHT_ENABLE = no | ||
RGB_MATRIX_ENABLE = yes | ||
RGB_MATRIX_DRIVER = ws2812 | ||
VIALRGB_ENABLE = yes | ||
|
||
OLED_ENABLE = yes | ||
OLED_DRIVER = ssd1306 | ||
COMBO_ENABLE = no | ||
MOUSEKEY_ENABLE = no # Mouse keys | ||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
SPACE_CADET_ENABLE = yes # ( on tap L_SFT, ) on tap R_SFT | ||
|
||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
QMK_SETTINGS = no | ||
|
||
WPM_ENABLE = yes | ||
VIALRGB_ENABLE = yes | ||
SRC += ./lib/layer_status/layer_status.c |
Oops, something went wrong.