Keycode processing migration+stubs.

This commit is contained in:
Nick Brassel
2024-08-07 17:46:10 +10:00
parent 7f9d61fe21
commit 64d626864a
4 changed files with 49 additions and 13 deletions
@@ -0,0 +1,9 @@
// Copyright 2024 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include "action.h"
bool process_connection(uint16_t keycode, keyrecord_t *record);