summaryrefslogtreecommitdiff
path: root/keyboards/crbn/crbn.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crbn/crbn.c')
-rw-r--r--keyboards/crbn/crbn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/crbn/crbn.c b/keyboards/crbn/crbn.c
index 866f2d4265..91787f9c1c 100644
--- a/keyboards/crbn/crbn.c
+++ b/keyboards/crbn/crbn.c
@@ -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 "crbn.h"
+#include "quantum.h"
+
/* Encoder setting. only one encoder despite 4 possible spots */
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) return false;