Skip to content

Commit

Permalink
remove rgb
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Feb 16, 2020
1 parent 31a92dc commit 9ee064b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions keyboards/acheron/austin/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define RGB_DI_PIN B15
#define RGBLED_NUM 14
#define WS2812_SPI SPID2

/*
* Feature disable options
* These options are also useful to firmware size reduction.
Expand Down
3 changes: 1 addition & 2 deletions keyboards/acheron/austin/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
MIDI_ENABLE = no # MIDI support
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
WS2812_DRIVER = spi

# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE

0 comments on commit 9ee064b

Please sign in to comment.