]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/buswerks/config.h
Merge branch 'master' of https://github.com/qmk/qmk_firmware
[qmk_firmware.git] / layouts / community / ortho_4x12 / buswerks / config.h
1 #pragma once
2
3 /* Use I2C or Serial, not both */
4
5 #define USE_SERIAL
6 // #define USE_I2C
7
8 /* Select hand configuration */
9
10 #define MASTER_LEFT
11 // #define _MASTER_RIGHT
12 // #define EE_HANDS
13
14 #ifdef AUDIO_ENABLE 
15     #define STARTUP_SONG SONG(PLANCK_SOUND) 
16      // #define STARTUP_SONG SONG(NO_SOUND) 
17   
18     #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
19                                         SONG(COLEMAK_SOUND), \
20                                     SONG(DVORAK_SOUND) \
21                                 } 
22 #endif