Author Topic: rotary encode in QMK  (Read 4404 times)

0 Members and 1 Guest are viewing this topic.

Offline Pyne

  • Thread Starter
  • Posts: 5
rotary encode in QMK
« on: Tue, 15 January 2019, 01:25:14 »
Hello,

I created my own keyboard with an Pro Micro by using kbfirmware.com and everything is working fine. Now I wanted to add a rotary encoder into the matrix. When I connect signal A&B of the encoder to lets say row 1 & 2 and GND to Column 1, the encoder will write AB or BA when rotating counter clockwise.

Can someone help me how I can define volume down and volume up to the Quantum Functions? I assume that the code needs to be added there.

I'm new to this and everything I tried failed.

Thanks in advance

Offline mxgian99

  • Posts: 70
Re: rotary encode in QMK
« Reply #1 on: Tue, 15 January 2019, 10:06:45 »
i think there is some work already done around this, have you seen this?  https://www.reddit.com/r/olkb/comments/9jzbg1/help_with_rotary_encoder_code/e8elobo/

i think the planck guys are the furthest along at the moment.

Offline Pyne

  • Thread Starter
  • Posts: 5
Re: rotary encode in QMK
« Reply #2 on: Wed, 16 January 2019, 15:34:30 »
Ah coll, i will check it out!