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:
@@ -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).
|
@@ -1,5 +1,5 @@
|
||||
# Defalt to the ansi version
|
||||
DEFAULT_FOLDER = idobao/id80/ansi
|
||||
DEFAULT_FOLDER = idobao/id80/v1/ansi
|
||||
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
@@ -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"
|
Reference in New Issue
Block a user