From caf4378700b255998ef269a067187f918407785c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 27 Jun 2019 03:16:42 +0200 Subject: wibble --- src/keymap.h | 2 +- src/model01.ino | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/keymap.h b/src/keymap.h index c58cbea..447a4a4 100644 --- a/src/keymap.h +++ b/src/keymap.h @@ -19,7 +19,6 @@ #pragma once -#include "Macros.h" /* Layers */ enum { @@ -34,6 +33,7 @@ enum { #define Key_Plus LSHIFT(Key_Equals) #define Key_Underscore LSHIFT(Key_Minus) + /* Keymaps */ KEYMAPS( [DVORAK] = KEYMAP_STACKED( diff --git a/src/model01.ino b/src/model01.ino index 1a65c5d..61f0871 100644 --- a/src/model01.ino +++ b/src/model01.ino @@ -27,15 +27,13 @@ #include #include #include -#include #include -#include +#include #include "Macros.h" #include "TapDance.h" #include "keymap.h" - KALEIDOSCOPE_INIT_PLUGINS( EEPROMSettings , TapDance @@ -74,3 +72,5 @@ void loop() { cancelOneShot = false; } } + +/* vim: set filetype=cpp : */ -- cgit v1.2.3