Skip to content

Instantly share code, notes, and snippets.

@im-alexandre
Last active October 25, 2023 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save im-alexandre/9fc1382e409d267340c0bec25be16c68 to your computer and use it in GitHub Desktop.
Save im-alexandre/9fc1382e409d267340c0bec25be16c68 to your computer and use it in GitHub Desktop.
Correção do dactyl com pro micro

Adicionar o seguinte ao arquivo keyboards/handwired/dactyl_manuform/5x6/config.h

#define EE_HANDS
#define SOFT_SERIAL_PIN D0
#define SPLIT_USB_DETECT

Configurar o teclado utilizando o qmk.fm e baixar o json

Para transformar o json em c:

qmk json2c <path>.json > <path>/keymap.c

Compilar o layout do teclado:

qmk compile -kb handwired/dactyl_manuform/5x6 -km <nome_do_teclado>

Flashear cada arduino separadamente utilizando o comando:

qmk flash -kb handwired/dactyl_manuform/5x6 -km default -bl avrdude-split-left 
qmk flash -kb handwired/dactyl_manuform/5x6 -km default -bl avrdude-split-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment