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
33 changed files with 11 additions and 11 deletions

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"