Skip to content

Commit

Permalink
keebio/viterbi/rev2/: replaced change PRODUCT_ID (qmk#10167)
Browse files Browse the repository at this point in the history
* replaced #define PRODUCT_ID 0x1157 with #define PRODUCT_ID 0x2157 

replaced product id to distinguish rev2 from rev1.
bakingpy gave me permission through discord chat.
  • Loading branch information
TheLibra23 authored and rgoulter committed Oct 4, 2020
1 parent 051f905 commit 7932093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/keebio/viterbi/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1157
#define PRODUCT_ID 0x2157
#define DEVICE_VER 0x0200
#define MANUFACTURER Keebio
#define PRODUCT The Viterbi Keyboard
Expand Down

0 comments on commit 7932093

Please sign in to comment.