0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

Typo in Makefile

This commit is contained in:
OneOfEleven
2023-10-16 20:58:19 +01:00
parent 00465cacf1
commit 1c736497f4
8 changed files with 56 additions and 46 deletions

View File

@ -125,11 +125,11 @@ const uint8_t BITMAP_KEYLOCK[6] =
const uint8_t BITMAP_F_KEY[6] =
{ // F-Key symbol
__extension__ 0b00000000,
__extension__ 0b01011111,
__extension__ 0b01000101,
__extension__ 0b01000101,
__extension__ 0b01000101,
__extension__ 0b01000001
__extension__ 0b01111110,
__extension__ 0b01111111,
__extension__ 0b00011011,
__extension__ 0b00011011,
__extension__ 0b00011011
};
#ifdef ENABLE_VOX