diff options
Diffstat (limited to 'keyboards/handwired/evk/v1_3/v1_3.c')
-rw-r--r-- | keyboards/handwired/evk/v1_3/v1_3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/evk/v1_3/v1_3.c b/keyboards/handwired/evk/v1_3/v1_3.c index 718a336122..7c68893968 100644 --- a/keyboards/handwired/evk/v1_3/v1_3.c +++ b/keyboards/handwired/evk/v1_3/v1_3.c @@ -12,7 +12,7 @@ GNU General Public License for more details. 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 "v1_3.h" +#include "quantum.h" // Optional override functions below. // You can leave any or all of these undefined. |