aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/nibble/nibble.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nullbitsco/nibble/nibble.h')
-rw-r--r--keyboards/nullbitsco/nibble/nibble.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/nullbitsco/nibble/nibble.h b/keyboards/nullbitsco/nibble/nibble.h
index b974edaba..58ac80445 100644
--- a/keyboards/nullbitsco/nibble/nibble.h
+++ b/keyboards/nullbitsco/nibble/nibble.h
@@ -1,4 +1,4 @@
1/* Copyright 2020 Jay Greco 1/* Copyright 2021 Jay Greco
2 * 2 *
3 * This program is free software: you can redistribute it and/or modify 3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by 4 * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,8 @@
18#define ___ KC_NO 18#define ___ KC_NO
19 19
20#include "quantum.h" 20#include "quantum.h"
21#include "remote_kb.h" 21#include "common/remote_kb.h"
22#include "common/bitc_led.h"
22 23
23#define LAYOUT_all( \ 24#define LAYOUT_all( \
24 K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, \ 25 K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, \