1
0
Fork 0

Clean up some user keymaps specifying MCU (#11966)

This commit is contained in:
Ryan 2021-02-22 11:49:13 +11:00 committed by GitHub
parent c1e6febef7
commit 316dcf4960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 31 additions and 1398 deletions

View file

@ -1,7 +1,4 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
#pragma once
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
@ -35,5 +32,3 @@
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 2
#endif