summaryrefslogtreecommitdiff
path: root/keyboards/gh60/satan/keymaps/dende_iso
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-16 13:25:44 +0000
committerGitHub <noreply@github.com>2024-02-16 13:25:44 +0000
commit78a74ca9748b12c27fcddef576a2a9f7f8a9eb38 (patch)
tree13f73755150379bc824424610740411f6fc76b30 /keyboards/gh60/satan/keymaps/dende_iso
parentb8646bc40bd616167da150f6da4eda372f7de23d (diff)
[Keymap Removal] keyboard with most keymaps (#23092)
Diffstat (limited to 'keyboards/gh60/satan/keymaps/dende_iso')
-rw-r--r--keyboards/gh60/satan/keymaps/dende_iso/keymap.c78
-rw-r--r--keyboards/gh60/satan/keymaps/dende_iso/readme.md61
-rw-r--r--keyboards/gh60/satan/keymaps/dende_iso/rules.mk18
3 files changed, 0 insertions, 157 deletions
diff --git a/keyboards/gh60/satan/keymaps/dende_iso/keymap.c b/keyboards/gh60/satan/keymaps/dende_iso/keymap.c
deleted file mode 100644
index 94c8a22392..0000000000
--- a/keyboards/gh60/satan/keymaps/dende_iso/keymap.c
+++ /dev/null
@@ -1,78 +0,0 @@
-#include QMK_KEYBOARD_H
-
-#include "keymap_extras/keymap_german.h"
-
-// Each layer gets a name for readability, which is then used in the keymap matrix below.
-// The underscores don't mean anything - you can have a layer called STUFF or any other name.
-// Layer names don't all need to be of the same length, obviously, and you can also skip them
-// entirely and just use numbers.
-#define _DEF 0
-#define _FNK 1
-#define _MEDIA 2
-
-// dual-role shortcuts
-#define FN_CAPS LT(_MEDIA, KC_CAPS)
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /* Keymap _DEF: Default Layer
- * ,------------------------------------------------------------.
- * |Esc| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| ß| ´|bcksp|fn1|
- * |------------------------------------------------------------|
- * |Tab | Q| W| E| R| T| Z| U| I| O| P| Ü| +| |
- * |----------------------------------------------------- Return|
- * |fn2 | A| S| D| F| G| H| J| K| L| Ö| Ä| # | |
- * |------------------------------------------------------------|
- * |Sft | < | Y| X| C| V| B| N| M| ,| .| -| RSft| del |
- * |------------------------------------------------------------|
- * |Ctrl|Win |Alt | Space |RAlt |Win |App|RCtrl|
- * `------------------------------------------------------------'
- */
-[_DEF] = LAYOUT_60_iso_split_bs_rshift(
- KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, DE_SS, DE_ACUT, KC_BSPC, MO(_FNK),
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, DE_Z, KC_U, KC_I, KC_O, KC_P, DE_UDIA, DE_PLUS,
- FN_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, DE_ODIA, DE_ADIA, DE_HASH, KC_ENT,
- KC_LSFT, DE_LABK, DE_Y, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, DE_MINS, KC_RSFT, KC_DELETE,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPACE, KC_ALGR, KC_RGUI, KC_APP, KC_RCTL),
-
-
- /* Keymap _FNK: Function Keys
- * ,------------------------------------------------------------.
- * | ^ | F1| F2| F3| F4| F5| F6| F7| F8| F9| F0|F11|F12| Ins | |
- * |------------------------------------------------------------|
- * | |PGU| Up|PGD| | | |Ins|Hom|PDU| | | | |
- * |----------------------------------------------------- |
- * | |Lft|Dwn|Rgt| | | |Del|End|PGD| | | | |
- * |------------------------------------------------------------|
- * | | | | | | | | | | | | | | |
- * |------------------------------------------------------------|
- * | | | | | | | | |
- * `------------------------------------------------------------'
- */
-[_FNK] = LAYOUT_60_iso_split_bs_rshift(
- DE_CIRC, 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_INS, _______,
- _______, KC_PGUP, KC_UP, KC_PGDN, _______, _______, _______, _______, KC_INS, KC_HOME, KC_PGUP, _______, _______,
- _______, KC_LEFT, KC_DOWN, KC_RIGHT, _______, _______, _______, _______, KC_DEL, KC_END, KC_PGDN, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______),
-
- /* Keymap _MEDIA: Media and Mouse Layer
- * ,------------------------------------------------------------.
- * | | | | | | | | | | | | | | | |
- * |------------------------------------------------------------|
- * | | | | | | | |MLC| MU|MRC| | | | |
- * |----------------------------------------------------- |
- * | |PRV|VLD|VLU|NXT| | | ML| MD| MR| | | | |
- * |------------------------------------------------------------|
- * | | | | | | | | | | | | | UP | |
- * |------------------------------------------------------------|
- * | | | | PLAY | |LEFT|DWN|RIGHT|
- * `------------------------------------------------------------'
- */
-
-[_MEDIA] = LAYOUT_60_iso_split_bs_rshift(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, KC_BTN1, KC_MS_U, KC_BTN2, _______, _______, _______,
- _______, KC_MPRV, KC_VOLD, KC_VOLU, KC_MNXT, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP , _______,
- _______, _______, _______, KC_MPLY, _______, KC_LEFT, KC_DOWN, KC_RIGHT),
- };
diff --git a/keyboards/gh60/satan/keymaps/dende_iso/readme.md b/keyboards/gh60/satan/keymaps/dende_iso/readme.md
deleted file mode 100644
index 238a2f725f..0000000000
--- a/keyboards/gh60/satan/keymaps/dende_iso/readme.md
+++ /dev/null
@@ -1,61 +0,0 @@
-# Satan GH60 ISO-DE Layout with split backspace and right shift
-
-![Layout Image](https://i.imgur.com/a7znS69.jpg)
-
-## Default Layer
-This ISO-DE based layout has a split backspace. the left part is the actual backspace and the right parts serves as a FN key.
-The right shift is also split, with the right part serving as the del key.
-```
-/* Keymap _DEF: Default Layer
- * ,------------------------------------------------------------.
- * |Esc| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| ß| ´|bcksp|fn1|
- * |------------------------------------------------------------|
- * |Tab | Q| W| E| R| T| Z| U| I| O| P| Ü| +| |
- * |----------------------------------------------------- Return|
- * |fn2 | A| S| D| F| G| H| J| K| L| Ö| Ä| # | |
- * |------------------------------------------------------------|
- * |Sft | < | Y| X| C| V| B| N| M| ,| .| -| RSft| del |
- * |------------------------------------------------------------|
- * |Ctrl|Win |Alt | Space |RAlt |Win |App|RCtrl|
- * `------------------------------------------------------------'
- */
-```
-
-
-## FN Key Layer
-The Function keys can be accessed when holding fn1 (right part of backspace)
-
-```
-/* Keymap _FNK: Function Keys
- * ,------------------------------------------------------------.
- * | ^ | F1| F2| F3| F4| F5| F6| F7| F8| F9| F0|F11|F12| Ins | |
- * |------------------------------------------------------------|
- * | |PGU| Up|PGD| | | |Ins|Hom|PDU| | | | |
- * |----------------------------------------------------- |
- * | |Lft|Dwn|Rgt| | | |Del|End|PGD| | | | |
- * |------------------------------------------------------------|
- * | | | | | | | | | | | | | | |
- * |------------------------------------------------------------|
- * | | | | | | | | |
- * `------------------------------------------------------------'
- */
-```
-
-## Media and Mouse Layer
-The Media Keys and Mouse control can be accessed when holding capslock (fn2)
-
-```
-/* Keymap _MEDIA: Media and Mouse Layer
- * ,------------------------------------------------------------.
- * | | | | | | | | | | | | | | | |
- * |------------------------------------------------------------|
- * | | | | | | | |MLC| MU|MRC| | | | |
- * |----------------------------------------------------- |
- * | |PRV|VLD|VLU|NXT| | | ML| MD| MR| | | | |
- * |------------------------------------------------------------|
- * | | | | | | | | | | | | | UP | |
- * |------------------------------------------------------------|
- * | | | | PLAY | |LEFT|DWN|RIGHT|
- * `------------------------------------------------------------'
- */
-``` \ No newline at end of file
diff --git a/keyboards/gh60/satan/keymaps/dende_iso/rules.mk b/keyboards/gh60/satan/keymaps/dende_iso/rules.mk
deleted file mode 100644
index 14367f2f8a..0000000000
--- a/keyboards/gh60/satan/keymaps/dende_iso/rules.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# Build Options
-# change to "no" to disable the options, or define them in the Makefile in
-# the appropriate keymap folder that will get included automatically
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
-EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
-CONSOLE_ENABLE = no # Console for debug(+400)
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-MIDI_ENABLE = no # MIDI controls
-AUDIO_ENABLE = no # Audio output on port C6
-UNICODE_ENABLE = no # Unicode
-BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
-RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
-SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-