Skip to content

Commit

Permalink
Attempted fix of CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Envious-Data committed Oct 30, 2022
1 parent 146d5b9 commit b1084a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions keyboards/enviousdesign/60f/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define PRODUCT_ID 0xA400
#define DEVICE_VER 0x0001
#define MANUFACTURER EnviousDesign
#define PRODUCT 60F 1.0
#define PRODUCT 60FV1

/* key matrix size */
#define MATRIX_ROWS 5
Expand All @@ -44,7 +44,6 @@
{ GP11, GP12, GP13, GP14, GP15 }
#define MATRIX_COL_PINS \
{ GP10, GP9, GP8, GP7, GP6, GP5, GP16, GP17, GP18, GP19, GP20, GP21, GP22, GP26, GP27 }
#define UNUSED_PINS

/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
Expand Down
3 changes: 1 addition & 2 deletions keyboards/enviousdesign/65m/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define PRODUCT_ID 0xA200
#define DEVICE_VER 0x0001
#define MANUFACTURER EnviousDesign
#define PRODUCT EnvKB 65M
#define PRODUCT EnvKB_65M

/* key matrix size */
#define MATRIX_ROWS 5
Expand All @@ -48,7 +48,6 @@
{ GP21, GP20, GP19, GP18, GP17 }
#define MATRIX_COL_PINS \
{ GP0, GP1, GP2, GP3, GP4, GP5, GP6, GP7, GP8, GP9, GP10, GP11, GP12, GP13, GP14, GP15, GP16 }
#define UNUSED_PINS

/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
Expand Down
3 changes: 1 addition & 2 deletions keyboards/enviousdesign/mcro/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define PRODUCT_ID 0xA300
#define DEVICE_VER 0x0011
#define MANUFACTURER EnviousDesign
#define PRODUCT MCRO 1.0
#define PRODUCT MCROV1

/* key matrix size */
#define MATRIX_ROWS 3
Expand All @@ -44,7 +44,6 @@
{ GP4, GP11, GP15 }
#define MATRIX_COL_PINS \
{ GP18, GP19, GP20, GP21 }
#define UNUSED_PINS

/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
Expand Down
3 changes: 1 addition & 2 deletions keyboards/enviousdesign/tkl/rev0/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define PRODUCT_ID 0xA100
#define DEVICE_VER 0x0000
#define MANUFACTURER EnviousDesign
#define PRODUCT TKL Prototype
#define PRODUCT_TKL_Prototype

/* key matrix size */
#define MATRIX_ROWS 6
Expand All @@ -47,7 +47,6 @@
{ GP20, GP21, GP22, GP26, GP27, GP28 }
#define MATRIX_COL_PINS \
{ GP2, GP3, GP4, GP5, GP6, GP7, GP8, GP9, GP10, GP11, GP12, GP13, GP14, GP15, GP19, GP18, GP17, GP16 }
#define UNUSED_PINS

/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
Expand Down
3 changes: 1 addition & 2 deletions keyboards/enviousdesign/tkl/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "config_common.h"

/* USB Device descriptor parameter */
#define PRODUCT Delirium TKL Rev 1.0 +
#define PRODUCT Delirium_TKL_Rev_1.0
#define VENDOR_ID 0xE739
#define PRODUCT_ID 0xA500
#define DEVICE_VER 0x0001
Expand Down Expand Up @@ -48,7 +48,6 @@
{ GP20, GP21, GP22, GP26, GP27, GP28 }
#define MATRIX_COL_PINS \
{ GP2, GP3, GP4, GP5, GP6, GP7, GP8, GP9, GP10, GP11, GP12, GP13, GP14, GP15, GP19, GP18, GP17, GP16 }
#define UNUSED_PINS

/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
Expand Down
4 changes: 1 addition & 3 deletions keyboards/enviousdesign/tkl/rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define PRODUCT_ID 0xA400
#define DEVICE_VER 0x0001
#define MANUFACTURER EnviousDesign
#define PRODUCT ALT Delirium RGB
#define PRODUCT ALT_Delirium_RGB

/* key matrix size */
#define MATRIX_ROWS 6
Expand All @@ -48,8 +48,6 @@
{ GP20, GP21, GP22, GP26, GP27, GP28 }
#define MATRIX_COL_PINS \
{ GP2, GP3, GP4, GP5, GP6, GP7, GP8, GP9, GP10, GP11, GP12, GP13, GP14, GP15, GP19, GP18, GP17, GP16 }
#define UNUSED_PINS \
{ GP1, GP23, GP24, GP29 }

/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
Expand Down

0 comments on commit b1084a2

Please sign in to comment.