summaryrefslogtreecommitdiff
path: root/keyboards/idobao
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2023-12-20 16:03:14 +1100
committerfauxpark <fauxpark@gmail.com>2023-12-20 16:03:14 +1100
commit2c191e21c280a78e71767a73f31cd7017382186c (patch)
tree9712dc3c8fb836c708ac67a2c4ab0dbf2fa6d674 /keyboards/idobao
parent8812a095814fdad3ab245fa2c00e29cb50ee2e92 (diff)
parentc8728880de198f5797463efbbba3eba7f1e4444a (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/idobao')
-rw-r--r--keyboards/idobao/id75/keymaps/egstad/config.h67
-rw-r--r--keyboards/idobao/id75/keymaps/egstad/keymap.c267
-rw-r--r--keyboards/idobao/id75/keymaps/egstad/readme.md17
-rw-r--r--keyboards/idobao/id75/keymaps/egstad/rules.mk3
-rw-r--r--keyboards/idobao/id75/keymaps/ifohancroft/config.h27
-rw-r--r--keyboards/idobao/id75/keymaps/ifohancroft/keymap.c104
-rw-r--r--keyboards/idobao/id75/keymaps/ifohancroft/readme.md14
-rw-r--r--keyboards/idobao/id75/keymaps/ifohancroft/rules.mk6
-rw-r--r--keyboards/idobao/id75/keymaps/revok75/keymap.c90
-rw-r--r--keyboards/idobao/id75/keymaps/revok75/readme.md1
10 files changed, 0 insertions, 596 deletions
diff --git a/keyboards/idobao/id75/keymaps/egstad/config.h b/keyboards/idobao/id75/keymaps/egstad/config.h
deleted file mode 100644
index 7e1868813f..0000000000
--- a/keyboards/idobao/id75/keymaps/egstad/config.h
+++ /dev/null
@@ -1,67 +0,0 @@
-/* Copyright 2020 Jordan Egstad
- *
- * 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 TAPPING_TERM 200
-#define RGBLIGHT_SLEEP
-
-
-
-/* Leader Key
- ========================================================================== */
-
-// Activates the leader key
-// #define LEADER_PER_KEY_TIMING
-// resets the timeout after each key is tapped
-// #define LEADER_TIMEOUT 240
-
-
-
-
-
-
-/* Autoshifting
- ========================================================================== */
-
-// This controls how long you have to hold a key before you get the shifted state.
-#define AUTO_SHIFT_TIMEOUT 150
-
-// Do not Auto Shift special keys -_, =+, [{, ]}, ;:, '", ,<, .>, and /?
-// #define NO_AUTO_SHIFT_SPECIAL
-
-// Do not Auto Shift numeric keys, zero through nine.
-#define NO_AUTO_SHIFT_NUMERIC
-
-// Do not Auto Shift alpha characters, which include A through Z.
-// #define NO_AUTO_SHIFT_ALPHA
-
-// Lower the Auto Shift timeout variable (down)
-// AS_DOWN
-
-// Raise the Auto Shift timeout variable (up)
-// AS_UP
-
-// Report your current Auto Shift timeout value
-// AS_RPT
-
-// Turns on the Auto Shift Function
-// AS_ON
-
-// Turns off the Auto Shift Function
-// AS_OFF
-
-// Toggles the state of the Auto Shift feature
-// AS_TOGG
diff --git a/keyboards/idobao/id75/keymaps/egstad/keymap.c b/keyboards/idobao/id75/keymaps/egstad/keymap.c
deleted file mode 100644
index 1bfeb74042..0000000000
--- a/keyboards/idobao/id75/keymaps/egstad/keymap.c
+++ /dev/null
@@ -1,267 +0,0 @@
-/* Copyright 2020 Jordan Egstad
- *
- * 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/>.
- */
-
-#include QMK_KEYBOARD_H
-
-
-
-
-
-
-/* ==========================================================================
- LAYERS
- ========================================================================== */
-
-// qwerty
-#define _QW 0
-// functions
-#define _FN 1
-
-
-
-
-
-
-/* ==========================================================================
- CUSTOM KEYS
- ========================================================================== */
-
-// Tap dances
-#define TD_ESCP TD(TD_GV_ESC) // Tap for grave, twice for escape
-#define TD_MINS TD(TD_MIN) // Tap for minus, twice for equal
-#define TD_BRAC TD(TD_BRC) // Tap for open brace, twice for close
-
-// Layers
-#define FN_SPC LT(_FN, KC_SPC) // Tap for space, hold for _FN
-
-// Modifiers
-#define LG_ZMIN LGUI(KC_EQUAL) // Command + plus (zoom in)
-#define LG_ZMOT LGUI(KC_MINUS) // Command + minus (zoom out)
-#define MT_SHFT MT(MOD_RSFT, KC_ENT) // Tap for enter, hold for shift
-
-// Tap Dances
-enum {
- TD_BRC = 0,
- TD_MIN,
- TD_GV_ESC,
- TD_BS
-};
-
-// Tap Dance Definitions
-tap_dance_action_t tap_dance_actions[] = {
- // Tap once for Left Brace, twice for Right Brace
- [TD_BRC] = ACTION_TAP_DANCE_DOUBLE(KC_LBRC, KC_RBRC),
- //Tap once for Minus, twice for Equal
- [TD_MIN] = ACTION_TAP_DANCE_DOUBLE(KC_MINUS, KC_EQUAL),
- // Tap once for Grave, tap twice for Escape
- [TD_GV_ESC] = ACTION_TAP_DANCE_DOUBLE(KC_GRAVE, KC_ESCAPE)
-};
-
-
-
-
-
-
-/* ==========================================================================
- KEYMAPS
- ========================================================================== */
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
-/* QWERTY (_QW)
- * .--------------------------------------------------------------------------------------------------------------------------------------.
- * | ESC | 1 | 2 | 3 | 4 | 5 | - | ` | \| | 6 | 7 | 8 | 9 | 0 | - + |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------|
- * | TAB | Q | W | E | R | T | [ | \ | ] | Y | U | I | O | P | [ ] |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------+--------|
- * | CAP LK | A | S | D | F | G | | | | H | J | K | L | ; | ' |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------------------------+--------|
- * | LSHIFT | Z | X | C | V | B | | | | N | M | , | . | / | RSHIFT |
- * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------|
- * | ZOOM- | ZOOM+ | LALT | FN | CMD | BSPC | | | FN | SPACE | ENTER | LEFT | UP | DOWN | RIGHT |
- * '--------------------------------------------------------------------------------------------------------------------------------------'
- */
-
- [_QW] = LAYOUT_ortho_5x15( /* QWERTY */
- TD_ESCP, KC_1, KC_2, KC_3, KC_4, KC_5, KC_MINS, KC_GRV, KC_PIPE, KC_6, KC_7, KC_8, KC_9, KC_0, TD_MINS,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_LBRC, KC_BSLS, KC_RBRC, KC_Y, KC_U, KC_I, KC_O, KC_P, TD_BRAC,
- _______, KC_A, KC_S, KC_D, KC_F, KC_G, _______, _______, _______, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, _______, _______, _______, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MT_SHFT,
- LG_ZMOT, LG_ZMIN, KC_LCTL, KC_LALT, KC_LGUI, KC_BSPC, _______, QK_BOOT, _______, FN_SPC, KC_ENT, KC_LEFT, KC_UP, KC_DOWN, KC_RGHT
- ),
-
-
-/* FUNCTION (_FN)
- * .--------------------------------------------------------------------------------------------------------------------------------------.
- * | F1 | F2 | F3 | F4 | F5 | F6 | | P | | F7 | F8 | F9 | F10 | F11 | F12 |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | | | | | | | RGB HD | RGB HI | | | | | | | |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | A-SFT | | | | | | RGB SD | RGB SI | | | LEFT | UP | DOWN | RIGHT | |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | RGB | | | | | | RGB VD | RGB VI | | | | | | | |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | QK_BOOT | | | | | | RGB RMD| RGB MD | | | PLAY | PREV | VOL UP | VOL DN | NEXT |
- * '--------------------------------------------------------------------------------------------------------------------------------------'
- */
-
- [_FN] = LAYOUT_ortho_5x15( /* FUNCTION */
- KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, _______, _______, _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
- _______, _______, _______, _______, _______, _______, RGB_HUD, RGB_HUI, _______, _______, _______, _______, _______, _______, _______,
- AS_TOGG, _______, _______, _______, _______, _______, RGB_SAD, RGB_SAI, _______, _______, KC_LEFT, KC_UP, KC_DOWN, KC_RGHT, _______,
- RGB_TOG, _______, _______, _______, _______, _______, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, _______, _______,
- QK_BOOT, _______, _______, _______, _______, _______, RGB_RMOD,RGB_MOD, _______, _______, KC_MPLY, KC_MRWD, KC_VOLU, KC_VOLD, KC_MFFD
- ),
-};
-
-
-
-
-
-
-/* ==========================================================================
- LEDs
- ========================================================================== */
-
-// RGB MODES
-// 1 = Static
-// 2-5 = Breathing
-// 6-8 = Rainbow
-// 9-14 = Swirl
-// 15-20 = Snake
-// 21-24 = Nightrider
-// 25 = Christmas
-// 26-30 = Static Gradient
-
-// Default LED colors
-uint8_t h = 170;
-uint8_t s = 255;
-uint8_t v;
-
-// default animation
-uint8_t rgbMode = RGBLIGHT_MODE_STATIC_LIGHT;
-// boot animation
-uint8_t rgbBootMode = RGBLIGHT_MODE_SNAKE;
-// boot timeout vars
-uint8_t bootComplete = 0;
-int bootTimeoutDuration = 2000;
-int bootTimeout;
-
-
-void init_hsv(void) {
- // fetch what the brightness was last sesion
- v = rgblight_get_val();
- rgblight_sethsv(h,s,v);
-}
-
-// fetch current HSV vals
-void get_hsv(void) {
- h = rgblight_get_hue();
- s = rgblight_get_sat();
- v = rgblight_get_val();
-}
-
-// reset HSV vals
-void reset_hsv(void) {
- int currentV = rgblight_get_val();
- rgblight_sethsv(h,s,currentV);
-}
-
-// deterimes when to stop bootup animation
-void bootupAnimation(void) {
- bootComplete = (timer_elapsed(bootTimeout) > bootTimeoutDuration) ? 1 : 0;
-
- if (bootComplete) {
- rgblight_mode(rgbMode);
- }
-}
-
-
-
-
-
-
-/* ==========================================================================
- INITIALIZATION FUNCTION
- ========================================================================== */
-
-void keyboard_post_init_user(void) {
- // start a timeout
- bootTimeout = timer_read();
- // set rgb color
- init_hsv();
- // init rgb
- rgblight_enable();
- // animate in snake ledGreende
- rgblight_mode(rgbBootMode);
-};
-
-
-
-
-
-
-/* ==========================================================================
- ALWAYS RUNNING
- ========================================================================== */
-void matrix_scan_user(void) {
- // keep an eye on these layers
- uint8_t layer = get_highest_layer(layer_state);
- // handle boot-up sequence
- bootupAnimation();
- // watch the brightness for changes
- v = rgblight_get_val();
-
- switch (layer) {
- case _FN:
- // set leds to white
- rgblight_sethsv_noeeprom(h,0,v);
- break;
- default:
- break;
- }
-};
-
-
-
-
-
-
-/* ==========================================================================
- KEYPRESS CALLBACKS
- ========================================================================== */
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- // keep an eye on these layers
- uint8_t layer = get_highest_layer(layer_state);
-
- switch (keycode) {
- case FN_SPC:
- // stash and pop color on key down and key up
- (record->event.pressed) ? get_hsv() : reset_hsv();
- return true;
- default:
- switch (layer) {
- case _QW:
- // tick the hue up with each keypress
- rgblight_increase_hue();
- break;
- default:
- break;
- }
- return true; // Process all other keycodes normally
- }
-}
diff --git a/keyboards/idobao/id75/keymaps/egstad/readme.md b/keyboards/idobao/id75/keymaps/egstad/readme.md
deleted file mode 100644
index 2de44ad9cc..0000000000
--- a/keyboards/idobao/id75/keymaps/egstad/readme.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Egstad's Idobo
-
-## LEDs
-By default, LEDs are enabled. There is a short bootup animation (`bootupAnimation()`) to indicate that the keyboard has powered up correctly.
-
-On each keypress, the LEDs hue increases. This increase is determined the the `RGBLIGHT_HUE_STEP` value, which is assigned in `../config.h` (parent idobo directory). My local copy has this value set to `1`, so the incremental color shift is rather slow.
-
-
-## Keeping up to date
-To update your fork’s master, run the following, hitting the Enter key after each line:
-
-```bash
-git checkout master
-git fetch upstream
-git pull upstream master
-git push origin master
-```
diff --git a/keyboards/idobao/id75/keymaps/egstad/rules.mk b/keyboards/idobao/id75/keymaps/egstad/rules.mk
deleted file mode 100644
index ca3becc383..0000000000
--- a/keyboards/idobao/id75/keymaps/egstad/rules.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-TAP_DANCE_ENABLE = yes
-AUTO_SHIFT_ENABLE = yes
-RGBLIGHT_ENABLE = yes
diff --git a/keyboards/idobao/id75/keymaps/ifohancroft/config.h b/keyboards/idobao/id75/keymaps/ifohancroft/config.h
deleted file mode 100644
index 09467b4362..0000000000
--- a/keyboards/idobao/id75/keymaps/ifohancroft/config.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright 2021 IFo Hancroft
- *
- * 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
-
-// place overrides here
-#define USB_POLLING_INTERVAL_MS 1
-#undef RGBLIGHT_HUE_STEP
-#define RGBLIGHT_HUE_STEP 1
-#undef RGBLIGHT_SAT_STEP
-#define RGBLIGHT_SAT_STEP 1
-#undef RGBLIGHT_VAL_STEP
-#define RGBLIGHT_VAL_STEP 1
-#define FORCE_NKRO
diff --git a/keyboards/idobao/id75/keymaps/ifohancroft/keymap.c b/keyboards/idobao/id75/keymaps/ifohancroft/keymap.c
deleted file mode 100644
index d71dcee6a9..0000000000
--- a/keyboards/idobao/id75/keymaps/ifohancroft/keymap.c
+++ /dev/null
@@ -1,104 +0,0 @@
-/* Copyright 2021 IFo Hancroft
- *
- * 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/>.
- */
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- /* Default Layer
- * ---------------------------------------------------------------------------------------------------------------------------------------
- * | ` || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 0 || - || = || Bkspc || Del |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | Tab || Q || W || E || R || T || Y || U || I || O || P || [ || ] || \ || Home |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | ESC || A || S || D || F || G || H || J || K || L || ; || " || Enter || Enter || PgUp |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | Shift || Z || X || C || V || B || N || M || , || . || / || Shift || Shift || Up || PgDn |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | Ctrl || Super || Alt || MO(1) || Bkspc || Space || Space || Bkspc || MO(1) || Alt || Super || Ctrl || Left || Down || Right |
- * ---------------------------------------------------------------------------------------------------------------------------------------
- */
- LAYOUT_ortho_5x15(
- KC_GRV, 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, KC_DEL,
- 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, KC_BSLS, KC_HOME,
- KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_ENT, KC_PGUP,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_RSFT, KC_UP, KC_PGDN,
- KC_LCTL, KC_LGUI, KC_LALT, MO(1), KC_BSPC, KC_SPC, KC_SPC, KC_BSPC, MO(1), KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- /* Function Layer
- * ---------------------------------------------------------------------------------------------------------------------------------------
- * | || F1 || F2 || F3 || F4 || F5 || F6 || F7 || F8 || F9 || F10 || F11 || F12 || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || ||RGB MOD|| || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * |RGB TOG||RGB HUI||RGB SAI||RGB VAI|| || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * ---------------------------------------------------------------------------------------------------------------------------------------
- */
- LAYOUT_ortho_5x15(
- _______, 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,
- _______, _______, RGB_MOD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_END,
- RGB_TOG, RGB_HUI, RGB_SAI, RGB_VAI, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- /* Empty Layer
- * ---------------------------------------------------------------------------------------------------------------------------------------
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * ---------------------------------------------------------------------------------------------------------------------------------------
- */
- LAYOUT_ortho_5x15(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- /* Empty Layer
- * ---------------------------------------------------------------------------------------------------------------------------------------
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * |-------------------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || || |
- * ---------------------------------------------------------------------------------------------------------------------------------------
- */
- LAYOUT_ortho_5x15(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
- )
-};
diff --git a/keyboards/idobao/id75/keymaps/ifohancroft/readme.md b/keyboards/idobao/id75/keymaps/ifohancroft/readme.md
deleted file mode 100644
index 6a6c2cd34b..0000000000
--- a/keyboards/idobao/id75/keymaps/ifohancroft/readme.md
+++ /dev/null
@@ -1,14 +0,0 @@
-![IFo Hancroft Idobo Layout Image](https://i.imgur.com/ml1olw4.png)
-
-# IFo Hancroft's Idobo Layout
-
- - Layer 1: A standard ANSI QWERTY layer.
- - Layer 2: A fuction layer. It contains the F1-F12 keys, RGB control keys and the Insert and End keys.
- - Layer 3: An empty layer in-case I need something on-the-fly so I can remap with VIA.
- - Layer 4: An empty layer in-case I need something on-the-fly so I can remap with VIA.
-
-This keymap also sets the polling rate of the keyboard to 1ms, the HUE, VALUE and SATURATION of the RGB to steps of 1, disables the MOUSEKEY, EXTRAKEY and CONSOLE features, and enables the following features:
-
- - COMMAND
- - NKRO (forced on)
- - VIA
diff --git a/keyboards/idobao/id75/keymaps/ifohancroft/rules.mk b/keyboards/idobao/id75/keymaps/ifohancroft/rules.mk
deleted file mode 100644
index 6609b4097b..0000000000
--- a/keyboards/idobao/id75/keymaps/ifohancroft/rules.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-MOUSEKEY_ENABLE = no
-EXTRAKEY_ENABLE = no
-CONSOLE_ENABLE = no
-COMMAND_ENABLE = yes
-NKRO_ENABLE = yes
-VIA_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/idobao/id75/keymaps/revok75/keymap.c b/keyboards/idobao/id75/keymaps/revok75/keymap.c
deleted file mode 100644
index f251e5d5cc..0000000000
--- a/keyboards/idobao/id75/keymaps/revok75/keymap.c
+++ /dev/null
@@ -1,90 +0,0 @@
-/* Copyright 2017 Wunder
- *
- * 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/>.
- */
-#include QMK_KEYBOARD_H
-
-// Layer shorthand
-#define _QW_M 0
-#define _QW_W 1
-#define _FN 2
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- /* QWERTY-Mac
- * .--------------------------------------------------------------------------------------------------------------------------------------.
- * | ESC | 1 | 2 | 3 | 4 | % | 6 | 7 | 8 | 9 | 0 | - | = | Cut | BACKSP |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------|
- * | TAB | Q | W | E | R | T | Y | U | I | O | P | { | } | Copy | Paste |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------+--------|
- * | CAP LK | A | S | D | F | G | H | J | K | L | ; | ' | ENTER | ENTER | REF |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------------------------+--------|
- * | LSHIFT | Z | X | C | V | B | N | M | , | . | / | \ | RSHIFT| UP | SAVE |
- * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------|
- * | LALT | LGUI | LALT | FIND | CMD T | SPACE | SPACE | ALFRED | FN-MO | RALT | RGUI | RCTRL | LEFT | DOWN | RIGHT |
- * '--------------------------------------------------------------------------------------------------------------------------------------'
- */
-
- [_QW_M] = LAYOUT_ortho_5x15( /* QWERTY MAC*/
- QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, LGUI(KC_X), KC_BSPC,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LCBR, KC_RCBR, LGUI(KC_C), LGUI(KC_V),
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, LGUI(KC_R), KC_NO, KC_ENT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_BSLS, KC_RSFT, KC_UP, LGUI(KC_S),
- KC_LCTL, KC_LALT, KC_LGUI, LGUI(KC_F), LGUI(KC_T), KC_SPC, KC_NO, LALT(KC_SPACE), MO(_FN), KC_RGUI, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- /* QWERTY-Win
- * .--------------------------------------------------------------------------------------------------------------------------------------.
- * | ESC | 1 | 2 | 3 | 4 | % | 6 | 7 | 8 | 9 | 0 | - | = | Cut | BACKSP |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------|
- * | TAB | Q | W | E | R | T | Y | U | I | O | P | { | } | Copy | Paste |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------+--------|
- * | CAP LK | A | S | D | F | G | H | J | K | L | ; | ' | ENTER | ENTER | REF |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------------------------+--------|
- * | LSHIFT | Z | X | C | V | B | N | M | , | . | / | \ | RSHIFT | UP | SAVE |
- * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------|
- * | LALT | LGUI | LALT | FIND | CMD T | SPACE | SPACE | START | FN-MO | RALT | RGUI | RCTRL | LEFT | DOWN | RIGHT |
- * '--------------------------------------------------------------------------------------------------------------------------------------'
- */
-
- [_QW_W] = LAYOUT_ortho_5x15( /* QWERTY WIN*/
- QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, LCTL(KC_X), KC_BSPC,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LCBR, KC_RCBR, LCTL(KC_C), LCTL(KC_V),
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, LCTL(KC_R), KC_NO, KC_ENT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_BSLS, KC_RSFT, KC_UP, LCTL(KC_S),
- KC_LCTL, KC_LALT, KC_LGUI, LCTL(KC_F), LCTL(KC_T), KC_SPC, KC_NO, LCTL(QK_GESC), MO(_FN), KC_RGUI, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- /* FUNCTION
- * .--------------------------------------------------------------------------------------------------------------------------------------.
- * | ESC | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | VOLDN | VOLUP | MUTE | DEL |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------|
- * | TAB | - | WIN | - | - | RGB_TOG| - | - | OPTION | QK_BOOT | - | [ | ] | - | - |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------+--------|
- * | CAP LK | MAC | RAINBOW| PLAIN | - | - | - | - | - | - | ; | ' | ENTER | ENTER | REF |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------------------------+--------|
- * | LSHIFT | INC | DEC | HUE I | HUE D | SAT I | SAT D | - | - | . | / | \ | RSHIFT| HOME | SAVE |
- * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------|
- * | LALT | LGUI | LALT | FIND | CMD T | SPACE | SPACE | ALFRED | FN-MO | RALT | RGUI | RCTRL | PGUP | END | PGDN |
- * '--------------------------------------------------------------------------------------------------------------------------------------'
- */
-
- [_FN] = LAYOUT_ortho_5x15( /* OSLAYOUT + NUMPAD + MEDIA + LIGHTING */
- KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_VOLD, KC_VOLU, KC_MUTE, KC_DEL,
- KC_TRNS, KC_NO, DF(_QW_W), KC_NO, KC_NO, RGB_TOG, KC_NO, KC_NO, KC_RALT, QK_BOOT, KC_NO, KC_LBRC, KC_RBRC, KC_TRNS, KC_TRNS,
- KC_TRNS, DF(_QW_M), RGB_MODE_RAINBOW, RGB_MODE_PLAIN, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, RGB_VAI, RGB_VAD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, KC_NO, KC_NO, KC_DOT, KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGUP, KC_END, KC_PGDN
- ),
-};
diff --git a/keyboards/idobao/id75/keymaps/revok75/readme.md b/keyboards/idobao/id75/keymaps/revok75/readme.md
deleted file mode 100644
index 780c5401c4..0000000000
--- a/keyboards/idobao/id75/keymaps/revok75/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# The default keymap for Revok 75 --idobo version