cleans up default keymaps (olkb)
This commit is contained in:
@@ -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, \
|
||||
|
Reference in New Issue
Block a user