From 8e1c3f410d5bf4cbc28b87b1b9049086bef6cecf Mon Sep 17 00:00:00 2001 From: Joe Wasson Date: Thu, 24 Aug 2017 13:09:37 -0700 Subject: [PATCH] Add split layout to more keyboards. --- keyboards/gh60/gh60.h | 1 + keyboards/gh60/rules.mk | 2 +- keyboards/satan/rules.mk | 2 +- keyboards/satan/satan.h | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/keyboards/gh60/gh60.h b/keyboards/gh60/gh60.h index be823676dfe..704b17a78c7 100644 --- a/keyboards/gh60/gh60.h +++ b/keyboards/gh60/gh60.h @@ -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 diff --git a/keyboards/gh60/rules.mk b/keyboards/gh60/rules.mk index 2c9d91ecdf9..37511432aab 100644 --- a/keyboards/gh60/rules.mk +++ b/keyboards/gh60/rules.mk @@ -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 diff --git a/keyboards/satan/rules.mk b/keyboards/satan/rules.mk index 12a0663ae29..98200ab02ca 100644 --- a/keyboards/satan/rules.mk +++ b/keyboards/satan/rules.mk @@ -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 diff --git a/keyboards/satan/satan.h b/keyboards/satan/satan.h index 3617f5328cc..5128fd073b8 100644 --- a/keyboards/satan/satan.h +++ b/keyboards/satan/satan.h @@ -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