diff options
Diffstat (limited to 'keyboards/sthlmkb')
-rw-r--r-- | keyboards/sthlmkb/lagom/matrix.c | 3 | ||||
-rw-r--r-- | keyboards/sthlmkb/litl/keyboard.json (renamed from keyboards/sthlmkb/litl/info.json) | 0 | ||||
-rw-r--r-- | keyboards/sthlmkb/litl/rules.mk | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sthlmkb/lagom/matrix.c b/keyboards/sthlmkb/lagom/matrix.c index d3dc0cb12a..6a16722ad0 100644 --- a/keyboards/sthlmkb/lagom/matrix.c +++ b/keyboards/sthlmkb/lagom/matrix.c @@ -13,7 +13,8 @@ * 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 "quantum.h" +#include "matrix.h" +#include "wait.h" #define COL_SHIFTER ((uint32_t)1) diff --git a/keyboards/sthlmkb/litl/info.json b/keyboards/sthlmkb/litl/keyboard.json index 50960dd6d0..50960dd6d0 100644 --- a/keyboards/sthlmkb/litl/info.json +++ b/keyboards/sthlmkb/litl/keyboard.json diff --git a/keyboards/sthlmkb/litl/rules.mk b/keyboards/sthlmkb/litl/rules.mk deleted file mode 100644 index 6e7633bfe0..0000000000 --- a/keyboards/sthlmkb/litl/rules.mk +++ /dev/null @@ -1 +0,0 @@ -# This file intentionally left blank |