logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 883821fa621a487b8d6a079cdf460831a1d63025
parent 599899c5fb66eca107b14af939744e0afd3b5685
Author: Cipulot <40441626+Cipulot@users.noreply.github.com>
Date:   Tue, 23 Jul 2024 19:38:03 +0900

Rename EC Type-K (#24180)

Board name order change and default brightness change

Diffstat:

Mkeyboards/cipulot/ec_typek/config.h2+-
Mkeyboards/cipulot/ec_typek/keyboard.json4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/keyboards/cipulot/ec_typek/config.h b/keyboards/cipulot/ec_typek/config.h @@ -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 diff --git a/keyboards/cipulot/ec_typek/keyboard.json b/keyboards/cipulot/ec_typek/keyboard.json @@ -1,6 +1,6 @@ { "manufacturer": "Cipulot", - "keyboard_name": "EC Type-K", + "keyboard_name": "Type-K EC", "maintainer": "Cipulot", "bootloader": "stm32-dfu", "build": { @@ -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",