diff options
author | Ramon Imbao <ramonimbao@gmail.com> | 2022-09-14 23:16:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 08:16:54 -0700 |
commit | fc3f2dcb43f2aacdac017ac6c3f0b6ac0241162a (patch) | |
tree | cb13fe7819c5a65da0a09a6c6a5f143b9e3eb06a /keyboards/abatskeyboardclub/nayeon/rules.mk | |
parent | 23666150e968cd7518db77b837a7f0895a8ec063 (diff) |
[Keyboard] Replace Nayeon ATmega32u4 config with RP2040 (#18265)
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 + |