remove unecessary file

This commit is contained in:
Matteo Dal Molin 2023-12-28 19:08:27 +01:00
parent b6448cbac6
commit ae1b80b637

View File

@ -1,22 +0,0 @@
// Copyright 2022 MatteoDM <matteodalmo@gmail.com>
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"
/* Mask out handedness diode to prevent it
* from keeping the keyboard awake
* - just mirroring `KC_NO` in the `LAYOUT`
* macro to keep it simple
*/
const matrix_row_t matrix_mask[] = {
0b00111111,
0b00111111,
0b01111111,
0b01111111,
0b01111111,
0b00111111,
0b00111111,
0b01111111,
0b01111111,
0b01111111
};