summaryrefslogtreecommitdiffstats
path: root/keyboards/satan
diff options
context:
space:
mode:
authorJoe Wasson <jwasson+github@gmail.com>2017-08-24 22:09:37 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-26 16:34:07 +0200
commit8e1c3f410d5bf4cbc28b87b1b9049086bef6cecf (patch)
tree824512784798dbe3bcee05fa92da7c124fc4a15f /keyboards/satan
parent2aedbf872b0c8dcc1de71d0976b026cf1e1c0448 (diff)
downloadqmk_firmware-8e1c3f410d5bf4cbc28b87b1b9049086bef6cecf.tar.gz
qmk_firmware-8e1c3f410d5bf4cbc28b87b1b9049086bef6cecf.tar.xz
Add split layout to more keyboards.
Diffstat (limited to 'keyboards/satan')
-rw-r--r--keyboards/satan/rules.mk2
-rw-r--r--keyboards/satan/satan.h1
2 files changed, 2 insertions, 1 deletions
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
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 3617f5328..5128fd073 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