1
0
Fork 0

Keyboard: Fixes for superseded audio and default layer functionality (#4557)

This commit is contained in:
zvecr 2018-12-05 21:12:07 +00:00 committed by Drashna Jaelre
parent ff3369ac5d
commit 161afe2e54
3 changed files with 15 additions and 71 deletions

View file

@ -18,20 +18,19 @@ 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.h"
// place overrides here
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
SONG(COLEMAK_SOUND), \
SONG(DVORAK_SOUND) \
}
/* Use I2C or Serial, not both */
#define USE_SERIAL
// #define USE_I2C
/* Select hand configuration */
#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
#endif