~ruther/qmk_firmware

ref: 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 qmk_firmware/keyboards/crkbd/keymaps/mcrown/rules.mk -rw-r--r-- 708 bytes
0ac8221a — Joel Challis Remove invalid config option from kikoslab/kl90 (#21708) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Build Options
#   change to "no" to disable the options, or define them in the Makefile in
#   the appropriate keymap folder that will get included automatically
#
MOUSEKEY_ENABLE = no        # Mouse keys(+4700)
EXTRAKEY_ENABLE = no        # Audio control and System control(+450)
RGB_MATRIX_ENABLE = yes     # Enable RGB Matrix.
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = yes    # Breathing sleep LED during USB suspend

# If you want to change the display of OLED, you need to change here
SRC +=  ./lib/rgb_state_reader.c \
        ./lib/layer_state_reader.c \
        ./lib/logo_reader.c \
        ./oled.c\