Merge remote-tracking branch 'origin/master' into develop
commit
7a125872e2
@ -1,19 +0,0 @@
|
|||||||
/* Copyright 2021 Aquacylinder
|
|
||||||
*
|
|
||||||
* 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 COMBO_COUNT 1
|
|
||||||
@ -1 +0,0 @@
|
|||||||
COMBO_ENABLE = yes
|
|
||||||
@ -1,17 +1,18 @@
|
|||||||
# Emi20
|
# Emi20
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A compact 4x5 ortholinear keyboard made by Project Aqua and sold by Evil-cables.
|
A compact 4x5 ortholinear keyboard made by Project Aqua and sold by Evil-cables.
|
||||||
|
|
||||||
* Keyboard Maintainer: [AquaCylinder](https://github.com/AquaCylinder)
|
* Keyboard Maintainer: [AquaCylinder](https://github.com/AquaCylinder)
|
||||||
* Hardware Supported: PCB, Atmega32u4
|
* Hardware Supported: PCB, Atmega32u4
|
||||||
|
* Connector: USB mini B
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make emi20:default
|
make emi20:default
|
||||||
|
|
||||||
To reset the board into bootloader mode, press the physical reset button on the back of the PCB or use the keycombo (on layer 1) with the bottom left key and the second key from the top right diagonally.
|
To reset the board into bootloader mode, press the physical reset button on the back of the PCB or press the bottom most left key to momentarily switch to layer 2 (on layer 1) and then press the key from the top right down one.
|
||||||
|
|
||||||
The default keymap.c file has comments to help you on your journey,
|
The default keymap.c file has comments to help you on your journey,
|
||||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||||
|
|||||||
Loading…
Reference in New Issue