1
0
Fork 0

[Keyboard] M60 simple 5x12 in lego keyboard (#15534)

* add m60 lego case, with stm32f401

* Update keyboards/mlego/m60/m60.h

* Update keyboards/mlego/m60/keymaps/default/keymap.c

* Update keyboards/mlego/m60/m60.h

* Update keyboards/mlego/m60/keymaps/via/keymap.c

* address the moving of enum in keymaps
This commit is contained in:
Alin Marin Elena 2022-01-11 01:47:52 +00:00 committed by GitHub
parent 6823f01c10
commit 7275680364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 716 additions and 0 deletions

View file

@ -0,0 +1,21 @@
/*
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 TAPPING_TOGGLE 2
#define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC