Author Topic: Lets Split - QMK Keymap  (Read 3276 times)

0 Members and 1 Guest are viewing this topic.

Offline layornos

  • Thread Starter
  • Posts: 23
Lets Split - QMK Keymap
« on: Sat, 21 January 2017, 07:37:29 »
Hi folks,

i love my planck, but the split design of for example the ErgoDox seemed also very nice.
So i found the Let's Split PCB, and it was love at the first sight. :D

But now here is my problem, i followed these instruction: http://imgur.com/gallery/37AS9

Compiled the newest vesion of the firmware, flashed the eeproms for left and right.
The left side is perfect but the right one is like the left, but mirrored.





Any suggestions?

Regards.
« Last Edit: Sat, 21 January 2017, 19:01:51 by layornos »

Offline flashjac

  • Posts: 7
Re: Lets Split - QMK Keymap
« Reply #1 on: Sun, 22 January 2017, 00:56:38 »
Because you are using them as two individual USB keyboards, I think you need to compile and program a different file to the left and the right sides.

Offline layornos

  • Thread Starter
  • Posts: 23
Re: Lets Split - QMK Keymap
« Reply #2 on: Tue, 24 January 2017, 13:02:30 »
Even with connected TRRS cables and flashed I2C firmware is the behavior the same.
-----
Had to modify the rev2/rev2.h

Switching the keycodes for the right side:
   k00, k01, k02, k03, k04, k05, k45, k44, k43, k42, k41, k40, \
   k10, k11, k12, k13, k14, k15, k55, k54, k53, k52, k51, k50, \
   k20, k21, k22, k23, k24, k25, k65, k64, k63, k62, k61, k60, \
   k30, k31, k32, k33, k34, k35, k75, k74, k73, k72, k71, k70 \
« Last Edit: Tue, 24 January 2017, 13:50:37 by layornos »