2024-12-13 22:22:05 +01:00
|
|
|
/**
|
|
|
|
* 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"
|
2024-12-19 19:40:37 +01:00
|
|
|
|
2025-01-06 10:05:36 +01:00
|
|
|
// 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
|
|
|
|
|
2024-12-19 19:40:37 +01:00
|
|
|
// power led for caps lock
|
|
|
|
#define LED_CAPS_LOCK_PIN 24
|
|
|
|
#define LED_PIN_ON_STATE 0
|