diff options
| author | Joel Challis | 2025-04-19 23:52:25 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-19 23:52:25 +0200 |
| commit | ce8b8414d96e9d9ecb2e001fc5844a8fa9b7addc (patch) | |
| tree | ae6216a06adebe37cb44e887ef33a43d02496d67 /keyboards/tokyokeyboard | |
| parent | 7e68cfc6fa4adf4b17e06cd5138cc9c2ad40f3e3 (diff) | |
Remove `bluefruit_le_read_battery_voltage` function (#25129)
Diffstat (limited to 'keyboards/tokyokeyboard')
| -rw-r--r-- | keyboards/tokyokeyboard/alix40/config.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/tokyokeyboard/alix40/config.h b/keyboards/tokyokeyboard/alix40/config.h deleted file mode 100644 index 51d446c6d2..0000000000 --- a/keyboards/tokyokeyboard/alix40/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright 2021 quadcube <james@quadcube.xyz> -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -/* Bluetooth */ -#define BATTERY_LEVEL_PIN B6 |