diff options
author | Joel Challis <git@zvecr.com> | 2021-09-13 14:59:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 14:59:53 +0100 |
commit | cb4346edb74b415928e3274d166802f5afd3004d (patch) | |
tree | ad9bb2c4bfbae0686a6c56184f312a82592107f3 /keyboards/hadron/ver3/config.h | |
parent | 8a3f97b20fe532ee9b085e8ba407bfcc8fac3504 (diff) |
Migrate hadron away from QWIIC_DRIVERS (#14415)
Diffstat (limited to 'keyboards/hadron/ver3/config.h')
-rw-r--r-- | keyboards/hadron/ver3/config.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/hadron/ver3/config.h b/keyboards/hadron/ver3/config.h index 87d01726f5..54fab6662d 100644 --- a/keyboards/hadron/ver3/config.h +++ b/keyboards/hadron/ver3/config.h @@ -69,16 +69,8 @@ #define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f #endif -//configure qwiic micro_oled driver for the 128x32 oled -#ifdef QWIIC_MICRO_OLED_ENABLE - -#undef I2C_ADDRESS_SA0_1 -#define I2C_ADDRESS_SA0_1 0b0111100 -#define LCDWIDTH 128 -#define LCDHEIGHT 32 -#define micro_oled_rotate_180 - -#endif +// configure oled driver for the 128x32 oled +#define OLED_UPDATE_INTERVAL 33 // ~30fps /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ // #define DEBOUNCE 6 |