diff options
Diffstat (limited to 'keyboards/metamechs/timberwolf/timberwolf.c')
-rw-r--r-- | keyboards/metamechs/timberwolf/timberwolf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/metamechs/timberwolf/timberwolf.c b/keyboards/metamechs/timberwolf/timberwolf.c index f21c0daa07..512591be0c 100644 --- a/keyboards/metamechs/timberwolf/timberwolf.c +++ b/keyboards/metamechs/timberwolf/timberwolf.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "timberwolf.h" +#include "quantum.h" void led_update_ports(led_t led_state) { if (led_state.caps_lock) { |