]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: add generic ortho 5x14 layout support to Viterbi (#3658)
authorzgtm <zgtm@users.noreply.github.com>
Wed, 15 Aug 2018 22:34:25 +0000 (00:34 +0200)
committerDrashna Jaelre <drashna@live.com>
Wed, 15 Aug 2018 22:34:25 +0000 (15:34 -0700)
* Add default ortho 5x14 layout

* Fix layout_ortho_5x14: KC_EQLS -> KC_EQL

* Add ortho_5x14 layout to Viterbi

keyboards/viterbi/rev1/rev1.h
keyboards/viterbi/rev1/rules.mk
keyboards/viterbi/rules.mk
keyboards/viterbi/viterbi.h

index c47b1c4dbb6c897c3e7079ace8d1112a2dcd34fe..9c03e495a9f084a9a0e72fb4593894e339d2e5b4 100644 (file)
@@ -63,4 +63,6 @@
        }
 #endif
 
+#define LAYOUT_ortho_5x14 LAYOUT
+
 #endif
index f845616741c20fcb5871515df81dc74fd351d20f..2bf03237c0ebea9ebf5e79a9bc754467d6bbef51 100644 (file)
@@ -1 +1,3 @@
-BACKLIGHT_ENABLE = no
\ No newline at end of file
+BACKLIGHT_ENABLE = no
+
+LAYOUTS = ortho_5x14
index 1f77c637418cdd766452b44b3883550298d2e197..af24c15f53a5b9f4c50f64ae8d5edf17299c84dd 100644 (file)
@@ -41,7 +41,7 @@ F_USB = $(F_CPU)
 
 # Bootloader
 #     This definition is optional, and if your keyboard supports multiple bootloaders of
-#     different sizes, comment this out, and the correct address will be loaded 
+#     different sizes, comment this out, and the correct address will be loaded
 #     automatically (+60). See bootloader.mk for all options.
 BOOTLOADER = caterina
 
@@ -71,4 +71,6 @@ SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 
 CUSTOM_MATRIX = yes
 
-DEFAULT_FOLDER = viterbi/rev1
\ No newline at end of file
+DEFAULT_FOLDER = viterbi/rev1
+
+LAYOUTS = ortho_5x14
index 9081dc3d5ab984a76233e35d23c5042b7e06eef9..80d2a8f25a62437e0e77551ed2ca81a37d6c56d8 100644 (file)
@@ -21,6 +21,8 @@
         KC_##L40, KC_##L41, KC_##L42, KC_##L43, KC_##L44, KC_##L45, KC_##L46, KC_##R40, KC_##R41, KC_##R42, KC_##R43, KC_##R44, KC_##R45, KC_##R46 \
     )
 
+#define LAYOUT_ortho_5x14 LAYOUT
+
 #include "quantum.h"
 
 #endif