1
0
Fork 0

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>
This commit is contained in:
peepeetee 2022-02-11 05:46:03 +08:00 committed by GitHub
parent 7c57c88c86
commit 27ec667430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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).

View file

@ -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

View file

@ -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"

View file

@ -12,7 +12,7 @@ A 75% hotswap keyboard from IDOBAO.
Make example for this keyboard (after setting up your build environment):
make idobao/id80/ansi:default
make idobao/id80/v1/ansi:default
## ISO support:
@ -22,6 +22,6 @@ Make example for this keyboard (after setting up your build environment):
Make example for this keyboard (after setting up your build environment):
make idobao/id80/iso:default
make idobao/id80/v1/iso: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).

View file

@ -1,5 +1,5 @@
# Defalt to the ansi version
DEFAULT_FOLDER = idobao/id80/ansi
DEFAULT_FOLDER = idobao/id80/v1/ansi
# MCU name
MCU = atmega32u4

View file

@ -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 "id80.h"
#include "v1.h"