From: XScorpion2 Date: Mon, 22 Apr 2019 15:14:57 +0000 (-0500) Subject: forgot to update the define usage when 90 degree rotation was moved to a runtime... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ecaa25f3e9ae1bd1b61bab52f6a46cbaf512ae8;p=qmk_firmware.git forgot to update the define usage when 90 degree rotation was moved to a runtime switch (#5676) --- diff --git a/keyboards/zen/rev2/rev2.c b/keyboards/zen/rev2/rev2.c index 7bd8efbdd..3f4a92c63 100644 --- a/keyboards/zen/rev2/rev2.c +++ b/keyboards/zen/rev2/rev2.c @@ -41,7 +41,7 @@ void render_status(void) { // Host Keyboard LED Status uint8_t led_usb_state = host_keyboard_leds(); - oled_set_cursor(0, OLED_MAX_LINES - 4); // Line 13 + oled_set_cursor(0, oled_max_lines() - 4); // Line 13 oled_write_P(led_usb_state & (1<