|
|
|
@ -19,8 +19,10 @@ You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
#include "config_common.h"
|
|
|
|
|
|
|
|
|
|
#ifdef AUDIO_ENABLE
|
|
|
|
|
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
|
|
|
|
@ -39,3 +41,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
// #define MASTER_LEFT
|
|
|
|
|
// #define MASTER_RIGHT
|
|
|
|
|
#define EE_HANDS
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|