Skip to content

Commit

Permalink
OLED: driver naming cleanups (qmk#21710)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and csolje committed Oct 21, 2023
1 parent 267f775 commit af1d08d
Show file tree
Hide file tree
Showing 263 changed files with 19 additions and 306 deletions.
4 changes: 2 additions & 2 deletions builddefs/common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,8 @@ ifeq ($(strip $(HD44780_ENABLE)), yes)
SRC += hd44780.c
endif

VALID_OLED_DRIVER_TYPES := SSD1306 custom
OLED_DRIVER ?= SSD1306
VALID_OLED_DRIVER_TYPES := custom ssd1306
OLED_DRIVER ?= ssd1306
VALID_OLED_TRANSPORT_TYPES := i2c spi custom
OLED_TRANSPORT ?= i2c
ifeq ($(strip $(OLED_ENABLE)), yes)
Expand Down
8 changes: 4 additions & 4 deletions docs/feature_oled_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ OLED_ENABLE = yes

|OLED Driver |Supported Device |
|-------------------|------------------------------------|
|SSD1306 (default) |For both SSD1306, SH1106, and SH1107|
|`ssd1306` (default)|For both SSD1306, SH1106, and SH1107|

e.g.
```make
OLED_DRIVER = SSD1306
OLED_DRIVER = ssd1306
```

|OLED Transport | |
|---------------|------------------------------------------------|
|i2c (default) | Uses I2C for communication with the OLED panel |
|spi | Uses SPI for communication with the OLED panel |
|`i2c` (default)| Uses I2C for communication with the OLED panel |
|`spi` | Uses SPI for communication with the OLED panel |

e.g.
```make
Expand Down
1 change: 0 additions & 1 deletion keyboards/0xcb/1337/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
LTO_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/0xcb/static/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
LTO_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
2 changes: 0 additions & 2 deletions keyboards/0xcb/tutelpad/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ 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

OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/10bleoledhub/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
ENCODER_ENABLE = yes
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ WS2812_DRIVER = vendor
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/1upkeyboards/pi40/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

DEFAULT_FOLDER = 1upkeyboards/pi40/mit_v1_0
1 change: 0 additions & 1 deletion keyboards/25keys/cassette42/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

SRC += ./common/oled_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no
ENCODER_MAP_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
WPM_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/adpenrose/kintsugi/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes # Encoder functionality
OLED_ENABLE = yes # OLED functionality
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/aeboards/ext65/rev1/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
VIA_ENABLE = yes
OLED_ENABLE = yes
# OLED_DRIVER = not a real thing
1 change: 0 additions & 1 deletion keyboards/aeboards/ext65/rev2/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
VIA_ENABLE = yes
OLED_ENABLE = yes
# OLED_DRIVER = not a real thing
1 change: 0 additions & 1 deletion keyboards/aidansmithdotdev/fine40/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/aleblazer/zodiark/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C
ENCODER_ENABLE = yes
SPLIT_KEYBOARD = yes
LTO_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/anavi/knob1/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C

OPT_DEFS += -DHAL_USE_I2C=TRUE
1 change: 0 additions & 1 deletion keyboards/anavi/knobs3/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C

OPT_DEFS += -DHAL_USE_I2C=TRUE
1 change: 0 additions & 1 deletion keyboards/anavi/macropad8/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C
1 change: 0 additions & 1 deletion keyboards/aplyard/aplx6/rev2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes # Unicode
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enable Support for Oled Display
ENCODER_ENABLE = yes # Enable Support for Encoder
1 change: 0 additions & 1 deletion keyboards/arabica37/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/argo_works/ishi/80/mk0_avr_extra/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
WPM_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/avalanche/v4/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

SPLIT_KEYBOARD = yes
1 change: 0 additions & 1 deletion keyboards/basekeys/slice/rev1_rgb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Disable OLED driver.

LTO_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/bluebell/swoop/keymaps/kyek/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ LTO_ENABLE = no
EXTRAKEY_ENABLE = no

# ENCODER_ENABLE = no
# OLED_DRIVER_ENABLE = no
# WPM_ENABLE = no

# Enable keyboard underlight functionality
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/bolsa/damapad/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/boston_meetup/2019/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ RGB_MATRIX_ENABLE = no
HAPTIC_ENABLE = yes
HAPTIC_DRIVER = drv2605l
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
2 changes: 0 additions & 2 deletions keyboards/buzzard/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
OLED_DRIVER = SSD1306

PS2_ENABLE = yes
PS2_DRIVER = interrupt
2 changes: 0 additions & 2 deletions keyboards/cannonkeys/satisfaction75/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
ENCODER_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
#BACKLIGHT_ENABLE = yes

DEFAULT_FOLDER = cannonkeys/satisfaction75/rev1

1 change: 0 additions & 1 deletion keyboards/ckeys/washington/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes # Enable support for encoders
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enable support for OLED displays
1 change: 0 additions & 1 deletion keyboards/controllerworks/mini36/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SERIAL_DRIVER = vendor
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/controllerworks/mini42/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SERIAL_DRIVER = vendor
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/ajarov/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
MOUSEKEY_ENABLE = yes
RGBLIGHT_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/armand1m/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/benrestech/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
RGBLIGHT_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
3 changes: 1 addition & 2 deletions keyboards/crkbd/keymaps/bermeo/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ RGB_MATRIX_ENABLE = yes
MOUSEKEY_ENABLE = no
NKRO_ENABLE = no
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes
SLEEP_LED_ENABLE = yes
WPM_ENABLE = yes
Expand All @@ -16,4 +15,4 @@ BOOTMAGIC_ENABLE = no
COMBO_ENABLE = no
AUDIO_ENABLE = no
MIDI_ENABLE = no
BLUETOOTH_ENABLE = no
BLUETOOTH_ENABLE = no
3 changes: 1 addition & 2 deletions keyboards/crkbd/keymaps/cameronjlarsen/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BOOTMAGIC_ENABLE = no
BOOLOADER = atmel-dfu
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
COMMAND_ENABLE = no # Disables the command feature
COMBO_ENABLE = yes
Expand All @@ -12,4 +11,4 @@ MIDI_ENABLE = no
BLUETOOTH_ENABLE = no
BACKLIGHT_ENABLE = no
CAPS_WORD_ENABLE = yes
CUSTOM_ONESHOT_ENABLE = yes
CUSTOM_ONESHOT_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/colemad/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ SPLIT_KEYBOARD = yes
TAP_DANCE_ENABLE = yes
MOUSEKEY_ENABLE = no
OLED_ENABLE = yes
OLED_DRIVER = SSD1306


# Link Time Optimization (Reduces compiled size)
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/colemak_luna/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = yes # Enable WS2812 RGB underlight.
VIA_ENABLE = yes # Enable VIA
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes
WPM_ENABLE = yes
2 changes: 0 additions & 2 deletions keyboards/crkbd/keymaps/crkdves/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ RGB_MATRIX_ENABLE = yes
MOUSEKEY_ENABLE = no
NKRO_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes

2 changes: 0 additions & 2 deletions keyboards/crkbd/keymaps/crkqwes/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ RGB_MATRIX_ENABLE = yes
MOUSEKEY_ENABLE = no
NKRO_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes

1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/devdev/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
RGBLIGHT_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/edvorakjp/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
SWAP_HANDS_ENABLE = no # Enable one-hand typing
TAP_DANCE_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/gotham/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ EXTRAKEY_ENABLE = yes
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/hvp/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ SRC += ./lib/rgb_state_reader.c \
TAP_DANCE_ENABLE = yes
EXTRAKEY_ENABLE = yes # Audio control and System control
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
# LOCAL_GLCDFONT = yes
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/jarred/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
SWAP_HANDS_ENABLE = no # Enable one-hand typing
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
Expand Down
2 changes: 0 additions & 2 deletions keyboards/crkbd/keymaps/jpe230/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Shared rules for both of my Corne
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
VIA_ENABLE = yes
RGB_MATRIX_ENABLE = yes

Expand All @@ -22,4 +21,3 @@ else
SRC += oled/avr/master/oled_master_handler.c \
oled/avr/slave/oled_slave_handler.c
endif

1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/julian_turner/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
RGBLIGHT_ENABLE = yes

OLED_ENABLE = yes
OLED_DRIVER = SSD1306
WPM_ENABLE = yes


Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/kidbrazil/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ MOUSEKEY_ENABLE = no
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

# If you want to change the display of OLED, you need to change here
SRC += logo_reader.c \
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/madhatter/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

# If you want to change the display of OLED, you need to change here
SRC += ./lib/rgb_state_reader.c \
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/mcrown/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ MOUSEKEY_ENABLE = no # Mouse keys(+4700)
EXTRAKEY_ENABLE = no # Audio control and System control(+450)
RGB_MATRIX_ENABLE = yes # Enable RGB Matrix.
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/nimishgautam/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
RGB_MATRIX_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
COMBO_ENABLE = yes
TAP_DANCE_ENABLE = yes # enable tap dance features
EXTRAKEY_ENABLE = no
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/ninjonas/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
RGB_MATRIX_ENABLE = yes
MOUSEKEY_ENABLE = no
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes

# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/oled_sample/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
#
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/ollyhayes/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
SRC += oled.c

OLED_ENABLE = yes
OLED_DRIVER = SSD1306

EXTRAKEY_ENABLE = yes
UNICODE_ENABLE = yes
Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/oo/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
3 changes: 0 additions & 3 deletions keyboards/crkbd/keymaps/rarick/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ BOOTLOADER = atmel-dfu
# Enable RGB matric
RGB_MATRIX_ENABLE = yes

# Enable OLED driver
OLED_DRIVER_ENABLE = yes

# Enable media keys
EXTRAKEY_ENABLE = yes

Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/rjhilgefort/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BOOTLOADER = atmel-dfu
EXTRAKEY_ENABLE = yes

OLED_ENABLE = yes
OLED_DRIVER = SSD1306
1 change: 0 additions & 1 deletion keyboards/crkbd/keymaps/rmeli/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306

TAP_DANCE_ENABLE = yes
AUTO_SHIFT_ENABLE = no // disable auto-shift with home row mods
Expand Down
Loading

0 comments on commit af1d08d

Please sign in to comment.