Skip to content

Este repo remapea las teclas para fusionar los layout US-ANSI y ES-ISO utilizando el teclado Keychron V6 Max con Knob. El objetivo es que utilizando el layout ES en el sistema operativo, el teclado se comporte como US-ANSI, exceptuando las teclas ñ y ´ También se remapean las teclas 0-9 para ser "programmer keys" (comportamiento invertido)

License

Notifications You must be signed in to change notification settings

bytevictor/V6_MAX_ANSI-ES_ISO_Layout_Firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPILADOS

.bin RELEASE COMPILADOS

Cómo compilar y flashear

El código está en keyboards/keychron/v6_max/ansi_encoder/keymap/via

rules.mk -> KEY_OVERRIDE_ENABLE = yes (Importante para que compile)

keymap.c -> Definiciones

Compilar el código

qmk compile -kb keychron/v6_max/ansi_encoder -km via

OR

make keychron/v6_max/ansi_encoder:via

coger el .bin que se genera en /.build y abrirlo con QMKToolbox

Tienes que poner el teclado en modo flash para poder flashear el firmware.

  • Instala los drivers correspondientes con QMKToolbox: Tools > Install Drivers...
  • Lo pones en modo cable
  • Mantienes pulsado ESC y enchufas a la vez
  • Te saldrá un mensaje en amarillo en el QMKToolbox
  • Le das a flash
  • Luego manten fn + j + z en el teclado hasta que parpadee el backlight
  • A funcionar

Si el teclado ha muerto es que estás subiendo una versión de firmware incorrecta, por ejemplo la V6 en vez de V6 Max (me pasó jaja).





Quantum Mechanical Keyboard Firmware

Current Version Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by Docsify and hosted on GitHub. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request, or by clicking the "Edit this page" link at the bottom of any page.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.

About

Este repo remapea las teclas para fusionar los layout US-ANSI y ES-ISO utilizando el teclado Keychron V6 Max con Knob. El objetivo es que utilizando el layout ES en el sistema operativo, el teclado se comporte como US-ANSI, exceptuando las teclas ñ y ´ También se remapean las teclas 0-9 para ser "programmer keys" (comportamiento invertido)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.8%
  • C++ 11.9%
  • Python 3.1%
  • Makefile 1.8%
  • Shell 0.2%
  • Nix 0.1%
  • Assembly 0.1%