summaryrefslogtreecommitdiffstats
path: root/keyboards/idobao/montex/v2
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/idobao/montex/v2')
-rwxr-xr-xkeyboards/idobao/montex/v2/keymaps/via/config.h6
-rwxr-xr-xkeyboards/idobao/montex/v2/keymaps/via/rules.mk2
-rw-r--r--keyboards/idobao/montex/v2/post_rules.mk8
-rwxr-xr-xkeyboards/idobao/montex/v2/readme.md41
-rwxr-xr-xkeyboards/idobao/montex/v2/rules.mk5
-rwxr-xr-xkeyboards/idobao/montex/v2/v2.c82
-rwxr-xr-xkeyboards/idobao/montex/v2/v2.h6
7 files changed, 0 insertions, 150 deletions
diff --git a/keyboards/idobao/montex/v2/keymaps/via/config.h b/keyboards/idobao/montex/v2/keymaps/via/config.h
deleted file mode 100755
index 40b377f958..0000000000
--- a/keyboards/idobao/montex/v2/keymaps/via/config.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2022 IBNobody (@IBNobody)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#define DYNAMIC_KEYMAP_LAYER_COUNT 6
diff --git a/keyboards/idobao/montex/v2/keymaps/via/rules.mk b/keyboards/idobao/montex/v2/keymaps/via/rules.mk
deleted file mode 100755
index 36b7ba9cbc..0000000000
--- a/keyboards/idobao/montex/v2/keymaps/via/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-VIA_ENABLE = yes
-LTO_ENABLE = yes
diff --git a/keyboards/idobao/montex/v2/post_rules.mk b/keyboards/idobao/montex/v2/post_rules.mk
deleted file mode 100644
index f2d43fa6ac..0000000000
--- a/keyboards/idobao/montex/v2/post_rules.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-# some (if not most) Montex have a solid back plate,
-# this enables switching off the bottom facing LEDs
-# Usage: `make idobao/montex/v2:default UNDERGLOW=off`
-
-UNDERGLOW ?= yes
-ifneq ($(strip $(UNDERGLOW)), yes)
- OPT_DEFS += -DID27_DISABLE_UNDERGLOW
-endif
diff --git a/keyboards/idobao/montex/v2/readme.md b/keyboards/idobao/montex/v2/readme.md
deleted file mode 100755
index 63808c0a50..0000000000
--- a/keyboards/idobao/montex/v2/readme.md
+++ /dev/null
@@ -1,41 +0,0 @@
-# IDOBAO Montex V2
-
-![MONTEX V2](https://i.imgur.com/uHEispxh.png)
-
-A hotswap RGB numpad from IDOBAO.
-
-
-## Numeric Keypad
-
-* Keyboard Maintainer:
- - [IBNobody](https://github.com/IBNobody)
- - [vinorodrigues](https://github.com/vinorodrigues)
-* Hardware Supported: **IDOBAO Montex V2**
-* Hardware Availability: [IDOBAO.net](https://idobao.net/search?type=product&q=montex*)
-
-
-## Layout
-
-![](https://idobao.github.io/kle/idobao-id27-v2.png)
-
-
-## Compiling and Flashing
-
-Make example for this keyboard (after setting up your build environment):
-
- make idobao/montex/v2:default
-
-Flashing example for this keyboard:
-
- make idobao/montex/v2:default:flash
-
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.<br>
-Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
-
-## Bootloader
-
-Enter the bootloader in 3 ways:
-
-* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
-* **Physical reset button**: Briefly press the button on the back of the PCB
-* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
diff --git a/keyboards/idobao/montex/v2/rules.mk b/keyboards/idobao/montex/v2/rules.mk
deleted file mode 100755
index 205f56d5fd..0000000000
--- a/keyboards/idobao/montex/v2/rules.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file intentionally mostly left blank
-# ** settings are data driven & stored in `info.json` **
-
-RGB_MATRIX_ENABLE = yes
-RGB_MATRIX_DRIVER = WS2812
diff --git a/keyboards/idobao/montex/v2/v2.c b/keyboards/idobao/montex/v2/v2.c
deleted file mode 100755
index 0f06aa708e..0000000000
--- a/keyboards/idobao/montex/v2/v2.c
+++ /dev/null
@@ -1,82 +0,0 @@
-// Copyright 2022 IBNobody (@IBNobody)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include "v2.h"
-
-#define __ NO_LED
-
-#ifdef RGB_MATRIX_ENABLE
-
-/* Under-, Per-key
- * ┌───┬───┬───┬───┬───┐
- * │ 4 │ 3 │ 2 │ 1 │ 0 │
- * ├───┼───┼───┼───┼───┤
- * │ 5 │ 6 │ 7 │ 8 │ 9 │
- * ├───┼───┼───┼───┼───┤
- * │14 │13 │12 │11 │ │
- * ├───┼───┼───┼───┤10 │
- * │15 │16 │17 │18 │ │
- * ├───┼───┼───┼───┼───┤
- * │23 │22 │21 │20 │ │
- * ├───┼───┴───┼───┤19 │
- * │24 │ 25 │26 │ │
- * └───┴───────┴───┴───┘
- *
- * Underglow (from top / [Esc] = top left)
- * ┌─────────┬─────────┐
- * │ │ │
- * │ │ │
- * │ 29 │ 30 │
- * │ │ │
- * │ │ │
- * ├─────────┼─────────┤
- * │ │ │
- * │ │ │
- * │ 28 │ 27 │
- * │ │ │
- * │ │ │
- * └─────────┴─────────┘
- */
-
-led_config_t g_led_config = { {
- // Key Matrix to LED Index
- // Montex v2 WS2812 are laid in a Z-shape with index 0 = top-right
- // Based on: https://xelus.netlify.app/guides/KLE_to_RGB_parser
- { 4, 3, 2, 1, 0},
- { 5, 6, 7, 8, 9},
- { 14, 13, 12, 11, 10},
- { 15, 16, 17, 18, __},
- { 23, 22, 21, 20, __},
- { 24, 25, 26, 19, __}
-}, {
- // LED Index to Physical Position
- // per-key
- // Based on: https://xelus.netlify.app/guides/KLE_to_RGB_parser
- {224,0 }, {168,0 }, {112,0 }, { 56,0 }, { 0,0 }, // top row
- { 0,17 }, { 56,17 }, {112,17 }, {168,17 }, {224,17 }, // num-lk & /*- (reversed)
- {224,35 }, {168,29 }, {112,29 }, { 56,29 }, { 0,29 }, // 789+
- { 0,41 }, { 56,41 }, {112,41 }, {168,41 }, // 456 (reversed)
- {224,58 }, {168,52 }, {112,52 }, { 56,52 }, // 123
- { 0,52 }, { 0,64 }, { 84,64 }, {168,64 } // 0. & enter (reversed)
- // underglow LEDs (positions pushed to nearest edge to match edge key colors)
- #ifndef ID27_DISABLE_UNDERGLOW
- , {224,64 }, { 0,64 },
- { 0,0 }, { 224,0 }
- #endif
-}, {
- // LED Index to Flag
- // LED_FLAG_MODIFIER 0x01, LED_FLAG_UNDERGLOW 0x02, LED_FLAG_KEYLIGHT 0x04, LED_FLAG_INDICATOR 0x08
- // per-key
- 1, 1, 1, 1, 1,
- 4, 4, 4, 4, 4,
- 4, 4, 4, 4, 4,
- 4, 4, 4, 4,
- 4, 4, 4, 4,
- 4, 4, 4, 4
- // underglow
- #ifndef ID27_DISABLE_UNDERGLOW
- , 2, 2, 2, 2
- #endif
-} };
-
-#endif
diff --git a/keyboards/idobao/montex/v2/v2.h b/keyboards/idobao/montex/v2/v2.h
deleted file mode 100755
index 3f486480db..0000000000
--- a/keyboards/idobao/montex/v2/v2.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2022 IBNobody (@IBNobody)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "quantum.h"