aboutsummaryrefslogtreecommitdiff
path: root/keyboards/pistachio_pro/keymaps/rate/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pistachio_pro/keymaps/rate/keymap.c')
-rw-r--r--keyboards/pistachio_pro/keymaps/rate/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/pistachio_pro/keymaps/rate/keymap.c b/keyboards/pistachio_pro/keymaps/rate/keymap.c
index e08e16770..7aa70c51d 100644
--- a/keyboards/pistachio_pro/keymaps/rate/keymap.c
+++ b/keyboards/pistachio_pro/keymaps/rate/keymap.c
@@ -85,12 +85,12 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
85 return OLED_ROTATION_180; 85 return OLED_ROTATION_180;
86} 86}
87 87
88void oled_task_user(void) { 88bool oled_task_user(void) {
89 oled_write_ln_P(PSTR(" - PistachioPro -"), false); 89 oled_write_ln_P(PSTR(" - PistachioPro -"), false);
90 print_airstate(); 90 print_airstate();
91 print_keylog(); 91 print_keylog();
92 92
93 return; 93 return false;
94} 94}
95 95
96/* Encoder */ 96/* Encoder */
@@ -122,4 +122,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
122 } 122 }
123 123
124 return true; 124 return true;
125} \ No newline at end of file 125}