process_connection.h 225 B

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