[Keyboard] add mlego/m65 oled revision (#15833)
parent
03b1d9ef1f
commit
b0da230213
@ -0,0 +1,231 @@ |
|||||||
|
// Copyright 2022 @filterpaper
|
||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
#include "progmem.h" |
||||||
|
|
||||||
|
static const unsigned char PROGMEM font[] = { |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, |
||||||
|
0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, |
||||||
|
0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00, |
||||||
|
0x18, 0x3C, 0x7E, 0x3C, 0x18, 0x00, |
||||||
|
0x1C, 0x57, 0x7D, 0x57, 0x1C, 0x00, |
||||||
|
0x1C, 0x5E, 0x7F, 0x5E, 0x1C, 0x00, |
||||||
|
0x00, 0x18, 0x3C, 0x18, 0x00, 0x00, |
||||||
|
0xFF, 0xE7, 0xC3, 0xE7, 0xFF, 0x00, |
||||||
|
0x00, 0x18, 0x24, 0x18, 0x00, 0x00, |
||||||
|
0xFF, 0xE7, 0xDB, 0xE7, 0xFF, 0x00, |
||||||
|
0x30, 0x48, 0x3A, 0x06, 0x0E, 0x00, |
||||||
|
0x26, 0x29, 0x79, 0x29, 0x26, 0x00, |
||||||
|
0x40, 0x7F, 0x05, 0x05, 0x07, 0x00, |
||||||
|
0x40, 0x7F, 0x05, 0x25, 0x3F, 0x00, |
||||||
|
0x5A, 0x3C, 0xE7, 0x3C, 0x5A, 0x00, |
||||||
|
0x7F, 0x3E, 0x1C, 0x1C, 0x08, 0x00, |
||||||
|
0x08, 0x1C, 0x1C, 0x3E, 0x7F, 0x00, |
||||||
|
0x14, 0x22, 0x7F, 0x22, 0x14, 0x00, |
||||||
|
0x5F, 0x5F, 0x00, 0x5F, 0x5F, 0x00, |
||||||
|
0x06, 0x09, 0x7F, 0x01, 0x7F, 0x00, |
||||||
|
0x00, 0x66, 0x89, 0x95, 0x6A, 0x00, |
||||||
|
0x60, 0x60, 0x60, 0x60, 0x60, 0x00, |
||||||
|
0x94, 0xA2, 0xFF, 0xA2, 0x94, 0x00, |
||||||
|
0x08, 0x04, 0x7E, 0x04, 0x08, 0x00, |
||||||
|
0x10, 0x20, 0x7E, 0x20, 0x10, 0x00, |
||||||
|
0x08, 0x08, 0x2A, 0x1C, 0x08, 0x00, |
||||||
|
0x08, 0x1C, 0x2A, 0x08, 0x08, 0x00, |
||||||
|
0x1E, 0x10, 0x10, 0x10, 0x10, 0x00, |
||||||
|
0x0C, 0x1E, 0x0C, 0x1E, 0x0C, 0x00, |
||||||
|
0x30, 0x38, 0x3E, 0x38, 0x30, 0x00, |
||||||
|
0x06, 0x0E, 0x3E, 0x0E, 0x06, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x5F, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x07, 0x00, 0x07, 0x00, 0x00, |
||||||
|
0x14, 0x7F, 0x14, 0x7F, 0x14, 0x00, |
||||||
|
0x24, 0x2A, 0x7F, 0x2A, 0x12, 0x00, |
||||||
|
0x23, 0x13, 0x08, 0x64, 0x62, 0x00, |
||||||
|
0x36, 0x49, 0x56, 0x20, 0x50, 0x00, |
||||||
|
0x00, 0x08, 0x07, 0x03, 0x00, 0x00, |
||||||
|
0x00, 0x1C, 0x22, 0x41, 0x00, 0x00, |
||||||
|
0x00, 0x41, 0x22, 0x1C, 0x00, 0x00, |
||||||
|
0x2A, 0x1C, 0x7F, 0x1C, 0x2A, 0x00, |
||||||
|
0x08, 0x08, 0x3E, 0x08, 0x08, 0x00, |
||||||
|
0x00, 0x80, 0x70, 0x30, 0x00, 0x00, |
||||||
|
0x08, 0x08, 0x08, 0x08, 0x08, 0x00, |
||||||
|
0x00, 0x00, 0x60, 0x60, 0x00, 0x00, |
||||||
|
0x20, 0x10, 0x08, 0x04, 0x02, 0x00, |
||||||
|
0x3E, 0x51, 0x49, 0x45, 0x3E, 0x00, |
||||||
|
0x00, 0x42, 0x7F, 0x40, 0x00, 0x00, |
||||||
|
0x72, 0x49, 0x49, 0x49, 0x46, 0x00, |
||||||
|
0x21, 0x41, 0x49, 0x4D, 0x33, 0x00, |
||||||
|
0x18, 0x14, 0x12, 0x7F, 0x10, 0x00, |
||||||
|
0x27, 0x45, 0x45, 0x45, 0x39, 0x00, |
||||||
|
0x3C, 0x4A, 0x49, 0x49, 0x31, 0x00, |
||||||
|
0x41, 0x21, 0x11, 0x09, 0x07, 0x00, |
||||||
|
0x36, 0x49, 0x49, 0x49, 0x36, 0x00, |
||||||
|
0x46, 0x49, 0x49, 0x29, 0x1E, 0x00, |
||||||
|
0x00, 0x00, 0x14, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x40, 0x34, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x08, 0x14, 0x22, 0x41, 0x00, |
||||||
|
0x14, 0x14, 0x14, 0x14, 0x14, 0x00, |
||||||
|
0x00, 0x41, 0x22, 0x14, 0x08, 0x00, |
||||||
|
0x02, 0x01, 0x59, 0x09, 0x06, 0x00, |
||||||
|
0x3E, 0x41, 0x5D, 0x59, 0x4E, 0x00, |
||||||
|
0x7C, 0x12, 0x11, 0x12, 0x7C, 0x00, |
||||||
|
0x7F, 0x49, 0x49, 0x49, 0x36, 0x00, |
||||||
|
0x3E, 0x41, 0x41, 0x41, 0x22, 0x00, |
||||||
|
0x7F, 0x41, 0x41, 0x41, 0x3E, 0x00, |
||||||
|
0x7F, 0x49, 0x49, 0x49, 0x41, 0x00, |
||||||
|
0x7F, 0x09, 0x09, 0x09, 0x01, 0x00, |
||||||
|
0x3E, 0x41, 0x41, 0x51, 0x73, 0x00, |
||||||
|
0x7F, 0x08, 0x08, 0x08, 0x7F, 0x00, |
||||||
|
0x00, 0x41, 0x7F, 0x41, 0x00, 0x00, |
||||||
|
0x20, 0x40, 0x41, 0x3F, 0x01, 0x00, |
||||||
|
0x7F, 0x08, 0x14, 0x22, 0x41, 0x00, |
||||||
|
0x7F, 0x40, 0x40, 0x40, 0x40, 0x00, |
||||||
|
0x7F, 0x02, 0x1C, 0x02, 0x7F, 0x00, |
||||||
|
0x7F, 0x04, 0x08, 0x10, 0x7F, 0x00, |
||||||
|
0x3E, 0x41, 0x41, 0x41, 0x3E, 0x00, |
||||||
|
0x7F, 0x09, 0x09, 0x09, 0x06, 0x00, |
||||||
|
0x3E, 0x41, 0x51, 0x21, 0x5E, 0x00, |
||||||
|
0x7F, 0x09, 0x19, 0x29, 0x46, 0x00, |
||||||
|
0x26, 0x49, 0x49, 0x49, 0x32, 0x00, |
||||||
|
0x03, 0x01, 0x7F, 0x01, 0x03, 0x00, |
||||||
|
0x3F, 0x40, 0x40, 0x40, 0x3F, 0x00, |
||||||
|
0x1F, 0x20, 0x40, 0x20, 0x1F, 0x00, |
||||||
|
0x3F, 0x40, 0x38, 0x40, 0x3F, 0x00, |
||||||
|
0x63, 0x14, 0x08, 0x14, 0x63, 0x00, |
||||||
|
0x03, 0x04, 0x78, 0x04, 0x03, 0x00, |
||||||
|
0x61, 0x59, 0x49, 0x4D, 0x43, 0x00, |
||||||
|
0x00, 0x7F, 0x41, 0x41, 0x41, 0x00, |
||||||
|
0x02, 0x04, 0x08, 0x10, 0x20, 0x00, |
||||||
|
0x00, 0x41, 0x41, 0x41, 0x7F, 0x00, |
||||||
|
0x04, 0x02, 0x01, 0x02, 0x04, 0x00, |
||||||
|
0x40, 0x40, 0x40, 0x40, 0x40, 0x00, |
||||||
|
0x00, 0x03, 0x07, 0x08, 0x00, 0x00, |
||||||
|
0x20, 0x54, 0x54, 0x78, 0x40, 0x00, |
||||||
|
0x7F, 0x28, 0x44, 0x44, 0x38, 0x00, |
||||||
|
0x38, 0x44, 0x44, 0x44, 0x28, 0x00, |
||||||
|
0x38, 0x44, 0x44, 0x28, 0x7F, 0x00, |
||||||
|
0x38, 0x54, 0x54, 0x54, 0x18, 0x00, |
||||||
|
0x00, 0x08, 0x7E, 0x09, 0x02, 0x00, |
||||||
|
0x18, 0x24, 0x24, 0x1C, 0x78, 0x00, |
||||||
|
0x7F, 0x08, 0x04, 0x04, 0x78, 0x00, |
||||||
|
0x00, 0x44, 0x7D, 0x40, 0x00, 0x00, |
||||||
|
0x20, 0x40, 0x40, 0x3D, 0x00, 0x00, |
||||||
|
0x7F, 0x10, 0x28, 0x44, 0x00, 0x00, |
||||||
|
0x00, 0x41, 0x7F, 0x40, 0x00, 0x00, |
||||||
|
0x7C, 0x04, 0x78, 0x04, 0x78, 0x00, |
||||||
|
0x7C, 0x08, 0x04, 0x04, 0x78, 0x00, |
||||||
|
0x38, 0x44, 0x44, 0x44, 0x38, 0x00, |
||||||
|
0x7C, 0x18, 0x24, 0x24, 0x18, 0x00, |
||||||
|
0x18, 0x24, 0x24, 0x18, 0x7C, 0x00, |
||||||
|
0x7C, 0x08, 0x04, 0x04, 0x08, 0x00, |
||||||
|
0x48, 0x54, 0x54, 0x54, 0x24, 0x00, |
||||||
|
0x04, 0x04, 0x3F, 0x44, 0x24, 0x00, |
||||||
|
0x3C, 0x40, 0x40, 0x20, 0x7C, 0x00, |
||||||
|
0x1C, 0x20, 0x40, 0x20, 0x1C, 0x00, |
||||||
|
0x3C, 0x40, 0x30, 0x40, 0x3C, 0x00, |
||||||
|
0x44, 0x28, 0x10, 0x28, 0x44, 0x00, |
||||||
|
0x4C, 0x90, 0x90, 0x90, 0x7C, 0x00, |
||||||
|
0x44, 0x64, 0x54, 0x4C, 0x44, 0x00, |
||||||
|
0x00, 0x08, 0x36, 0x41, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x77, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x41, 0x36, 0x08, 0x00, 0x00, |
||||||
|
0x02, 0x01, 0x02, 0x04, 0x02, 0x00, |
||||||
|
0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0xE0, 0x18, 0x02, |
||||||
|
0x00, 0x3C, 0x1E, 0x06, 0x0E, 0x0A, |
||||||
|
0x1A, 0x0E, 0x26, 0xFF, 0xBF, 0x0D, |
||||||
|
0x00, 0x80, 0x80, 0x81, 0xFF, 0xFE, |
||||||
|
0xF8, 0x01, 0x01, 0x03, 0x03, 0x03, |
||||||
|
0x03, 0x05, 0x05, 0x02, 0x02, 0x0A, |
||||||
|
0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, |
||||||
|
0x0C, 0x04, 0x10, 0x18, 0x20, 0xC0, |
||||||
|
0x80, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0xD0, 0x58, 0x78, |
||||||
|
0x68, 0x2C, 0x24, 0x34, 0xF4, 0xF4, |
||||||
|
0x3C, 0x3C, 0xFC, 0xF8, 0xF8, 0x70, |
||||||
|
0xF0, 0xE0, 0xE0, 0xC0, 0xC0, 0x80, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0xC0, 0x7C, 0x07, 0x80, 0xE0, |
||||||
|
0x60, 0x64, 0xE2, 0x60, 0x10, 0x10, |
||||||
|
0x20, 0x22, 0x12, 0x17, 0x3F, 0x0B, |
||||||
|
0x01, 0x01, 0x01, 0x01, 0x01, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x21, |
||||||
|
0x6F, 0xFC, 0xE0, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x40, |
||||||
|
0x60, 0x60, 0x70, 0x70, 0xF0, 0xF0, |
||||||
|
0xD0, 0xD0, 0xD0, 0xD0, 0x50, 0x50, |
||||||
|
0x50, 0x70, 0x78, 0x78, 0x78, 0x7C, |
||||||
|
0x7F, 0x7D, 0x7C, 0x5E, 0x4F, 0x44, |
||||||
|
0x40, 0x40, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x38, 0x30, 0x30, 0x30, 0x30, |
||||||
|
0x30, 0x30, 0x58, 0x46, 0x47, 0x41, |
||||||
|
0x41, 0x01, 0x01, 0x03, 0x03, 0x42, |
||||||
|
0x42, 0x42, 0x46, 0x46, 0x46, 0x46, |
||||||
|
0x42, 0x43, 0x43, 0x73, 0x77, 0x72, |
||||||
|
0x70, 0x60, 0x60, 0x60, 0x60, 0x60, |
||||||
|
0x60, 0x61, 0x67, 0x6F, 0x7E, 0x78, |
||||||
|
0x78, 0x70, 0x70, 0x70, 0x70, 0x70, |
||||||
|
0x60, 0x60, 0x60, 0x60, 0x60, 0x60, |
||||||
|
0x60, 0x60, 0x60, 0x60, 0x60, 0x60, |
||||||
|
0x60, 0x60, 0x60, 0x60, 0x60, 0x60, |
||||||
|
0x40, 0x40, 0x40, 0x48, 0x58, 0x58, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||||||
|
}; |
@ -0,0 +1,67 @@ |
|||||||
|
/*
|
||||||
|
Copyright 2021-2022 Alin M Elena <alinm.elena@gmail.com> |
||||||
|
|
||||||
|
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 |
||||||
|
|
||||||
|
#define DEVICE_VER 0x0004 |
||||||
|
#define PRODUCT_ID 0x6060 |
||||||
|
|
||||||
|
#define LED_NUM_LOCK_PIN B12 |
||||||
|
#define LED_SCROLL_LOCK_PIN B13 |
||||||
|
#define LED_CAPS_LOCK_PIN C13 |
||||||
|
|
||||||
|
// 0 1 2 3 4
|
||||||
|
#define MATRIX_ROW_PINS \ |
||||||
|
{ B10, A5, A6, A7, B0 } |
||||||
|
// 0 1 2 3 4 5 6 7 8 9 10 11 12
|
||||||
|
#define MATRIX_COL_PINS \ |
||||||
|
{ B14, A8, A10, A15, B3, B4, B5, B7, A1, A2, A3, A4, B1 } |
||||||
|
|
||||||
|
#define ENCODERS_PAD_A \ |
||||||
|
{ A0 } |
||||||
|
#define ENCODERS_PAD_B \ |
||||||
|
{ B6 } |
||||||
|
|
||||||
|
#define RGB_DI_PIN B15 |
||||||
|
|
||||||
|
#define UNUSED_PINS |
||||||
|
#define RGBLIGHT_LAYERS |
||||||
|
|
||||||
|
#define ENCODER_RESOLUTION 4 |
||||||
|
|
||||||
|
#undef RGBLED_NUM |
||||||
|
#define RGBLED_NUM 20 |
||||||
|
#define RGBLIGHT_EFFECT_BREATHING |
||||||
|
#define RGBLIGHT_EFFECT_RAINBOW_MOOD |
||||||
|
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL |
||||||
|
#define RGBLIGHT_EFFECT_SNAKE |
||||||
|
#define RGBLIGHT_EFFECT_KNIGHT |
||||||
|
#define RGBLIGHT_EFFECT_CHRISTMAS |
||||||
|
#define RGBLIGHT_EFFECT_STATIC_GRADIENT |
||||||
|
#define RGBLIGHT_EFFECT_RGB_TEST |
||||||
|
#define RGBLIGHT_EFFECT_ALTERNATING |
||||||
|
#define RGBLIGHT_EFFECT_TWINKLE |
||||||
|
#define RGBLIGHT_HUE_STEP 8 |
||||||
|
#define RGBLIGHT_SAT_STEP 8 |
||||||
|
|
||||||
|
#ifdef OLED_ENABLE |
||||||
|
# define OLED_DISPLAY_128X32 |
||||||
|
#define I2C1_SCL_PIN B9 |
||||||
|
#define I2C1_SDA_PIN B8 |
||||||
|
#define OLED_BRIGHTNESS 128 |
||||||
|
#define OLED_FONT_H "keyboards/mlego/m65/lib/glcdfont.c" |
||||||
|
#endif |
@ -0,0 +1,32 @@ |
|||||||
|
/* Copyright 2020 QMK
|
||||||
|
* |
||||||
|
* 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/>.
|
||||||
|
*/ |
||||||
|
|
||||||
|
/*
|
||||||
|
* This file was auto-generated by: |
||||||
|
* `qmk chibios-confmigrate -i keyboards/zvecr/zv48/f401/halconf.h -r platforms/chibios/common/configs/halconf.h` |
||||||
|
*/ |
||||||
|
|
||||||
|
#pragma once |
||||||
|
|
||||||
|
#define HAL_USE_PWM TRUE |
||||||
|
|
||||||
|
#define HAL_USE_SERIAL TRUE |
||||||
|
|
||||||
|
#define SERIAL_USB_BUFFERS_SIZE 256 |
||||||
|
|
||||||
|
#define HAL_USE_I2C TRUE |
||||||
|
|
||||||
|
#include_next <halconf.h> |
@ -0,0 +1,33 @@ |
|||||||
|
/* Copyright 2020 QMK
|
||||||
|
* |
||||||
|
* 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/>.
|
||||||
|
*/ |
||||||
|
|
||||||
|
/*
|
||||||
|
* This file was auto-generated by: |
||||||
|
* `qmk chibios-confmigrate -i keyboards/zvecr/zv48/f401/mcuconf.h -r platforms/chibios/BLACKPILL_STM32_F401/configs/mcuconf.h` |
||||||
|
*/ |
||||||
|
|
||||||
|
#pragma once |
||||||
|
|
||||||
|
#include_next <mcuconf.h> |
||||||
|
|
||||||
|
#undef STM32_PWM_USE_TIM3 |
||||||
|
#define STM32_PWM_USE_TIM3 TRUE |
||||||
|
|
||||||
|
#undef STM32_SERIAL_USE_USART1 |
||||||
|
#define STM32_SERIAL_USE_USART1 TRUE |
||||||
|
|
||||||
|
#undef STM32_I2C_USE_I2C1 |
||||||
|
#define STM32_I2C_USE_I2C1 TRUE |
@ -0,0 +1,22 @@ |
|||||||
|
# MCU name
|
||||||
|
MCU = STM32F401
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
|
# Build Options
|
||||||
|
# change yes to no to disable
|
||||||
|
#
|
||||||
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||||
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||||
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||||
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||||
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||||
|
AUDIO_ENABLE = no # Audio output
|
||||||
|
ENCODER_ENABLE = yes # Enable encoder
|
||||||
|
OLED_ENABLE = yes # Enable OLED
|
||||||
|
OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C
|
||||||
|
WPM_ENABLE = yes # Enable WPM Counter
|
Loading…
Reference in new issue