diff options
Diffstat (limited to 'keyboards/keebsforall/freebirdnp/pro/pro.c')
-rw-r--r-- | keyboards/keebsforall/freebirdnp/pro/pro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebsforall/freebirdnp/pro/pro.c b/keyboards/keebsforall/freebirdnp/pro/pro.c index dcc72d39b4..b98dfd6082 100644 --- a/keyboards/keebsforall/freebirdnp/pro/pro.c +++ b/keyboards/keebsforall/freebirdnp/pro/pro.c @@ -13,7 +13,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 "pro.h" +#include "quantum.h" bool encoder_update_kb(uint8_t index, bool clockwise) { if (!encoder_update_user(index, clockwise)) { return false; } |