process_connection.h (225B)
1 // Copyright 2024 Nick Brassel (@tzarc) 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 #pragma once 4 5 #include <stdint.h> 6 #include <stdbool.h> 7 #include "action.h" 8 9 bool process_connection(uint16_t keycode, keyrecord_t *record);