mirror of
https://github.com/carlosedp/qmk_firmware.git
synced 2026-08-05 08:46:43 -04:00
f5aeb0656e
* Allow custom data sync for community modules * Stub out community_config.h codegen * Fix SPLIT_TRANSACTION_RPC logic
6 lines
156 B
C
6 lines
156 B
C
// Copyright 2026 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define SPLIT_TRANSACTION_IDS_MODULE_SPLIT_DATA_SYNC EXAMPLE_MODULE_SYNC_A
|