diff options
author | Joel Challis <git@zvecr.com> | 2020-04-25 23:40:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 23:40:39 +0100 |
commit | b2dbc3f515acd20d3ae9390527b13138c0159e5e (patch) | |
tree | 05bcbff7800dee125ecc21f0408a4d08d15a9885 /keyboards/7skb/rev1 | |
parent | 86b62eadc2a30efb9d27633af3be263cd6955661 (diff) | |
parent | 84bf82f2c95a5b2629223a3c3fb761824e47f46b (diff) |
Merge pull request #8896 from Salicylic-acid3/master
Correction of the number of LEDs and DEVICE_VER
Diffstat (limited to 'keyboards/7skb/rev1')
-rw-r--r-- | keyboards/7skb/rev1/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/7skb/rev1/config.h b/keyboards/7skb/rev1/config.h index b1096c4d69..808ec282ea 100644 --- a/keyboards/7skb/rev1/config.h +++ b/keyboards/7skb/rev1/config.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x3060 +#define PRODUCT_ID 0x36E1 #define DEVICE_VER 0x0007 #define MANUFACTURER Salicylic_Acid #define PRODUCT 7skb @@ -52,9 +52,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D3 #ifndef RGBLED_NUM - #define RGBLED_NUM 10 + #define RGBLED_NUM 12 #define RGBLIGHT_SPLIT - #define RGBLED_SPLIT { 5, 5 } + #define RGBLED_SPLIT { 6, 6 } #endif #define RGBLIGHT_ANIMATIONS |