cleans up default keymaps (olkb)
This commit is contained in:
parent
fde477a927
commit
e2aa980ad5
4 changed files with 7 additions and 184 deletions
|
@ -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, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue