summaryrefslogtreecommitdiffstats
path: root/keyboards/idobao/id80/v2/ansi
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/idobao/id80/v2/ansi')
-rw-r--r--keyboards/idobao/id80/v2/ansi/keymaps/msf/config.h24
-rw-r--r--keyboards/idobao/id80/v2/ansi/keymaps/msf/readme.md4
-rw-r--r--keyboards/idobao/id80/v2/ansi/keymaps/msf/rules.mk1
-rw-r--r--keyboards/idobao/id80/v2/ansi/keymaps/rverst/readme.md23
-rw-r--r--keyboards/idobao/id80/v2/ansi/keymaps/via/rules.mk2
-rw-r--r--keyboards/idobao/id80/v2/ansi/rules.mk1
6 files changed, 0 insertions, 55 deletions
diff --git a/keyboards/idobao/id80/v2/ansi/keymaps/msf/config.h b/keyboards/idobao/id80/v2/ansi/keymaps/msf/config.h
deleted file mode 100644
index 4f3cc95f30..0000000000
--- a/keyboards/idobao/id80/v2/ansi/keymaps/msf/config.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright 2021 msf@github
- *
- * 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/>.
- */
-
-/*
- Set any config.h overrides for your specific keymap here.
- See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
-*/
-#pragma once
-
-#define COMBO_COUNT 3
-#define COMBO_TERM 200
diff --git a/keyboards/idobao/id80/v2/ansi/keymaps/msf/readme.md b/keyboards/idobao/id80/v2/ansi/keymaps/msf/readme.md
deleted file mode 100644
index 7ab300f672..0000000000
--- a/keyboards/idobao/id80/v2/ansi/keymaps/msf/readme.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# slightly modified:
-- some key combos
-- don't use f-keys,
-- pgup/down, home/end tweaks
diff --git a/keyboards/idobao/id80/v2/ansi/keymaps/msf/rules.mk b/keyboards/idobao/id80/v2/ansi/keymaps/msf/rules.mk
deleted file mode 100644
index ab1e438182..0000000000
--- a/keyboards/idobao/id80/v2/ansi/keymaps/msf/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-COMBO_ENABLE = yes
diff --git a/keyboards/idobao/id80/v2/ansi/keymaps/rverst/readme.md b/keyboards/idobao/id80/v2/ansi/keymaps/rverst/readme.md
deleted file mode 100644
index 66dd2b5287..0000000000
--- a/keyboards/idobao/id80/v2/ansi/keymaps/rverst/readme.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# IDOBAO ID80
-
-This is my layout for the IDOBAO ID80. It depends of my [user files](../../../../users/rverst)
-and the main goal is to give an convenient and unified access to some special keys
-(umlauts, ß, €) for different operating systems (Mac, Windows and Linux).
-
-## Overview
-
-- Layer 0 is the base US-ANSI layout with Mac-style system keys and a OSL-Key for Layer 1 right of the space bar.
-- Layer 1 has the special keys and some media-functions like mute, volume up/down etc.
-- Layer 2 and 3 are basically the same as Layer 0 and 1 but in Colemak-Layout
-- Layer 4 and 5 has some functions like switching the keyboard mode, switching the default layer etc.
-
-
-## Keyboard modes
-
-- *F1:* Mac Unicode mode (use 'Unicode Hex Input' as input source)
-- *F2:* Windows Unicode mode (use [WinCompse](https://github.com/SamHocevar/wincompose) software)
-- *F3:* Linux Unicode mode (not tested yet but should work out of the box)
-- *1:* Mac legacy mode (uses option-sequences, e.g. `<option>+u a` for an `ä`), if I'm not able to set the input source
-- *2:* Windows legacy mode (uses altgr-sequences e.g. `<altgr>+0228` for an `ä`, if I'm not able to use WinCompose)
-
-Layer 4 to switch the modes temporary, layer 5 to switch and save to eeprom.
diff --git a/keyboards/idobao/id80/v2/ansi/keymaps/via/rules.mk b/keyboards/idobao/id80/v2/ansi/keymaps/via/rules.mk
deleted file mode 100644
index ca9fed0e6b..0000000000
--- a/keyboards/idobao/id80/v2/ansi/keymaps/via/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-LTO_ENABLE = yes
-VIA_ENABLE = yes
diff --git a/keyboards/idobao/id80/v2/ansi/rules.mk b/keyboards/idobao/id80/v2/ansi/rules.mk
deleted file mode 100644
index 323c12fc6e..0000000000
--- a/keyboards/idobao/id80/v2/ansi/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-# see common rules.mk