]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/orthodox/keymaps/default/config.h
Remove extra underscore from MASTER_RIGHT define
[qmk_firmware.git] / keyboards / orthodox / keymaps / default / config.h
index f24c6db2901cda96d6b5f337a253555d74802c0d..9e685054b2f83ff5eb3add9215e7f193c2d1095b 100644 (file)
@@ -22,7 +22,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 */
 
@@ -32,7 +32,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