summaryrefslogtreecommitdiffstats
path: root/keyboards/idobao/id67
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/idobao/id67')
-rw-r--r--keyboards/idobao/id67/config.h86
-rw-r--r--keyboards/idobao/id67/id67.c68
-rw-r--r--keyboards/idobao/id67/id67.h8
-rw-r--r--keyboards/idobao/id67/info.json106
-rw-r--r--keyboards/idobao/id67/keymaps/default/keymap.c48
-rw-r--r--keyboards/idobao/id67/keymaps/idobao/keymap.c341
-rw-r--r--keyboards/idobao/id67/keymaps/idobao/rules.mk2
-rw-r--r--keyboards/idobao/id67/keymaps/thewerther/config.h82
-rw-r--r--keyboards/idobao/id67/keymaps/thewerther/keymap.c42
-rw-r--r--keyboards/idobao/id67/keymaps/thewerther/rules.mk2
-rw-r--r--keyboards/idobao/id67/keymaps/via/keymap.c77
-rw-r--r--keyboards/idobao/id67/keymaps/via/rules.mk2
-rw-r--r--keyboards/idobao/id67/keymaps/vinorodrigues/config.h74
-rw-r--r--keyboards/idobao/id67/keymaps/vinorodrigues/keymap.c311
-rw-r--r--keyboards/idobao/id67/keymaps/vinorodrigues/rules.mk3
-rw-r--r--keyboards/idobao/id67/post_rules.mk8
-rw-r--r--keyboards/idobao/id67/readme.md47
-rw-r--r--keyboards/idobao/id67/rules.mk5
18 files changed, 0 insertions, 1312 deletions
diff --git a/keyboards/idobao/id67/config.h b/keyboards/idobao/id67/config.h
deleted file mode 100644
index 59e34654b5..0000000000
--- a/keyboards/idobao/id67/config.h
+++ /dev/null
@@ -1,86 +0,0 @@
-// Copyright 2021 Tybera (@tybera)
-// Copyright 2021 Werther (@thewerther)
-// Copyright 2022 Vino Rodrigues (@vinorodrigues)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "config_common.h"
-
-#define RGB_DI_PIN F0
-
-// RGB Matrix config
-#if defined(RGB_MATRIX_ENABLE)
- #ifndef ID67_DISABLE_UNDERGLOW
- #define DRIVER_LED_TOTAL 77
- #else
- #define DRIVER_LED_TOTAL (77 - 10)
- #endif
-
- #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
- #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // limits maximum brightness of LEDs to x out of 255. If not defined maximum brightness is set to 255
-
- #define RGB_MATRIX_KEYPRESSES
-
- #define ENABLE_RGB_MATRIX_SOLID_COLOR // Static single color
- #define ENABLE_RGB_MATRIX_ALPHAS_MODS // Static dual hue, speed is hue for secondary hue
- #define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN // Static gradient top to bottom, speed controls how much gradient changes
- #define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT // Static gradient left to right, speed controls how much gradient changes
- #define ENABLE_RGB_MATRIX_BREATHING // Single hue brightness cycling animation
- #define ENABLE_RGB_MATRIX_BAND_SAT // Single hue band fading saturation scrolling left to right
- #define ENABLE_RGB_MATRIX_BAND_VAL // Single hue band fading brightness scrolling left to right
- #define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT // Single hue 3 blade spinning pinwheel fades saturation
- #define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL // Single hue 3 blade spinning pinwheel fades brightness
- #define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT // Single hue spinning spiral fades saturation
- #define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL // Single hue spinning spiral fades brightness
- #define ENABLE_RGB_MATRIX_CYCLE_ALL // Full keyboard solid hue cycling through full gradient
- #define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT // Full gradient scrolling left to right
- #define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN // Full gradient scrolling top to bottom
- #define ENABLE_RGB_MATRIX_CYCLE_OUT_IN // Full gradient scrolling out to in
- #define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL // Full dual gradients scrolling out to in
- #define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON // Full gradient Chevron shaped scrolling left to right
- #define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL // Full gradient spinning pinwheel around center of keyboard
- #define ENABLE_RGB_MATRIX_CYCLE_SPIRAL // Full gradient spinning spiral around center of keyboard
- #define ENABLE_RGB_MATRIX_DUAL_BEACON // Full gradient spinning around center of keyboard
- #define ENABLE_RGB_MATRIX_RAINBOW_BEACON // Full tighter gradient spinning around center of keyboard
- #define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS // Full dual gradients spinning two halfs of keyboard
- #define ENABLE_RGB_MATRIX_RAINDROPS // Randomly changes a single key's hue
- #define ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS // Randomly changes a single key's hue and saturation
- #define ENABLE_RGB_MATRIX_HUE_BREATHING // Hue shifts up a slight amount at the same time, then shifts back
- #define ENABLE_RGB_MATRIX_HUE_PENDULUM // Hue shifts up a slight amount in a wave to the right, then back to the left
- #define ENABLE_RGB_MATRIX_HUE_WAVE // Hue shifts up a slight amount and then back down in a wave to the right
-
- /* RGB_MATRIX_FRAMEBUFFER_EFFECTS -- don't enable */
- // #define ENABLE_RGB_MATRIX_TYPING_HEATMAP
- // #define ENABLE_RGB_MATRIX_DIGITAL_RAIN
-
- /* RGB_MATRIX_KEYPRESSES || RGB_MATRIX_KEYRELEASES */
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE // Pulses keys hit to hue & value then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE // Static single hue, pulses keys hit to shifted hue then fades to current hue
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE // Hue & value pulse near a single key hit then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE // Hue & value pulse near multiple key hits then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS // Hue & value pulse the same column and row of a single key hit then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS // Hue & value pulse the same column and row of multiple key hits then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS // Hue & value pulse away on the same column and row of a single key hit then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS // Hue & value pulse away on the same column and row of multiple key hits then fades value out
- #define ENABLE_RGB_MATRIX_SPLASH // Full gradient & value pulse away from a single key hit then fades value out
- #define ENABLE_RGB_MATRIX_MULTISPLASH // Full gradient & value pulse away from multiple key hits then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_SPLASH // Hue & value pulse away from a single key hit then fades value out
- #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH // Hue & value pulse away from multiple key hits then fades value out
-#endif // RGB_MATRIX_ENABLE
-
-/* -----------------------
- * Feature disable options
- * These options are also useful to firmware size reduction.
- * ----------------------- */
-
-/* disable debug print */
-// #define NO_DEBUG
-
-/* disable print */
-// #define NO_PRINT
-
-/* disable action features */
-// #define NO_ACTION_LAYER
-// #define NO_ACTION_TAPPING
-// #define NO_ACTION_ONESHOT
diff --git a/keyboards/idobao/id67/id67.c b/keyboards/idobao/id67/id67.c
deleted file mode 100644
index 17bcd9a943..0000000000
--- a/keyboards/idobao/id67/id67.c
+++ /dev/null
@@ -1,68 +0,0 @@
-// Copyright 2021 Tybera (@tybera)
-// Copyright 2021 Werther (@thewerther)
-// Copyright 2022 Vino Rodrigues (@vinorodrigues)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include "id67.h"
-
-#define __ NO_LED
-
-#if defined(RGB_MATRIX_ENABLE)
-
-/* NB!!: Indices are reversed on the physical board, top left is bottom right.
- * These "LED Index to *" arrays are in that reversed order!
- * i.e., Space row on top, listed right to left */
-led_config_t g_led_config = { {
- /* Under- / Per-Key
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
- * │66 │65 │64 │63 │62 │61 │60 │59 │58 │57 │56 │55 │54 │ 53 │52 │
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
- * │ 51 │50 │49 │48 │47 │46 │45 │44 │43 │42 │41 │40 │39 │ 38 │37 │
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
- * │ 36 │35 │34 │33 │32 │31 │30 │29 │28 │27 │26 │25 │ 24 │23 │
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
- * │ 22 │21 │20 │19 │18 │17 │16 │15 │14 │13 │12 │ 11 │10 │ 9 │
- * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
- * │ 8 │ 7 │ 6 │ 5 │ 4 │ 3 │ │ 2 │ 1 │ 0 │
- * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
- *
- * Bottom Side (as seen from top orientation)
- * 67 68 69 70 71
- * 76 75 74 73 72
- */
- // Key Matrix to LED Index
- {66, 65, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52},
- {51, 50, 49, 48, 47, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37},
- {36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, __, 24, 23},
- {22, __, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9},
- { 8, 7, __, 6, __, __, 5, __, __, __, 4, 3, 2, 1, 0},
-}, {
- // LED Index to Physical Position
- // based on: https://gist.github.com/vinorodrigues/07fd735683856b2a06c7c52b9b3878cb
- // **NB: In reverse order**
- {224,64 }, {209,64 }, {194,64 }, {170,64 }, {151,64 }, { 95,64 }, { 39,64 }, { 21,64 }, { 2,64 },
- {224,48 }, {209,48 }, {189,48 }, {168,48 }, {153,48 }, {138,48 }, {123,48 }, {108,48 }, { 93,48 }, { 78,48 }, { 63,48 }, { 49,48 }, { 34,48 }, { 9,48 },
- {224,32 }, {200,32 }, {175,32 }, {161,32 }, {146,32 }, {131,32 }, {116,32 }, {101,32 }, { 86,32 }, { 71,32 }, { 56,32 }, { 41,32 }, { 26,32 }, { 6,32 },
- {224,16 }, {205,16 }, {187,16 }, {172,16 }, {157,16 }, {142,16 }, {127,16 }, {112,16 }, { 97,16 }, { 82,16 }, { 67,16 }, { 52,16 }, { 37,16 }, { 22,16 }, { 4,16 },
- {224,0 }, {202,0 }, {179,0 }, {164,0 }, {149,0 }, {134,0 }, {119,0 }, {105,0 }, { 90,0 }, { 75,0 }, { 60,0 }, { 45,0 }, { 30,0 }, { 15,0 }, { 0,0 }
- // underglow LEDs
- #ifndef ID67_DISABLE_UNDERGLOW
- , {0, 0}, {56, 0}, {112, 0}, {168, 0}, {224, 0},
- {224, 64}, {168, 64}, {112, 64}, {56, 64}, {0, 64}
- #endif
-}, {
- // LED Index to Flag
- // **NB: In reverse order**
- 1, 1, 1, 1, 1, 4, 1, 1, 1, // fifth/bottom row
- 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, // fourth row
- 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 9, // third row
- 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, // second row
- 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1 // first/top row
- // underglow LEDs
- #ifndef ID67_DISABLE_UNDERGLOW
- , 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2
- #endif
-} };
-
-#endif // RGB_MATRIX_ENABLE
diff --git a/keyboards/idobao/id67/id67.h b/keyboards/idobao/id67/id67.h
deleted file mode 100644
index cd5ab8de09..0000000000
--- a/keyboards/idobao/id67/id67.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2021 Tybera (@tybera)
-// Copyright 2021 Werther (@thewerther)
-// Copyright 2022 Vino Rodrigues (@vinorodrigues)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "quantum.h"
diff --git a/keyboards/idobao/id67/info.json b/keyboards/idobao/id67/info.json
deleted file mode 100644
index 5d70e19cd8..0000000000
--- a/keyboards/idobao/id67/info.json
+++ /dev/null
@@ -1,106 +0,0 @@
-{
- "manufacturer": "IDOBAO",
- "keyboard_name": "ID67",
- "maintainer": "thewerther",
- "bootloader": "atmel-dfu",
- "diode_direction": "COL2ROW",
- "debounce": 5,
- "features": {
- "bootmagic": true,
- "mousekey": true,
- "extrakey": true,
- "command": false,
- "console": false,
- "nkro": true,
- "backlight": false,
- "rgblight": false
- },
- "matrix_pins": {
- "cols": ["C7", "F6", "F5", "F4", "F1", "B7", "D5", "D1", "D2", "D3", "D4", "D0", "D6", "D7", "B4"],
- "rows": ["B0", "B1", "B2", "B3", "F7"]
- },
- "processor": "atmega32u4",
- "url": "https://idobao.net/search?type=product&q=ID67*",
- "usb": {
- "vid": "0x6964",
- "pid": "0x0267",
- "device_version": "2.0.0"
- },
- "layouts": {
- "LAYOUT_65_ansi_blocker": {
- "layout": [
- { "matrix": [0, 0], "x":0, "y":0 },
- { "matrix": [0, 1], "x":1, "y":0 },
- { "matrix": [0, 2], "x":2, "y":0 },
- { "matrix": [0, 3], "x":3, "y":0 },
- { "matrix": [0, 4], "x":4, "y":0 },
- { "matrix": [0, 5], "x":5, "y":0 },
- { "matrix": [0, 6], "x":6, "y":0 },
- { "matrix": [0, 7], "x":7, "y":0 },
- { "matrix": [0, 8], "x":8, "y":0 },
- { "matrix": [0, 9], "x":9, "y":0 },
- { "matrix": [0, 10], "x":10, "y":0 },
- { "matrix": [0, 11], "x":11, "y":0 },
- { "matrix": [0, 12], "x":12, "y":0 },
- { "matrix": [0, 13], "x":13, "y":0, "w":2 },
- { "matrix": [0, 14], "x":15, "y":0 },
-
- { "matrix": [1, 0], "x":0, "y":1, "w":1.5 },
- { "matrix": [1, 1], "x":1.5, "y":1 },
- { "matrix": [1, 2], "x":2.5, "y":1 },
- { "matrix": [1, 3], "x":3.5, "y":1 },
- { "matrix": [1, 4], "x":4.5, "y":1 },
- { "matrix": [1, 5], "x":5.5, "y":1 },
- { "matrix": [1, 6], "x":6.5, "y":1 },
- { "matrix": [1, 7], "x":7.5, "y":1 },
- { "matrix": [1, 8], "x":8.5, "y":1 },
- { "matrix": [1, 9], "x":9.5, "y":1 },
- { "matrix": [1, 10], "x":10.5, "y":1 },
- { "matrix": [1, 11], "x":11.5, "y":1 },
- { "matrix": [1, 12], "x":12.5, "y":1 },
- { "matrix": [1, 13], "x":13.5, "y":1, "w":1.5 },
- { "matrix": [1, 14], "x":15, "y":1 },
-
- { "matrix": [2, 0], "x":0, "y":2, "w":1.75 },
- { "matrix": [2, 1], "x":1.75, "y":2 },
- { "matrix": [2, 2], "x":2.75, "y":2 },
- { "matrix": [2, 3], "x":3.75, "y":2 },
- { "matrix": [2, 4], "x":4.75, "y":2 },
- { "matrix": [2, 5], "x":5.75, "y":2 },
- { "matrix": [2, 6], "x":6.75, "y":2 },
- { "matrix": [2, 7], "x":7.75, "y":2 },
- { "matrix": [2, 8], "x":8.75, "y":2 },
- { "matrix": [2, 9], "x":9.75, "y":2 },
- { "matrix": [2, 10], "x":10.75, "y":2 },
- { "matrix": [2, 11], "x":11.75, "y":2 },
- { "matrix": [2, 13], "x":12.75, "y":2, "w":2.25 },
- { "matrix": [2, 14], "x":15, "y":2 },
-
- { "matrix": [3, 0], "x":0, "y":3, "w":2.25 },
- { "matrix": [3, 2], "x":2.25, "y":3 },
- { "matrix": [3, 3], "x":3.25, "y":3 },
- { "matrix": [3, 4], "x":4.25, "y":3 },
- { "matrix": [3, 5], "x":5.25, "y":3 },
- { "matrix": [3, 6], "x":6.25, "y":3 },
- { "matrix": [3, 7], "x":7.25, "y":3 },
- { "matrix": [3, 8], "x":8.25, "y":3 },
- { "matrix": [3, 9], "x":9.25, "y":3 },
- { "matrix": [3, 10], "x":10.25, "y":3 },
- { "matrix": [3, 11], "x":11.25, "y":3 },
- { "matrix": [3, 12], "x":12.25, "y":3, "w":1.75 },
- { "matrix": [3, 13], "x":14, "y":3 },
- { "matrix": [3, 14], "x":15, "y":3 },
-
- { "matrix": [4, 0], "x":0, "y":4, "w":1.25 },
- { "matrix": [4, 1], "x":1.25, "y":4, "w":1.25 },
- { "matrix": [4, 3], "x":2.5, "y":4, "w":1.25 },
- { "matrix": [4, 6], "x":3.75, "y":4, "w":6.25 },
- { "matrix": [4, 10], "x":10, "y":4, "w":1.25 },
- { "matrix": [4, 11], "x":11.25, "y":4, "w":1.25 },
- { "matrix": [4, 12], "x":13, "y":4 },
- { "matrix": [4, 13], "x":14, "y":4 },
- { "matrix": [4, 14], "x":15, "y":4 }
- ]
- }
- }
-}
diff --git a/keyboards/idobao/id67/keymaps/default/keymap.c b/keyboards/idobao/id67/keymaps/default/keymap.c
deleted file mode 100644
index 55e6fd88cd..0000000000
--- a/keyboards/idobao/id67/keymaps/default/keymap.c
+++ /dev/null
@@ -1,48 +0,0 @@
-// Copyright 2021 Tybera (@tybera)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /*
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
- * │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │Backspc│ ~ │
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
- * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ [ │ ] │ \ │Del│
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
- * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ Enter │PUp│
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
- * │ Shift │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │ Shft │Up │PDn│
- * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
- * │Ctrl│Win │Alt │ │Fn1 │Ctrl│ │Lf │Dn │Rt │
- * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
- */
- [0] = LAYOUT_65_ansi_blocker(
- KC_ESC, 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_TILD,
- 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_DEL,
- KC_CAPS, 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_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_UP, KC_PGDN,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- /*
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
- * │ │F1 │F2 │F3 │F4 │F5 │F6 │F7 │F8 │F9 │F10│F11│F12│ │ │
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
- * │ │Tog│Up │Mod│Hu+│Hu-│Sa+│Sa-│Br+│Br-│ │ │ │ │ │
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
- * │ │Lf │Dn │Rt │ │ │ │ │ │Ins│Hom│PUp│ │ │
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
- * │ │RST│Sp+│Sp-│ │Vl-│Mut│Vl+│Del│End│PDn│ │ │ │
- * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
- * │ │ │ │ │ │ │ │ │ │ │
- * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
- */
- [1] = LAYOUT_65_ansi_blocker(
- _______, 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_TOG, KC_UP, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, _______, _______, _______,
- _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, KC_INS, KC_HOME, KC_PGUP, _______, _______,
- _______, QK_BOOT, RGB_SPI, RGB_SPD, _______, KC_VOLD, KC_MUTE, KC_VOLU, KC_DEL, KC_END, KC_PGDN, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- )
-};
diff --git a/keyboards/idobao/id67/keymaps/idobao/keymap.c b/keyboards/idobao/id67/keymaps/idobao/keymap.c
deleted file mode 100644
index 55ff6e5730..0000000000
--- a/keyboards/idobao/id67/keymaps/idobao/keymap.c
+++ /dev/null
@@ -1,341 +0,0 @@
-// Copyright 2022 Vino Rodrigues (@vinorodrigues)
-// Copyright 2022 IDOBAO (@idobaokb)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-/* ------------------------------------------------------------------
- * This is the IDOBAO factory default keymap ;)
- * ------------------------------------------------------------------ */
-
-#include QMK_KEYBOARD_H
-#include "version.h"
-
-#ifdef RGB_MATRIX_ENABLE
-
-typedef union {
- uint32_t raw;
- struct {
- bool rgb_disable_perkey:1;
- #ifndef ID67_DISABLE_UNDERGLOW
- bool rgb_disable_underglow:1;
- #endif // ID67_DISABLE_UNDERGLOW
- };
-} user_config_t;
-
-#endif // RGB_MATRIX_ENABLE
-
-enum {
- KC_MCON = USER00, // macOS Open Mission Control
- KC_LPAD, // macOS Open Launchpad
- #ifdef RGB_MATRIX_ENABLE
- RGB_TPK, // Toggle Per-Key
- #ifndef ID67_DISABLE_UNDERGLOW
- RGB_TUG, // Toggle Underglow
- #endif // ID67_DISABLE_UNDERGLOW
- #endif //RGB_MATRIX_ENABLE
- KB_VRSN = USER09 // debug, type version
-};
-
-#ifndef RGB_MATRIX_ENABLE
- #define RGB_TPK _______
- #define RGB_TUG _______
-#else
- #ifdef ID67_DISABLE_UNDERGLOW
- #define RGB_TUG _______
- #endif // ID67_DISABLE_UNDERGLOW
-#endif // RGB_MATRIX_ENABLE
-
-enum macos_consumer_usages {
- _AC_SHOW_ALL_WINDOWS = 0x29F, // mapped to KC_MCON
- _AC_SHOW_ALL_APPS = 0x2A0 // mapped to KC_LPAD
-};
-
-/* Special Keys */
-#define SK_LT1C LT(1, KC_CAPS) // Layer Tap 1, i.e., Tap = Caps Lock, Hold = Layer 1
-#define SK_LT2A LT(2, KC_APP) // Layer Tap 2, i.e., Tap = Menu, Hold = Layer 2
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /*
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
- * │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │Backspc│ ~ │
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
- * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ [ │ ] │ \ │Del│
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
- * │*Caps*│ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ Enter │PUp│ *Caps* => `LT(1, KC_CAPS)`
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
- * │ Shift │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │ Shft │Up │PDn│
- * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
- * │Ctrl│Win │Alt │ │Fn1 │*Mn*│ │Lf │Dn │Rt │ *Mn* => `LT(2, KC_APP)`
- * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
- */
- [0] = LAYOUT_65_ansi_blocker(
- KC_ESC, 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_TILD,
- 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_DEL,
- SK_LT1C, 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_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_UP, KC_PGDN,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), SK_LT2A, KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- /*
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
- * │ │F1 │F2 │F3 │F4 │F5 │F6 │F7 │F8 │F9 │F10│F11│F12│ │ │
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
- * │ │Tog│Up │Mod│Hu+│Hu-│Sa+│Sa-│Br+│Br-│ │TUG│TPK│ │ │
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
- * │ │Lf │Dn │Rt │ │ │ │ │ │Ins│Hom│PUp│ │ │
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
- * │ │RST│Sp+│Sp-│ │Vl-│Mut│Vl+│Del│End│PDn│ │ │ │
- * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
- * │ │ │ │ │ │ │ │ │ │ │
- * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
- */
- [1] = LAYOUT_65_ansi_blocker(
- KC_GRV, 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_TOG, KC_UP, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, RGB_TUG, RGB_TPK, _______, _______,
- KC_CAPS, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, KC_INS, KC_HOME, KC_PGUP, _______, _______,
- _______, QK_BOOT, RGB_SPI, RGB_SPD, KB_VRSN, KC_VOLD, KC_MUTE, KC_VOLU, KC_DEL, KC_END, KC_PGDN, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- /*
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
- * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
- * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
- * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
- * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
- * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
- * │ │ │ │ │ │ │ │ │ │ │
- * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
- */
- [2] = LAYOUT_65_ansi_blocker(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- [3] = LAYOUT_65_ansi_blocker(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- )
-};
-
-#ifdef RGB_MATRIX_ENABLE
-
-/*
- * RGB Stuff
- */
-
-#define ID67_CAPS_LOCK_KEY_INDEX 36 // position of Caps Lock key
-
-#define ID67_CAPS_LOCK_MAX_BRIGHTNESS 0xFF
-#ifdef RGB_MATRIX_MAXIMUM_BRIGHTNESS
- #undef ID67_CAPS_LOCK_MAX_BRIGHTNESS
- #define ID67_CAPS_LOCK_MAX_BRIGHTNESS RGB_MATRIX_MAXIMUM_BRIGHTNESS
-#endif
-
-#define ID67_CAPS_LOCK_VAL_STEP 8
-#ifdef RGB_MATRIX_VAL_STEP
- #undef ID67_CAPS_LOCK_VAL_STEP
- #define ID67_CAPS_LOCK_VAL_STEP RGB_MATRIX_VAL_STEP
-#endif
-
-user_config_t user_config;
-
-void id67_update_rgb_mode(void) {
- uint8_t flags = LED_FLAG_ALL;
-
- if (user_config.rgb_disable_perkey
- #ifndef ID67_DISABLE_UNDERGLOW
- && user_config.rgb_disable_underglow
- #endif // ID67_DISABLE_UNDERGLOW
- ) {
- flags = 0; // All OFF Condition
- } else {
- if (user_config.rgb_disable_perkey) {
- #ifndef ID67_DISABLE_UNDERGLOW
- flags = LED_FLAG_UNDERGLOW | 0xF0;
- #else
- flags = 0xF0;
- #endif // ID67_DISABLE_UNDERGLOW
- }
- #ifndef ID67_DISABLE_UNDERGLOW
- if (user_config.rgb_disable_underglow) {
- flags = LED_FLAG_MODIFIER | LED_FLAG_KEYLIGHT | LED_FLAG_INDICATOR | 0xF0;
- }
- #endif // ID67_DISABLE_UNDERGLOW
- }
-
- if (flags == 0) {
- rgb_matrix_set_flags(0);
- rgb_matrix_set_color_all(HSV_OFF);
- } else {
- rgb_matrix_set_flags(flags);
- rgb_matrix_enable_noeeprom();
- }
-
- eeconfig_update_kb(user_config.raw); // write back to EEPROM
-}
-
-void id67_get_rgb_mode(void) {
- user_config.raw = eeconfig_read_kb(); // read config from EEPROM
- id67_update_rgb_mode();
-}
-
-void keyboard_post_init_user(void) {
- id67_get_rgb_mode();
-}
-
-void eeconfig_init_user(void) {
- // EEPROM is getting reset!
- user_config.raw = 0;
- id67_update_rgb_mode();
-}
-
-void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
- // Caps Lock key stuff
-
- if (host_keyboard_led_state().caps_lock) {
- uint8_t v = rgb_matrix_get_val();
- if (v < ID67_CAPS_LOCK_VAL_STEP) {
- v = ID67_CAPS_LOCK_VAL_STEP;
- } else if (v < (ID67_CAPS_LOCK_MAX_BRIGHTNESS - ID67_CAPS_LOCK_VAL_STEP)) {
- if (!user_config.rgb_disable_perkey) {
- v += ID67_CAPS_LOCK_VAL_STEP; // inc. by one more step than current brightness
- } // else leave as current brightness
- } else {
- v = ID67_CAPS_LOCK_MAX_BRIGHTNESS;
- }
- rgb_matrix_set_color(ID67_CAPS_LOCK_KEY_INDEX, v, v, v); // white, brightness adjusted
- } else if (user_config.rgb_disable_perkey) {
- rgb_matrix_set_color(ID67_CAPS_LOCK_KEY_INDEX, HSV_OFF); // off
- }
-}
-
-#endif // RGB_MATRIX_ENABLE
-
-/*
- * Extra keys and RGB Toggle handler
- */
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
-
- switch (keycode) {
-
- // handle RGB toggle key - this ensures caps lock always works
- #ifdef RGB_MATRIX_ENABLE
-
- case QK_BOOT:
- if (record->event.pressed) {
- rgb_matrix_set_color_all(RGB_MATRIX_MAXIMUM_BRIGHTNESS, 0, 0); // All red
- rgb_matrix_driver.flush();
- }
- return true;
-
- case RGB_TOG:
- /* roll through the LED modes
- * | Level | Per-key | Underglow |
- * |-------------|---------|-----------|
- * | 0 (default) | on | on |
- * | 1 | OFF | on |
- * | 2 | on | OFF |
- * | 3 | OFF | OFF |
- *
- * for ID67_DISABLE_UNDERGLOW
- * | Level | Per-key |
- * |-------------|---------|
- * | 0 (default) | on |
- * | 1 | OFF |
- */
- if (record->event.pressed) {
- if ((!user_config.rgb_disable_perkey)
- #ifndef ID67_DISABLE_UNDERGLOW
- && (!user_config.rgb_disable_underglow)
- #endif // ID67_DISABLE_UNDERGLOW
- ) {
- user_config.rgb_disable_perkey = 1;
-
- #ifndef ID67_DISABLE_UNDERGLOW
-
- } else if (user_config.rgb_disable_perkey && (!user_config.rgb_disable_underglow)) {
- user_config.rgb_disable_perkey = 0;
- user_config.rgb_disable_underglow = 1;
-
- } else if ((!user_config.rgb_disable_perkey) && user_config.rgb_disable_underglow) {
-