summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/keymaps/jasondunsmore
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-12-18 01:49:19 +0000
committerGitHub <noreply@github.com>2023-12-18 12:49:19 +1100
commit990895f03feb8f9c8d22e1bcd25cc3199a9a1b06 (patch)
tree6b0cf45a625c9b4995a350f1973787683ed4e241 /keyboards/keebio/iris/keymaps/jasondunsmore
parent54200b7b82411387fed21bf6ce73a87a1025ed0e (diff)
[Keymap Removal] keebio/iris and related keymaps. (#22690)
Diffstat (limited to 'keyboards/keebio/iris/keymaps/jasondunsmore')
-rw-r--r--keyboards/keebio/iris/keymaps/jasondunsmore/config.h23
-rw-r--r--keyboards/keebio/iris/keymaps/jasondunsmore/keymap.c46
-rw-r--r--keyboards/keebio/iris/keymaps/jasondunsmore/readme.md6
-rw-r--r--keyboards/keebio/iris/keymaps/jasondunsmore/rules.mk4
4 files changed, 0 insertions, 79 deletions
diff --git a/keyboards/keebio/iris/keymaps/jasondunsmore/config.h b/keyboards/keebio/iris/keymaps/jasondunsmore/config.h
deleted file mode 100644
index e6fa61d3dd..0000000000
--- a/keyboards/keebio/iris/keymaps/jasondunsmore/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-Copyright 2017 Danny Nguyen <danny@keeb.io>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-#define EE_HANDS
-#define TAPPING_TERM 150
-#define TAPPING_TOGGLE 2
-#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
diff --git a/keyboards/keebio/iris/keymaps/jasondunsmore/keymap.c b/keyboards/keebio/iris/keymaps/jasondunsmore/keymap.c
deleted file mode 100644
index 7d306083c1..0000000000
--- a/keyboards/keebio/iris/keymaps/jasondunsmore/keymap.c
+++ /dev/null
@@ -1,46 +0,0 @@
-#include QMK_KEYBOARD_H
-
-extern keymap_config_t keymap_config;
-
-// Layers
-#define _QWERTY 0 // Base layer
-#define _NAVI 1 // Navigation layer
-
-// Keys
-#define KC_AGRV LALT_T(KC_GRAVE)
-#define KC_AQUO RALT_T(KC_QUOTE)
-#define KC_GUIE LGUI_T(KC_ESC)
-#define KC_ECTL RCTL_T(KC_EQL)
-#define KC_MCTL LCTL_T(KC_MINS)
-#define KC_NAVI MO(_NAVI)
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [_QWERTY] = LAYOUT(
- //,-------+-------+-------+-------+-------+-------. ,-------+-------+-------+-------+-------+-------.
- KC_GUIE, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
- //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------|
- KC_TAB, KC_Q, KC_W, KC_F, KC_P, KC_B, KC_J, KC_L, KC_U, KC_Y, KC_SCLN,KC_BSPC,
- //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------|
- KC_LALT, KC_A, KC_R, KC_S, KC_T, KC_G, KC_M, KC_N, KC_E, KC_I, KC_O, KC_AQUO,
- //|-------+-------+-------+-------+-------+-------+-------. ,-------|-------+-------+-------+-------+-------+-------|
- KC_LSFT, KC_Z, KC_X, KC_C, KC_D, KC_V, KC_GRV, KC_BSLS, KC_K, KC_H, KC_COMM,KC_DOT, KC_SLSH,KC_RSFT,
- //`-------+-------+-------+--+----+-------+-------+-------/ \-------+-------+-------+-------+-------+-------+-------'
- KC_NAVI,KC_MCTL, KC_SPC, KC_ENT, KC_ECTL,KC_NAVI
- // `-------+-------+-------' `-------+-------+-------'
- ),
-
- [_NAVI] = LAYOUT(
- //,-------+-------+-------+-------+-------+-------. ,-------+-------+-------+-------+-------+-------.
- KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,
- //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------|
- KC_NO, DM_RSTP,KC_MUTE,KC_VOLU, KC_NO, KC_NO, KC_PGUP,KC_HOME, KC_UP, KC_END, KC_NO, KC_F12,
- //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------|
- KC_TRNS,DM_REC1,KC_BRID,KC_VOLD,KC_BRIU,KC_TRNS, KC_PGDN,KC_LEFT,KC_DOWN,KC_RGHT, KC_NO, KC_TRNS,
- //|-------+-------+-------+-------+-------+-------+-------. ,-------|-------+-------+-------+-------+-------+-------|
- KC_TRNS,DM_PLY1, KC_NO, KC_NO, KC_NO, KC_NO, KC_INS, KC_NO, KC_LCBR,KC_RCBR,KC_LBRC,KC_RBRC, KC_NO, KC_TRNS,
- //`-------+-------+-------+--+----+-------+-------+-------/ \-------+-------+-------+-------+-------+-------+-------'
- KC_NO, KC_TRNS, KC_NO, KC_NO, KC_TRNS, KC_NO
- // `-------+-------+-------' `-------+-------+-------'
- )
-};
diff --git a/keyboards/keebio/iris/keymaps/jasondunsmore/readme.md b/keyboards/keebio/iris/keymaps/jasondunsmore/readme.md
deleted file mode 100644
index caa0634e28..0000000000
--- a/keyboards/keebio/iris/keymaps/jasondunsmore/readme.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# jasondunsmore's iris layout
-
-_QWERTY is the default layer, from which all letters, numbers, and
-symbols (with the exception of the square brackets and curly braces)
-can be accessed. The _NAVI layer contains navigation keys, some
-hardware adjustment keys, and lock keys.
diff --git a/keyboards/keebio/iris/keymaps/jasondunsmore/rules.mk b/keyboards/keebio/iris/keymaps/jasondunsmore/rules.mk
deleted file mode 100644
index 6cfd9d2d01..0000000000
--- a/keyboards/keebio/iris/keymaps/jasondunsmore/rules.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-COMMAND_ENABLE = no
-CAPS_WORD_ENABLE = yes
-SPLIT_KEYBOARD = yes
-DYNAMIC_MACRO_ENABLE = yes