forked from mirrors/qmk_firmware
2317c768e4
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>
21 lines
601 B
C
21 lines
601 B
C
// Copyright 2022 Freather
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define RGB_DI_PIN C7
|
|
#ifdef RGB_DI_PIN
|
|
#define RGBLED_NUM 2
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
#define RGBLIGHT_VAL_STEP 8
|
|
#define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
|
|
#define RGBLIGHT_LAYERS 2
|
|
#define RGBLIGHT_LAYER_BLINK
|
|
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
|
|
#endif
|
|
|
|
// generated by KBFirmware JSON to QMK Parser
|
|
// https://noroadsleft.github.io/kbf_qmk_converter/
|