~ruther/qmk_firmware

ref: 4818e14c7771e849ea472944f65499f87845ea3f qmk_firmware/layouts/community/60_iso/unxmaal/rules.mk -rw-r--r-- 240 bytes
4818e14c — Nick Brassel Breaking changes changelog, 2023q3 version (#21848) 2 years ago
                                                                                
1
2
3
4
5
6
7
# Only enable RGBLIGHT on avr boards
ifeq ($(strip $(PLATFORM_KEY)),avr)
    # ...that are at least prepared for it
    ifeq ($(strip $(RGBLIGHT_SUPPORTED)),yes)
        RGBLIGHT_ENABLE = yes          # Enable RGB Underglow
    endif
endif