diff options
author | Joel Challis <git@zvecr.com> | 2021-10-09 14:46:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:46:47 +0100 |
commit | 22cafb9a2046b0c6c7b9df8c719cd515bec4d798 (patch) | |
tree | 618cb30bbcbe098f8baed4fb11a7ea4952cdc58a /keyboards/cannonkeys/satisfaction75/satisfaction75.h | |
parent | 7b753f227ada4c44df1e991b79e03fd6b56f7e69 (diff) |
Migrate satisfaction75 away from QWIIC_DRIVERS (#14747)
* stash
* refactor old draw
* refactor old draw - tidy
* refactor old draw - tidy
* refactor old draw - reorder for diffs
* refactor old draw - reorder for diffs
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/satisfaction75.h')
-rw-r--r-- | keyboards/cannonkeys/satisfaction75/satisfaction75.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/satisfaction75.h b/keyboards/cannonkeys/satisfaction75/satisfaction75.h index 13aaf68882..9d20dd9c93 100644 --- a/keyboards/cannonkeys/satisfaction75/satisfaction75.h +++ b/keyboards/cannonkeys/satisfaction75/satisfaction75.h @@ -14,9 +14,6 @@ #define EEPROM_DEFAULT_OLED (VIA_EEPROM_CUSTOM_CONFIG_ADDR+2) #define EEPROM_CUSTOM_ENCODER (VIA_EEPROM_CUSTOM_CONFIG_ADDR+3) -/* screen off after this many milliseconds */ -#define ScreenOffInterval 60000 /* milliseconds */ - typedef union { uint8_t raw; struct { @@ -74,10 +71,7 @@ extern volatile uint8_t led_scrolllock; extern uint8_t layer; // OLED Behavior -extern uint16_t last_flush; -extern bool queue_for_send; extern uint8_t oled_mode; -extern bool oled_sleeping; // Encoder Behavior extern uint8_t encoder_value; @@ -113,11 +107,6 @@ void set_custom_encoder_config(uint8_t encoder_idx, uint8_t behavior, uint16_t n void update_time_config(int8_t increment); -__attribute__ ((weak)) -void draw_ui(void); -void draw_default(void); -void draw_clock(void); - void backlight_init_ports(void); void backlight_set(uint8_t level); bool is_breathing(void); |