Relocate remaining process_record_quantum keycodes (#25328)

This commit is contained in:
Joel Challis 2025-06-03 23:44:46 +01:00 committed by GitHub
parent 53c6fa5de7
commit f096e5a3f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 136 additions and 75 deletions

View file

@ -0,0 +1,10 @@
// Copyright 2025 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include "action.h"
bool process_quantum(uint16_t keycode, keyrecord_t *record);