diff options
Diffstat (limited to 'keyboards/mode/m65s/m65s.c')
-rw-r--r-- | keyboards/mode/m65s/m65s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mode/m65s/m65s.c b/keyboards/mode/m65s/m65s.c index 467fc53a0e..70aa52c461 100644 --- a/keyboards/mode/m65s/m65s.c +++ b/keyboards/mode/m65s/m65s.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 "m65s.h" +#include "quantum.h" void board_init(void) { setPinInput(B10); |