28c11ed348
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
14 lines
364 B
C
14 lines
364 B
C
// Copyright 2022 Markus Knutsson (@TweetyDaBird)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Options not yet fully implemented in info.json
|
|
#define RGBLIGHT_LIMIT_VAL 175
|
|
#define RGBLIGHT_DEFAULT_VAL ( RGBLIGHT_LIMIT_VAL / 2 )
|
|
|
|
#define SPLIT_HAND_PIN B5
|
|
#define SPLIT_LAYER_STATE_ENABLE
|
|
#define SPLIT_LED_STATE_ENABLE
|
|
#define SPLIT_OLED_ENABLE
|