summaryrefslogtreecommitdiffstats
path: root/keyboards/0xcb/static/keymaps/bongocat/keymap.c
diff options
context:
space:
mode:
authorConor Burns <mail@conor-burns.com>2021-11-28 21:45:24 +0100
committerGitHub <noreply@github.com>2021-11-28 20:45:24 +0000
commit097ae9d8172a1d7774e81e98aec8b88c147fa7e2 (patch)
treeea839d997672bce711891e04f0ca4fadee4e93f5 /keyboards/0xcb/static/keymaps/bongocat/keymap.c
parentb29b4827413798abc8dc2b81a497bda4ab6cefb3 (diff)
fixed oled in bongocat keymap and fixed encoder direction (#15232)
* fixed oled in bongocat keymap (#13454) and fixed encoder direction for prod parts * updated readme for launch later today
Diffstat (limited to 'keyboards/0xcb/static/keymaps/bongocat/keymap.c')
-rw-r--r--keyboards/0xcb/static/keymaps/bongocat/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/0xcb/static/keymaps/bongocat/keymap.c b/keyboards/0xcb/static/keymaps/bongocat/keymap.c
index acdc521847..12cc75217e 100644
--- a/keyboards/0xcb/static/keymaps/bongocat/keymap.c
+++ b/keyboards/0xcb/static/keymaps/bongocat/keymap.c
@@ -107,7 +107,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
#endif
/* oled stuff :) */
-#ifdef OLED_DRIVER_ENABLE
+#ifdef OLED_ENABLE
#define IDLE_FRAMES 5
#define IDLE_SPEED 20 // below this wpm value your animation will idle
#define TAP_FRAMES 2