Author Topic: I think my GH60 is screwed (pics provided) Please help  (Read 2082 times)

0 Members and 1 Guest are viewing this topic.

Offline ak74n

  • Thread Starter
  • Posts: 5
I think my GH60 is screwed (pics provided) Please help
« on: Fri, 04 May 2018, 20:48:09 »
I decided to try to hand solder my gh60, and i believe i used either too much heat or im just not follwing something right

I am not sure if it is just due to me not having a layout for it at all as the device is ATm32U4DFU and i couldnt find it in Flip or the keymap.

You can see the soldering here, i think i may of screwed up my entire project, its due in 2 weeks.
 https://i.imgur.com/3BnKiRs.jpg - more screwed up ones
https://i.imgur.com/T7DxqGz.jpg

if anyone could help me make it so i can find the layout on the easyavr or make it be detected in flip please let me know, i'll check this anytime i get a message

Offline Tactile

  • Posts: 1439
  • Location: Portland, OR
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #1 on: Fri, 04 May 2018, 21:22:50 »
If the keyboard isn't visible in the computer it's probably not your soldering (unless you soldered to the controller), it's probably a driver issue. Even with no switches soldered the controller/keyboard should be visible to the computer and in Flip.

You may have some cruddy soldering also, but get the computer to recognize the keyboard first, then you can test it.
REΛLFORCE

Offline ak74n

  • Thread Starter
  • Posts: 5
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #2 on: Fri, 04 May 2018, 22:09:20 »
so it shows up here, and is identified as seen
https://imgur.com/a/ogzVYMC

Offline ak74n

  • Thread Starter
  • Posts: 5
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #3 on: Fri, 04 May 2018, 22:18:54 »
would i have to unplug my other keyboard in my pc?

Offline Tactile

  • Posts: 1439
  • Location: Portland, OR
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #4 on: Sat, 05 May 2018, 00:15:24 »
This thread might help.
REΛLFORCE

Offline ak74n

  • Thread Starter
  • Posts: 5
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #5 on: Sat, 05 May 2018, 04:41:26 »
Well i dont even know where the reset button is on the keyboard, if you could help me out with that, i searched up and found nothing.

Offline TalkingTree

  • Posts: 2452
  • Location: Italy (142)
    • My projects
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #6 on: Sat, 05 May 2018, 04:51:41 »
i dont even know where the reset button is on the keyboard
Between caps lock and A on the back side, it's a tiny push button clearly visible in your pictures. You can't miss it.
Although I'd also add that, while some of your soldering doesn't look perfect, overall the board is assembled correctly. Those burn marks on the solder mask won't cause any issue.
Also, ATm32U4DFU in your device manager means that your board is already in bootloader mode, as if you pushed the reset button, so you can flash your firmware right away.
My opensource projects: GH80-3000, TOAD, XMMX. Classified: stuff

Offline ak74n

  • Thread Starter
  • Posts: 5
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #7 on: Sat, 05 May 2018, 04:54:56 »
What can I use to flash the firmware onto it, I couldn't figure out this step at all

Offline TalkingTree

  • Posts: 2452
  • Location: Italy (142)
    • My projects
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #8 on: Sat, 05 May 2018, 05:12:22 »
What can I use to flash the firmware onto it, I couldn't figure out this step at all
Personal preference. Two options off the top of my head are FLIP, though you mentioned doesn't recognize your board, or dfu-programmer. I prefer the latter.
Do you know how to use it? Do you already have a compiled firmware ready?
My opensource projects: GH80-3000, TOAD, XMMX. Classified: stuff

Offline Cicada60

  • Posts: 4
Re: I think my GH60 is screwed (pics provided) Please help
« Reply #9 on: Mon, 07 May 2018, 16:42:40 »
A few things to try out here:
1. go to https://kbfirmware.com/ and choose GH60 Satan preset.
2. https://github.com/kaihuang201/tmk_keyboard/tree/master/keyboard/satan I know it works for sure because this is what I am using now. You may have to tweak the keymap to suit your layout, but most of the keys should be working as is.

Good luck!