summaryrefslogtreecommitdiff
path: root/keyboards/boston_meetup/2019/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-09-13 15:00:17 +0100
committerGitHub <noreply@github.com>2021-09-13 15:00:17 +0100
commit219d95578745fb50419a4a56ac2fc727f108078c (patch)
tree2a9bf99974312d57ea263a85d9db7fe4fbb05771 /keyboards/boston_meetup/2019/config.h
parentcb4346edb74b415928e3274d166802f5afd3004d (diff)
Migrate boston_meetup/2019 away from QWIIC_DRIVERS (#14413)
Diffstat (limited to 'keyboards/boston_meetup/2019/config.h')
-rw-r--r--keyboards/boston_meetup/2019/config.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/keyboards/boston_meetup/2019/config.h b/keyboards/boston_meetup/2019/config.h
index a1f4fc456d..80896242e0 100644
--- a/keyboards/boston_meetup/2019/config.h
+++ b/keyboards/boston_meetup/2019/config.h
@@ -46,16 +46,9 @@
#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f
#endif
-//configure qwiic micro_oled driver for the 128x32 oled
-#ifdef QWIIC_MICRO_OLED_ENABLE
+// configure oled driver for the 128x32 oled
+#define OLED_UPDATE_INTERVAL 33 // ~30fps
-#undef I2C_ADDRESS_SA0_1
-#define I2C_ADDRESS_SA0_1 0b0111100
-#define LCDWIDTH 128
-#define LCDHEIGHT 32
-#define micro_oled_rotate_180
-
-#endif
/*
* Keyboard Matrix Assignments
*