diff options
Diffstat (limited to 'keyboards/percent/canoe_gen2/canoe_gen2.c')
-rw-r--r-- | keyboards/percent/canoe_gen2/canoe_gen2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/percent/canoe_gen2/canoe_gen2.c b/keyboards/percent/canoe_gen2/canoe_gen2.c index 47ade5dd4f..e5beff54a3 100644 --- a/keyboards/percent/canoe_gen2/canoe_gen2.c +++ b/keyboards/percent/canoe_gen2/canoe_gen2.c @@ -15,7 +15,7 @@ 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 "canoe_gen2.h" +#include "quantum.h" void keyboard_pre_init_kb(void) { setPinOutput(E6); |