Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pyinto committed Jul 11, 2024
1 parent 70add8e commit 8006a82
Showing 1 changed file with 7 additions and 11 deletions.
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

0 comments on commit 8006a82

Please sign in to comment.