Allow customization of the number of tone keycodes and add example keymap
This commit is contained in:
parent
ae0752dff5
commit
d1fe24ad9f
6 changed files with 180 additions and 0 deletions
11
keyboards/satan/keymaps/midi/config.h
Normal file
11
keyboards/satan/keymaps/midi/config.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
|
||||
#include "../../config.h"
|
||||
|
||||
// place overrides here
|
||||
|
||||
/* override number of MIDI tone keycodes (each octave adds 12 bytes) */
|
||||
#define MIDI_TONE_KEYCODE_OCTAVES 2
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue