mohitgarg wrote: ↑Yeay, first test build was successful! Hot air soldering is so much faster!
I used Easy AVR to program the board, all keys registering, indicator LEDs working as they should. I haven't got my switches yet, so I just shorted the switch pins to test and it's working.
Also, I forgot the backlight LEDs are current controlled from the driver, so to test the LED I just put one in through the holes and it was BRIGHT! In two seconds it died, 200mA going through a single LED can't be good. THis was the 2x3x4mm LED off ebay, rated for 20mA
Will now try to program it using QMK, and test the audio and RGB LEDs (Still waiting to receive the RGB LEDs as well). Already discovered that to use the buzzer, I'll have to swap the buzzer pin (B4) with another pin (C6) as the Timer 3 is used for the buzzer in QMK. Oh well, will get to it soon.
Once that testing is done, I'll move to building the TS65. Two major changes to the QMK configuration will be,
1. Scanning the matrix on the left side via the multiplexer. I'm going through the configuration for bpiphany's controller to see how it's done.
2. Communication over I2C for the right side.
Once these basics are done, I'll move to adding support for the rotary encoder and testing the trackpoint functionality.