You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/teensy_lc_synth/teensy_lc_synth.h

15 lines
281 B

#ifndef TEENSY_LC_SYNTH_H
#define TEENSY_LC_SYNTH_H
#include "quantum.h"
#define KEYMAP( \
k10, k01, k02, k22, k13, \
k00, k20, k11, k21, k12, k03, k23 \
) { \
{ k00, k01, k02, k03 }, \
{ k10, k11, k12, k13 }, \
{ k20, k21, k22, k23 }, \
}
#endif