[Keyboard] add mlego/m65 oled revision (#15833)

This commit is contained in:
Alin Marin Elena
2022-01-30 19:13:08 +00:00
committed by GitHub
parent 03b1d9ef1f
commit b0da230213
12 changed files with 811 additions and 99 deletions

View File

@@ -18,5 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define TAPPING_TOGGLE 2
//#define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC
#define UNICODE_SELECTED_MODES UC_LNX
//#define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC
#ifdef WPM_ENABLE
#define WPM_SAMPLE_SECONDS 10
#define WPM_SAMPLE_PERIODS 100
#define WPM_ALLOW_COUNT_REGRESSION
#endif