X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Ftemplate%2Ftemplate.h;h=cd78a54e3ee0c846de34737bd7fed0f4fa986b7a;hb=38a83700c3c21326e691452c4dc002d398812679;hp=ba91abac3e64914f92e7a4fce0a5dd14ceb4a5ba;hpb=6a31d92276e6247048e0103ac6913802d780b236;p=qmk_firmware.git diff --git a/quantum/template/template.h b/quantum/template/template.h index ba91abac3..cd78a54e3 100644 --- a/quantum/template/template.h +++ b/quantum/template/template.h @@ -1,10 +1,7 @@ #ifndef %KEYBOARD_UPPERCASE%_H #define %KEYBOARD_UPPERCASE%_H -#include "matrix.h" -#include "keymap_common.h" -#include "backlight.h" -#include +#include "quantum.h" // This a shortcut to help you visually see your layout. // The following is an example using the Planck MIT layout @@ -17,10 +14,6 @@ { \ { k00, k01, k02 }, \ { k10, KC_NO, k11 }, \ -} +} -void matrix_init_user(void); -void matrix_scan_user(void); -void led_set_user(uint8_t usb_led); - -#endif \ No newline at end of file +#endif