Skip to content

Commit

Permalink
[Keyboard] Fix compilation issues for keycapsss kimiko (qmk#18112)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Aug 20, 2022
1 parent c9120ea commit f08e08c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboards/keycapsss/kimiko/kimiko.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
*/
#pragma once

#ifdef KEYBOARD_keycapsss_kimiko_rev1
# include "rev1.h"
#endif

#include "quantum.h"

0 comments on commit f08e08c

Please sign in to comment.