]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/orthodox/rev3/rev3.h
Additional cleanup of orthodox files and keymaps
[qmk_firmware.git] / keyboards / orthodox / rev3 / rev3.h
index 8aff9e39f4940efbcd6dec97a5912b5e24536072..783dfb34b95fbec6b4ca8fc7a230a3c8a198f59c 100644 (file)
@@ -19,8 +19,7 @@ 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 REV3_H
-#define REV3_H
+#pragma once
 
 #include "orthodox.h"
 
@@ -29,7 +28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 //void promicro_bootloader_jmp(bool program);
 
-#define KEYMAP( \
+#define LAYOUT( \
        L00, L01, L02, L03, L04, L05,                                  R00, R01, R02, R03, R04, R05, \
        L10, L11, L12, L13, L14, L15,      L16, L18,    R10, R12,      R13, R14, R15, R16, R17, R18,  \
        L20, L21, L22, L23, L24, L25, L26, L27, L28,    R20, R21, R22, R23, R24, R25, R26, R27, R28 \
@@ -42,6 +41,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \
                { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \
        }
-
-#endif
-