summaryrefslogtreecommitdiffstats
path: root/keyboards/splitkb/kyria/kyria.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-01-20 11:23:34 +0000
committerQMK Bot <hello@qmk.fm>2023-01-20 11:23:34 +0000
commit0f77ae6a20652c11bc252548bd28fd64f5fb6b97 (patch)
tree91a481296f1f08ea27adf03d6133768ce1fc982a /keyboards/splitkb/kyria/kyria.c
parent560b981746ad5fb173d4f6e28e4b3b7dda317309 (diff)
parent64c399ba3832cb4240cd25e25d382856492346d0 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/splitkb/kyria/kyria.c')
-rw-r--r--keyboards/splitkb/kyria/kyria.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/splitkb/kyria/kyria.c b/keyboards/splitkb/kyria/kyria.c
index 9bc3b2068a..df4e5aa374 100644
--- a/keyboards/splitkb/kyria/kyria.c
+++ b/keyboards/splitkb/kyria/kyria.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 Thomas Baart <thomas@splitkb.com>
+/* Copyright 2022 splitkb.com <support@splitkb.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,7 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "kyria.h"
+
+#include "quantum.h"
#ifdef OLED_ENABLE
oled_rotation_t oled_init_kb(oled_rotation_t rotation) {
@@ -39,6 +40,8 @@ bool oled_task_kb(void) {
oled_write_P(PSTR("rev1\n\n"), false);
#elif defined(KEYBOARD_splitkb_kyria_rev2)
oled_write_P(PSTR("rev2\n\n"), false);
+#elif defined(KEYBOARD_splitkb_kyria_rev3)
+ oled_write_P(PSTR("rev3\n\n"), false);
#endif
// Host Keyboard Layer Status
oled_write_P(PSTR("Layer: "), false);