363bfdbfda
Co-authored-by: Nick Brassel <nick@tzarc.org>
13 lines
309 B
C
13 lines
309 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_DEFAULT_VAL 87
|
|
|
|
#define SPLIT_HAND_PIN B5
|
|
#define SPLIT_LAYER_STATE_ENABLE
|
|
#define SPLIT_LED_STATE_ENABLE
|
|
#define SPLIT_OLED_ENABLE
|