forked from mirrors/qmk_userspace
pwm audio
This commit is contained in:
parent
11ce694557
commit
29de37d5c0
13 changed files with 600 additions and 190 deletions
|
@ -3,8 +3,11 @@
|
|||
|
||||
#include "matrix.h"
|
||||
#include "keymap_common.h"
|
||||
#include "backlight.h"
|
||||
// #include "backlight.h"
|
||||
#include <stddef.h>
|
||||
#ifdef MIDI_ENABLE
|
||||
#include <keymap_midi.h>
|
||||
#endif
|
||||
|
||||
#define PLANCK_MIT( \
|
||||
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue