Skip to content

Latest commit

 

History

History
executable file
·
33 lines (20 loc) · 626 Bytes

README.org

File metadata and controls

executable file
·
33 lines (20 loc) · 626 Bytes

QMK

Quantum Mechanical Keyboard Firmware

Configurando el entorno QMK

Preparar el entorno de construcción

Requisitos previos

Necesitarás instalar Git y Python. Instalarlos con el siguiente comando:

sudo dnf -y install git python3-pip

Instalacón

Instale QMK CLI ejecutando:

python3 -m pip install --user qmk

Ejecutar QMK Setup

Después de instalar QMK se debe configurar con el siguiente comando:

qmk setup -H ~/software/qmk

En la mayoría de las situaciones, querrá responder y a todas las preguntas.