logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

xmk_matrix.h (238B)


  1. // Copyright 2022 Manna Harbour (@manna-harbour)
  2. // https://github.com/manna-harbour/xmk
  3. // SPDX-License-Identifier: GPL-2.0-or-later
  4. #pragma once
  5. #include <stdbool.h>
  6. #include <stdint.h>
  7. void xmk_matrix_key(bool press, uint8_t key);