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,19 +1,7 @@
#ifndef PREONIC_H
#define PREONIC_H
#include "matrix.h"
#include "keymap_common.h"
#ifdef BACKLIGHT_ENABLE
#include "backlight.h"
#endif
#ifdef RGBLIGHT_ENABLE
#include "rgblight.h"
#endif
#include <stddef.h>
#include <avr/io.h>
#ifdef MIDI_ENABLE
#include <keymap_midi.h>
#endif
#include "quantum.h"
#define PREONIC_MIT( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \