diff options
| author | Joe Wasson <jwasson+github@gmail.com> | 2017-08-24 13:09:37 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-26 10:34:07 -0400 |
| commit | 8e1c3f410d5bf4cbc28b87b1b9049086bef6cecf (patch) | |
| tree | 824512784798dbe3bcee05fa92da7c124fc4a15f | |
| parent | 2aedbf872b0c8dcc1de71d0976b026cf1e1c0448 (diff) | |
| download | qmk_firmware-8e1c3f410d5bf4cbc28b87b1b9049086bef6cecf.tar.gz qmk_firmware-8e1c3f410d5bf4cbc28b87b1b9049086bef6cecf.zip | |
Add split layout to more keyboards.
| -rw-r--r-- | keyboards/gh60/gh60.h | 1 | ||||
| -rw-r--r-- | keyboards/gh60/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/satan/rules.mk | 2 | ||||
| -rw-r--r-- | 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 be823676d..704b17a78 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); } | |||
| 74 | 74 | ||
| 75 | #define LAYOUT_60_ansi KEYMAP_ANSI | 75 | #define LAYOUT_60_ansi KEYMAP_ANSI |
| 76 | #define LAYOUT_60_iso KEYMAP | 76 | #define LAYOUT_60_iso KEYMAP |
| 77 | #define LAYOUT_60_ansi_split_bs_rshift KEYMAP_HHKB | ||
| 77 | 78 | ||
| 78 | #endif \ No newline at end of file | 79 | #endif \ No newline at end of file |
diff --git a/keyboards/gh60/rules.mk b/keyboards/gh60/rules.mk index 2c9d91ecd..37511432a 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: | |||
| 65 | # UNICODE_ENABLE = YES # Unicode | 65 | # UNICODE_ENABLE = YES # Unicode |
| 66 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | 67 | ||
| 68 | LAYOUTS = 60_ansi 60_iso \ No newline at end of file | 68 | 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 12a0663ae..98200ab02 100644 --- a/keyboards/satan/rules.mk +++ b/keyboards/satan/rules.mk | |||
| @@ -65,4 +65,4 @@ AUDIO_ENABLE = no | |||
| 65 | UNICODE_ENABLE = no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | 67 | ||
| 68 | LAYOUTS = 60_ansi 60_iso \ No newline at end of file | 68 | 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 3617f5328..5128fd073 100644 --- a/keyboards/satan/satan.h +++ b/keyboards/satan/satan.h | |||
| @@ -127,5 +127,6 @@ void matrix_scan_user(void); | |||
| 127 | 127 | ||
| 128 | #define LAYOUT_60_ansi KEYMAP_ANSI | 128 | #define LAYOUT_60_ansi KEYMAP_ANSI |
| 129 | #define LAYOUT_60_iso KEYMAP | 129 | #define LAYOUT_60_iso KEYMAP |
| 130 | #define LAYOUT_60_ansi_split_bs_rshift KEYMAP_HHKB | ||
| 130 | 131 | ||
| 131 | #endif | 132 | #endif |
