From ae1b80b63719647ba84ffd23a478485627256f30 Mon Sep 17 00:00:00 2001 From: Matteo Dal Molin Date: Thu, 28 Dec 2023 19:08:27 +0100 Subject: [PATCH] remove unecessary file --- keyboards/handwired/neodox/neodox.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 keyboards/handwired/neodox/neodox.c diff --git a/keyboards/handwired/neodox/neodox.c b/keyboards/handwired/neodox/neodox.c deleted file mode 100644 index 9b1877ad9eb..00000000000 --- a/keyboards/handwired/neodox/neodox.c +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2022 MatteoDM -// 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 -};