summaryrefslogtreecommitdiff
path: root/keyboards/gboards/ergotaco/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gboards/ergotaco/matrix.c')
-rw-r--r--keyboards/gboards/ergotaco/matrix.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/gboards/ergotaco/matrix.c b/keyboards/gboards/ergotaco/matrix.c
index 1bab5e8981..63d4c4f5f3 100644
--- a/keyboards/gboards/ergotaco/matrix.c
+++ b/keyboards/gboards/ergotaco/matrix.c
@@ -17,15 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "matrix.h"
-#include <stdint.h>
-#include <stdbool.h>
-#include <avr/io.h>
#include "wait.h"
-#include "action_layer.h"
-#include "print.h"
#include "debug.h"
#include "util.h"
-#include QMK_KEYBOARD_H
+#include "ergotaco.h"
#ifndef DEBOUNCE
# define DEBOUNCE 5