diff options
Diffstat (limited to 'keyboards/technika/technika.c')
-rw-r--r-- | keyboards/technika/technika.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/technika/technika.c b/keyboards/technika/technika.c index 35a8666c73..cc60debe9f 100644 --- a/keyboards/technika/technika.c +++ b/keyboards/technika/technika.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 "technika.h" +#include "quantum.h" void keyboard_pre_init_kb(void) { setPinOutput(A15); |