19 lines
458 B
C
19 lines
458 B
C
/**
|
|
* SPDX-FileCopyrightText: 2024 Christoph Cullmann <christoph@cullmann.io>
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// our shared config parts
|
|
#include "common/config.h"
|
|
|
|
// tranfer enough info for the stuff we render on the OLEDs
|
|
#define SPLIT_LAYER_STATE_ENABLE
|
|
#define SPLIT_LED_STATE_ENABLE
|
|
#define SPLIT_MODS_ENABLE
|
|
#define SPLIT_OLED_ENABLE
|
|
|
|
// power led for caps lock
|
|
#define LED_CAPS_LOCK_PIN 24
|
|
#define LED_PIN_ON_STATE 0
|