1
0
Fork 0

cleans up default keymaps (olkb)

This commit is contained in:
Jack Humbert 2016-05-15 01:07:48 -04:00
parent fde477a927
commit e2aa980ad5
4 changed files with 7 additions and 184 deletions

View file

@ -1,11 +1,7 @@
#ifndef ATOMIC_H
#define ATOMIC_H
#include "matrix.h"
#include "keymap_common.h"
#ifdef BACKLIGHT_ENABLE
#include "backlight.h"
#endif
#include "quantum.h"
#include <stddef.h>
#include <avr/io.h>