along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#pragma once
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+#include "config_common.h"
/* Use I2C or Serial, not both */
#define TAPPING_TERM 200
#define TAPPING_TOGGLE 3
+
+#endif
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), \
// #define MASTER_LEFT
// #define MASTER_RIGHT
#define EE_HANDS
+
+#endif
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#pragma once
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
/* Use I2C or Serial, not both */
#define MASTER_LEFT
// #define _MASTER_RIGHT
// #define EE_HANDS
+
+#endif