X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Ftemplate%2Ftemplate.h;h=cd78a54e3ee0c846de34737bd7fed0f4fa986b7a;hb=af29d0d0941ccc2aa67788b6eb1cb21116f39412;hp=22742105a39b465cd4b223c6a3e073ff9c17aac9;hpb=e7d56215deb253b44b190d12288076d03b206bdf;p=qmk_firmware.git diff --git a/quantum/template/template.h b/quantum/template/template.h index 22742105a..cd78a54e3 100644 --- a/quantum/template/template.h +++ b/quantum/template/template.h @@ -1,13 +1,7 @@ #ifndef %KEYBOARD_UPPERCASE%_H #define %KEYBOARD_UPPERCASE%_H -#include "matrix.h" -#include "keymap_common.h" -#ifdef BACKLIGHT_ENABLE - #include "backlight.h" -#endif -#include -#include +#include "quantum.h" // This a shortcut to help you visually see your layout. // The following is an example using the Planck MIT layout @@ -22,9 +16,4 @@ { k10, KC_NO, k11 }, \ } -void matrix_init_user(void); -void matrix_scan_user(void); -void process_action_user(keyrecord_t *record); -void led_set_user(uint8_t usb_led); - #endif