]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add split layout to more keyboards.
authorJoe Wasson <jwasson+github@gmail.com>
Thu, 24 Aug 2017 20:09:37 +0000 (13:09 -0700)
committerJack Humbert <jack.humb@gmail.com>
Sat, 26 Aug 2017 14:34:07 +0000 (10:34 -0400)
keyboards/gh60/gh60.h
keyboards/gh60/rules.mk
keyboards/satan/rules.mk
keyboards/satan/satan.h

index be823676dfefaf935cca98c9dff7c15cd92acf9b..704b17a78c7d05a336b02026b606f2c35ceaced8 100644 (file)
@@ -74,5 +74,6 @@ inline void gh60_wasd_leds_off(void)          { DDRF &= ~(1<<7); PORTF &= ~(1<<7); }
 
 #define LAYOUT_60_ansi  KEYMAP_ANSI
 #define LAYOUT_60_iso   KEYMAP
+#define LAYOUT_60_ansi_split_bs_rshift   KEYMAP_HHKB
 
 #endif
\ No newline at end of file
index 2c9d91ecdf91f952013bad65bb58d54013ab8c96..37511432aabc7e4e7d596c5d07598e5c82bb0409 100644 (file)
@@ -65,4 +65,4 @@ NKRO_ENABLE = yes                     # USB Nkey Rollover - if this doesn't work, see here: https:
 # UNICODE_ENABLE = YES         # Unicode
 # BLUETOOTH_ENABLE = yes       # Enable Bluetooth with the Adafruit EZ-Key HID
 
-LAYOUTS = 60_ansi 60_iso
\ No newline at end of file
+LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift
\ No newline at end of file
index 12a0663ae29233e02345694be3680473b4d36818..98200ab02ca00ffb9eae77655f2efd8df28a56c7 100644 (file)
@@ -65,4 +65,4 @@ AUDIO_ENABLE = no
 UNICODE_ENABLE = no            # Unicode
 BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
 
-LAYOUTS = 60_ansi 60_iso
\ No newline at end of file
+LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift
\ No newline at end of file
index 3617f5328cc96a97c3da151d096d2433e0afcd3c..5128fd073b8246e55229cda731a3e4ebdc268a7c 100644 (file)
@@ -127,5 +127,6 @@ void matrix_scan_user(void);
 
 #define LAYOUT_60_ansi KEYMAP_ANSI
 #define LAYOUT_60_iso KEYMAP
+#define LAYOUT_60_ansi_split_bs_rshift KEYMAP_HHKB
 
 #endif