]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/levinson/keymaps/default/config.h
Remove extra underscore from MASTER_RIGHT define
[qmk_firmware.git] / keyboards / levinson / keymaps / default / config.h
index 7f33a43630aaf7d722fca4a09939869b4a01d23e..6b31e8d14ee10d9496dff51fe848a0e5af655859 100644 (file)
@@ -21,7 +21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef CONFIG_USER_H
 #define CONFIG_USER_H
 
-#include "../../config.h"
+#include "config_common.h"
 
 /* Use I2C or Serial, not both */
 
@@ -31,7 +31,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Select hand configuration */
 
 #define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
 // #define EE_HANDS
 
-#endif
\ No newline at end of file
+#endif