diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-11 05:46:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 21:46:03 +0000 |
commit | 27ec6674304412fb6f5499dbf0874dcf7b5524c6 (patch) | |
tree | e98f1367b95d61d5caefebc094457db54b6df7af /keyboards/idobao/id75 | |
parent | 7c57c88c86f62de5284f0bf0d616efb286e2f3e9 (diff) |
move id80 and id75 to v1 to accommodate for id75 v2 and id80 v3 (#15992)
* move id80 to a v1 to acommondate for v2 and a future v3
* move id75 to v1
* fix manufacturer and product fields, enable backlight
* move user keymap
* Fix DEFAULT_FOLDER
* Update build command
Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/idobao/id75')
-rw-r--r-- | keyboards/idobao/id75/v1/config.h (renamed from keyboards/idobao/id75/config.h) | 4 | ||||
-rw-r--r-- | keyboards/idobao/id75/v1/info.json (renamed from keyboards/idobao/id75/info.json) | 0 | ||||
-rw-r--r-- | keyboards/idobao/id75/v1/readme.md (renamed from keyboards/idobao/id75/readme.md) | 2 | ||||
-rw-r--r-- | keyboards/idobao/id75/v1/rules.mk (renamed from keyboards/idobao/id75/rules.mk) | 6 | ||||
-rw-r--r-- | keyboards/idobao/id75/v1/v1.c (renamed from keyboards/idobao/id75/id75.c) | 2 | ||||
-rw-r--r-- | keyboards/idobao/id75/v1/v1.h (renamed from keyboards/idobao/id75/id75.h) | 0 |
6 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/idobao/id75/config.h b/keyboards/idobao/id75/v1/config.h index ffe0bb7011..caaf7f75dc 100644 --- a/keyboards/idobao/id75/config.h +++ b/keyboards/idobao/id75/v1/config.h @@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0x6964 // ID #define PRODUCT_ID 0x0075 #define DEVICE_VER 0x0001 -#define MANUFACTURER Generic -#define PRODUCT Idobo +#define MANUFACTURER IDOBAO +#define PRODUCT ID75 /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/idobao/id75/info.json b/keyboards/idobao/id75/v1/info.json index bacdc42235..bacdc42235 100644 --- a/keyboards/idobao/id75/info.json +++ b/keyboards/idobao/id75/v1/info.json diff --git a/keyboards/idobao/id75/readme.md b/keyboards/idobao/id75/v1/readme.md index 9f0f87360c..545f3121f7 100644 --- a/keyboards/idobao/id75/readme.md +++ b/keyboards/idobao/id75/v1/readme.md @@ -14,6 +14,6 @@ Hardware Availability: Make example for this keyboard (after setting up your build environment): - make idobao/id75:default + make idobao/id75/v1:default 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. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/idobao/id75/rules.mk b/keyboards/idobao/id75/v1/rules.mk index 721b7f5606..0ce4fe96d9 100644 --- a/keyboards/idobao/id75/rules.mk +++ b/keyboards/idobao/id75/v1/rules.mk @@ -11,10 +11,10 @@ BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output LTO_ENABLE = yes # Use link time optimization diff --git a/keyboards/idobao/id75/id75.c b/keyboards/idobao/id75/v1/v1.c index 0a0e08cc32..992a292616 100644 --- a/keyboards/idobao/id75/id75.c +++ b/keyboards/idobao/id75/v1/v1.c @@ -13,4 +13,4 @@ * 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 "id75.h" +#include "v1.h" diff --git a/keyboards/idobao/id75/id75.h b/keyboards/idobao/id75/v1/v1.h index 9643a1efd3..9643a1efd3 100644 --- a/keyboards/idobao/id75/id75.h +++ b/keyboards/idobao/id75/v1/v1.h |