forked from mirror/qmk_firmware
Allow custom data sync for community modules (#25955)
* Allow custom data sync for community modules * Stub out community_config.h codegen * Fix SPLIT_TRANSACTION_RPC logic
This commit is contained in:
5
modules/qmk/split_data_sync/config.h
Normal file
5
modules/qmk/split_data_sync/config.h
Normal file
@@ -0,0 +1,5 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user