qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

xmk_matrix.h (238B)


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