Skip to content

Commit

Permalink
[Keyboard] Size reduction for kbdfans/kbd67/mkiirgb_iso (#16601)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Mar 10, 2022
1 parent caeb213 commit 708b3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions keyboards/kbdfans/kbd67/mkiirgb_iso/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
#define USB_SUSPEND_WAKEUP_DELAY 5000

#define RGB_DI_PIN C7
#define RGBLED_NUM 68
#define DRIVER_LED_TOTAL RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define DRIVER_LED_TOTAL 68

#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_KEYPRESSES // reacts to keypresses
Expand Down Expand Up @@ -85,9 +83,6 @@
# define ENABLE_RGB_MATRIX_HUE_BREATHING
# define ENABLE_RGB_MATRIX_HUE_PENDULUM
# define ENABLE_RGB_MATRIX_HUE_WAVE
# define ENABLE_RGB_MATRIX_PIXEL_RAIN
# define ENABLE_RGB_MATRIX_PIXEL_FLOW
# define ENABLE_RGB_MATRIX_PIXEL_FRACTAL
// enabled only if RGB_MATRIX_FRAMEBUFFER_EFFECTS is defined
# define ENABLE_RGB_MATRIX_TYPING_HEATMAP
// #define ENABLE_RGB_MATRIX_DIGITAL_RAIN
Expand Down
1 change: 1 addition & 0 deletions keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MCU = atmega32u4

# Bootloader selection
BOOTLOADER = lufa-ms
BOOTLOADER_SIZE = 6144

# Build Options
# change yes to no to disable
Expand Down

0 comments on commit 708b3f9

Please sign in to comment.