summaryrefslogtreecommitdiff
path: root/keyboards/keyprez/rhino/rhino.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keyprez/rhino/rhino.c')
-rw-r--r--keyboards/keyprez/rhino/rhino.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keyprez/rhino/rhino.c b/keyboards/keyprez/rhino/rhino.c
index 31302eff5b..fa0ae901c9 100644
--- a/keyboards/keyprez/rhino/rhino.c
+++ b/keyboards/keyprez/rhino/rhino.c
@@ -14,7 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "rhino.h"
+#include "quantum.h"
+#include QMK_KEYBOARD_H
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) { return false; }