1
0
Fork 0

Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)

This commit is contained in:
Nick Brassel 2024-08-27 10:52:23 +10:00 committed by GitHub
parent ecf725b356
commit 70cbf08b67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 226 additions and 32 deletions

View file

@ -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);