diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-11 01:38:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-11 01:38:06 +0000 |
commit | 3d2bc8ef24f8076daa34971ccf453ade236f7b05 (patch) | |
tree | e9d18125b9132fc782fb73d99fe526db8ecb2134 /keyboards/nullbitsco/nibble/nibble.h | |
parent | 6c720a6538041e4e39f635bb50c082a02e4e51c2 (diff) | |
parent | c75bf9daf46897209338f7dc4b68f2efec074a65 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nullbitsco/nibble/nibble.h')
-rw-r--r-- | keyboards/nullbitsco/nibble/nibble.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/nullbitsco/nibble/nibble.h b/keyboards/nullbitsco/nibble/nibble.h index b974edaba5..58ac804451 100644 --- a/keyboards/nullbitsco/nibble/nibble.h +++ b/keyboards/nullbitsco/nibble/nibble.h @@ -1,4 +1,4 @@ -/* Copyright 2020 Jay Greco +/* Copyright 2021 Jay Greco * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +18,8 @@ #define ___ KC_NO #include "quantum.h" -#include "remote_kb.h" +#include "common/remote_kb.h" +#include "common/bitc_led.h" #define LAYOUT_all( \ K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, \ |