pwm audio

This commit is contained in:
Jack Humbert 2016-01-11 16:53:33 -05:00
parent 11ce694557
commit 29de37d5c0
13 changed files with 600 additions and 190 deletions

View file

@ -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, \