Remove some redundant 'blank' files (#23995)

This commit is contained in:
Joel Challis 2024-06-25 07:38:56 +01:00 committed by GitHub
parent 378dbd32bd
commit 0b572a1be6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 12 deletions

View file

@ -1,11 +0,0 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/* don't know if this should be defined at the board or top level. Assuming board
#define MOUSEKEY_DELAY 100
#define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_MAX_SPEED 3
#define MOUSEKEY_TIME_TO_MAX 10
*/

View file

@ -1 +0,0 @@
# This file intentionally left blank