logo

qmk_firmware

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

xr63gl.c (374B)


  1. // Copyright 2022 gachiham (@gachiham)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #include "quantum.h"
  4. const matrix_row_t matrix_mask[MATRIX_ROWS] = {
  5. 0b1111111111111110,
  6. 0b1111111111111101,
  7. 0b1111111111111011,
  8. 0b1111111111110111,
  9. 0b1111111111101111,
  10. 0b1111111111011111,
  11. 0b1111111110111111,
  12. 0b1111111101111111,
  13. 0b1111111011111111,
  14. };