Skip to content

Commit

Permalink
move id80 and id75 to v1 to accommodate for id75 v2 and id80 v3 (#15992)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
peepeetee and zvecr authored Feb 10, 2022
1 parent 7c57c88 commit 27ec667
Show file tree
Hide file tree
Showing 33 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Defalt to the ansi version
DEFAULT_FOLDER = idobao/id80/ansi
DEFAULT_FOLDER = idobao/id80/v1/ansi

# MCU name
MCU = atmega32u4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
File renamed without changes.

0 comments on commit 27ec667

Please sign in to comment.