diff options
author | Salicylic-acid3 <inaha17ino@hotmail.com> | 2020-04-24 02:50:23 +0900 |
---|---|---|
committer | Salicylic-acid3 <inaha17ino@hotmail.com> | 2020-04-24 02:50:23 +0900 |
commit | d2b03bf1505ef88d3d7c07e6db7cc439ffef3e01 (patch) | |
tree | 6e7eb90d381e03f617f6eb9f175ce17a040cd8f9 /keyboards/7skb/rev1 | |
parent | ccc8338b0e828f357a8051a729f2ccdbe3129fdb (diff) |
Correction of the number of LEDs and DEVICE_VER.
The number of LED is changed from 5 to 6 on one side.
DEVICE_VER was changed to a number with no duplicates.
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..8053a9fad7 100644 --- a/keyboards/7skb/rev1/config.h +++ b/keyboards/7skb/rev1/config.h @@ -21,7 +21,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 DEVICE_VER 0x0007 +#define DEVICE_VER 0x36e1 #define MANUFACTURER Salicylic_Acid #define PRODUCT 7skb #define DESCRIPTION A custom keyboard @@ -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 |