Skip to content

Commit

Permalink
Tidy up LCD_ENABLE/visualizer references (qmk#14855)
Browse files Browse the repository at this point in the history
* Tidy up LCD_ENABLE/visualizer references

* Fix up my (333fred) ergodox keymap with new LCD driver

Co-authored-by: Fredric Silberberg <[email protected]>
  • Loading branch information
zvecr and 333fred authored Oct 20, 2021
1 parent d4be4b6 commit 1816006
Show file tree
Hide file tree
Showing 19 changed files with 57 additions and 1,107 deletions.
4 changes: 0 additions & 4 deletions common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,6 @@ ifneq ($(strip $(VARIABLE_TRACE)),no)
endif
endif

ifeq ($(strip $(LCD_ENABLE)), yes)
CIE1931_CURVE := yes
endif

VALID_BACKLIGHT_TYPES := pwm timer software custom

BACKLIGHT_ENABLE ?= no
Expand Down
2 changes: 0 additions & 2 deletions keyboards/ergodox_infinity/keymaps/dudeofawesome/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
#include "../../config.h"
#include "dudeofawesome.h"

#include "./visualizer.h"

#endif
4 changes: 2 additions & 2 deletions keyboards/ergodox_infinity/keymaps/dudeofawesome/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};

void matrix_init_user() {
backlight_enable();
backlight_level(BACKLIGHT_LEVELS);
led_matrix_enable_noeeprom();
led_matrix_set_val_noeeprom(UINT8_MAX);
}

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
Expand Down
123 changes: 0 additions & 123 deletions keyboards/ergodox_infinity/keymaps/dudeofawesome/simple_visualizer.h

This file was deleted.

79 changes: 0 additions & 79 deletions keyboards/ergodox_infinity/keymaps/dudeofawesome/visualizer.c

This file was deleted.

35 changes: 0 additions & 35 deletions keyboards/ergodox_infinity/keymaps/dudeofawesome/visualizer.h

This file was deleted.

Loading

0 comments on commit 1816006

Please sign in to comment.