Skip to content

Commit

Permalink
Correction of the number of LEDs and DEVICE_VER.
Browse files Browse the repository at this point in the history
The number of LED is changed from 5 to 6 on one side.
DEVICE_VER was changed to a number with no duplicates.
  • Loading branch information
Salicylic-acid3 committed Apr 23, 2020
1 parent ccc8338 commit d2b03bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keyboards/7skb/keymaps/salicylic/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
rgblight_sethsv_at( 0, 0, 0, 0);
break;
}
rgblight_set_effect_range( 1, 4);
rgblight_set_effect_range( 1, 5);
#endif
return state;
}
Expand Down
6 changes: 3 additions & 3 deletions keyboards/7skb/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d2b03bf

Please sign in to comment.