Skip to content

Custom firmware for a 3-key + rotary encoder macropad (https://hackaday.io/project/189914)

Notifications You must be signed in to change notification settings

atjsh/3keys_1knob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom firmware for a 3-key + rotary encoder macropad

Custom firmware for a 3-key + rotary encoder macropad (https://hackaday.io/project/189914)

feature added with consumer key support.

compile:

$ make bin

compile & flash to pad:

  • if on original firmware: depending on hardware you need to connect P3.6 to 5V (VCC) using a 1k resistor or P1.5 to GND, while connecting USB
  • if on this firmware: press key1 while connecting USB
  • $ make flash

configure keys:

  1. $ isp55e0 --data-dump flashdata.bin
  2. edit bytes from start to 3 * 6 bytes of this binary (3 keys, plus 3 for the knob, 3 bytes each - modifier, key type, key code), and write it back:
  3. $ isp55e0 --data-flash flashdata.bin

About

Custom firmware for a 3-key + rotary encoder macropad (https://hackaday.io/project/189914)

Resources

Stars

Watchers

Forks

Languages

  • C 91.7%
  • Python 6.7%
  • Makefile 1.6%