diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-14 15:18:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-14 15:18:04 +0000 |
commit | 41da1f42de4520e73d51313fb5b57b660a9d933d (patch) | |
tree | c8b3f900881ee5dc5125d1f783c0b899a48ef808 /keyboards/abatskeyboardclub/nayeon/rules.mk | |
parent | d2ce817dfa5b43b371dd69162b7aaffea34fe987 (diff) | |
parent | fc3f2dcb43f2aacdac017ac6c3f0b6ac0241162a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/abatskeyboardclub/nayeon/rules.mk')
-rw-r--r-- | keyboards/abatskeyboardclub/nayeon/rules.mk | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/keyboards/abatskeyboardclub/nayeon/rules.mk b/keyboards/abatskeyboardclub/nayeon/rules.mk index e94c1ace18..d106ef4d6a 100644 --- a/keyboards/abatskeyboardclub/nayeon/rules.mk +++ b/keyboards/abatskeyboardclub/nayeon/rules.mk @@ -1,20 +1,13 @@ # MCU name -MCU = atmega32u4 +MCU = RP2040 # Bootloader selection -BOOTLOADER = atmel-dfu +BOOTLOADER = rp2040 -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output +# RGB Matrix +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 +WS2812_DRIVER = vendor LAYOUTS = tkl_f13_ansi_tsangan tkl_f13_ansi_tsangan_split_bs_rshift tkl_f13_iso_tsangan tkl_f13_iso_tsangan_split_bs_rshift + |