forked from qmk/qmk_firmware
-
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
1 changed file
with
7 additions
and
11 deletions.
There are no files selected for viewing
18 changes: 7 additions & 11 deletions
18
keyboards/splitkb/aurora/corne/keymaps/pyinto_homerow_debug/rules.mk
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,25 +1,21 @@ | ||
# # # Hardware specific settings: # # # | ||
CONVERT_TO=liatris | ||
PIN_COMPATIBLE=promicro | ||
|
||
|
||
# NOTE: These are already enabled by default at the revision level | ||
ENCODER_ENABLE = no | ||
OLED_ENABLE = no | ||
BACKLIGHT_ENABLE = no | ||
# RGB Matrix is enabled at the revision level, | ||
# while we use the regular RGB underglow for testing | ||
RGB_MATRIX_ENABLE = no | ||
RGBLIGHT_ENABLE = yes | ||
|
||
# https://docs.qmk.fm/features/caps_word | ||
CAPS_WORD_ENABLE = yes | ||
|
||
EXTRAKEY_ENABLE = yes | ||
# # # Software specific settings: # # # | ||
COMBO_ENABLE = yes | ||
|
||
# Trying to fix sleep mode issues, where the keyboard doesn't respond after waking up from deep sleep | ||
NO_SUSPEND_POWER_DOWN = yes | ||
CAPS_WORD_ENABLE = yes # https://docs.qmk.fm/features/caps_word | ||
|
||
NO_SUSPEND_POWER_DOWN = yes # Sleep issue fix | ||
|
||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
|
||
# For debug? | ||
# CONSOLE_ENABLE = yes | ||
# CONSOLE_ENABLE = yes # For debug |