aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy <andys8@users.noreply.github.com>2018-10-19 19:57:44 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-19 10:57:44 -0700
commit9ca73a9edcb8cfaeba13baae16b8c8cc5c9fafe6 (patch)
tree06f77167ce5a5a9de344dab5c131568805e35692
parent78b48371aac3bc4ba468c9f7efcb742bafb81965 (diff)
downloadqmk_firmware-9ca73a9edcb8cfaeba13baae16b8c8cc5c9fafe6.tar.gz
qmk_firmware-9ca73a9edcb8cfaeba13baae16b8c8cc5c9fafe6.zip
Keymap: Add dz60 iso-de layout (#4173)
-rw-r--r--keyboards/dz60/keymaps/iso_de_andys8/README.md3
-rw-r--r--keyboards/dz60/keymaps/iso_de_andys8/keymap.c38
-rw-r--r--keyboards/dz60/keymaps/iso_de_andys8/rules.mk15
3 files changed, 56 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/iso_de_andys8/README.md b/keyboards/dz60/keymaps/iso_de_andys8/README.md
new file mode 100644
index 000000000..504726adf
--- /dev/null
+++ b/keyboards/dz60/keymaps/iso_de_andys8/README.md
@@ -0,0 +1,3 @@
1# ISO DE layout
2
3This layout is ISO-DE and similar to a standard 60 ISO layout. There are vim style arrow keys on the function layer. The bottom right is the expected default.
diff --git a/keyboards/dz60/keymaps/iso_de_andys8/keymap.c b/keyboards/dz60/keymaps/iso_de_andys8/keymap.c
new file mode 100644
index 000000000..3039914c6
--- /dev/null
+++ b/keyboards/dz60/keymaps/iso_de_andys8/keymap.c
@@ -0,0 +1,38 @@
1#include QMK_KEYBOARD_H
2
3const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
4
5 /* ISO 60 layout by andys8 (ISO German keyboard layout shown)
6 *
7 * This layout starts from a standard ISO 60% layout, and adds a function layer.
8 *
9 * ,-----------------------------------------------------------------------------------------.
10 * | Esc | 1 ! | 2 " | 3 § | 4 $ | 5 % | 6 & | 7 / | 8 ( | 9 ) | 0 = | ß ? | ´ ` | Backspace |
11 * |-----------------------------------------------------------------------------------------|
12 * | Tab | Q | W | E | R | T | Z | U | I | O | P | Ä | + * | Enter |
13 * |---------------------------------------------------------------------------------- |
14 * | Layer_1 | A | S | D | F | G | H | J | K | L | Ö | Ü | # ' | |
15 * |-----------------------------------------------------------------------------------------|
16 * | Shift | < > | Y | X | C | V | B | N | M | , ; | . : | - _ | Shift |
17 * |-----------------------------------------------------------------------------------------|
18 * | LCtl | LGUI | LAlt | Space | RAlt | RGUI | App | RCtl |
19 * `-----------------------------------------------------------------------------------------'
20 */
21 LAYOUT_60_iso(
22 KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
23 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC,
24 MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_BSLS, KC_ENT,
25 KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
26 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL
27 ),
28
29
30 LAYOUT_60_iso(
31 KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL,
32 KC_NO, KC_NO, KC_NO, KC_NO, RESET, KC_NO, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_PSCR, KC_NO, KC_NO,
33 KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_END, KC_DEL, KC_NO, KC_NO,
34 KC_LSFT, BL_TOGG, KC_APP, KC_PAUS, KC_INS, KC_NO, KC_MPLY, KC_MSTP, KC_MUTE, KC_VOLD, KC_VOLU, KC_NO, KC_RSFT,
35 KC_LCTL, KC_LGUI, KC_LALT, KC_BSPC, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
36 ),
37
38};
diff --git a/keyboards/dz60/keymaps/iso_de_andys8/rules.mk b/keyboards/dz60/keymaps/iso_de_andys8/rules.mk
new file mode 100644
index 000000000..b5f45d7aa
--- /dev/null
+++ b/keyboards/dz60/keymaps/iso_de_andys8/rules.mk
@@ -0,0 +1,15 @@
1# Build Options
2# comment out to disable the options.
3#
4BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
5MOUSEKEY_ENABLE = no # Mouse keys(+4700)
6EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
7CONSOLE_ENABLE = no # Console for debug(+400)
8COMMAND_ENABLE = no # Commands for debug and configuration
9SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
10NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
11BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
12AUDIO_ENABLE = no
13RGBLIGHT_ENABLE = no
14AUTO_SHIFT_ENABLE = no # If the time depressed is greater than or equal to the AUTO_SHIFT_TIMEOUT, then a shifted version of the key is emitted. If the time is less than the AUTO_SHIFT_TIMEOUT time, then the normal state is emitted
15TAP_DANCE_ENABLE = no