Skip to content

Commit

Permalink
Rename EC Type-K (qmk#24180)
Browse files Browse the repository at this point in the history
Board name order change and default brightness change
  • Loading branch information
Cipulot authored and itsme-zeix committed Oct 2, 2024
1 parent 9d74e1f commit d44762d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/cipulot/ec_typek/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#define WS2812_DMA_CHANNEL 6
#define WS2812_DMAMUX_ID STM32_DMAMUX1_TIM1_UP

#define RGBLIGHT_DEFAULT_VAL 175
#define RGBLIGHT_DEFAULT_VAL 200
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 5)

#define NUM_INDICATOR_INDEX 2
Expand Down
4 changes: 2 additions & 2 deletions keyboards/cipulot/ec_typek/keyboard.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manufacturer": "Cipulot",
"keyboard_name": "EC Type-K",
"keyboard_name": "Type-K EC",
"maintainer": "Cipulot",
"bootloader": "stm32-dfu",
"build": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"led_count": 69,
"led_map": [0, 1, 2, 3, 4, 5, 66, 67, 68, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65],
"max_brightness": 175
"max_brightness": 200
},
"usb": {
"device_version": "0.0.1",
Expand Down

0 comments on commit d44762d

Please sign in to comment.