Author Topic: [GB] TR60 integrated plate case & BLE PCB  (Read 88229 times)

0 Members and 1 Guest are viewing this topic.

Offline BreakWoodVN

  • Posts: 7
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #200 on: Sat, 02 February 2019, 00:58:54 »

Very beautiful, I will consider to buy it

Offline Aerizu

  • Posts: 188
  • Location: Japan
  • Professional Lurker
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #201 on: Sat, 02 February 2019, 03:21:30 »
So how do we customize the keymap?

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #202 on: Sat, 02 February 2019, 06:02:23 »
Any word when the shipping invoices for the boards with BT pcb will go out ?
The BT PCB still need some time.After the Chinese new year holiday, I will put it into the factory and make the new version test pcb, I still find some bugs need fix.

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #203 on: Sat, 02 February 2019, 06:03:29 »

Offline watchdog

  • Posts: 2
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #204 on: Mon, 04 February 2019, 15:54:42 »
Hi I missed the GB and I was wondering if it were still possible to get a case. Thanks!

Offline Gobluebro

  • Posts: 45
  • Location: United States
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #205 on: Mon, 04 February 2019, 20:56:12 »
https://github.com/fox-lab/qmk_firmware/tree/master/keyboards/tr60w
This link is the finally qmk document.

Can you please submit a pull request to the QMK repo with this keyboard? I would like to use https://config.qmk.fm instead of writing the keymap by hand.

Offline ghost990

  • Posts: 16
  • Location: Detroit, MI
  • Discord: Weston#9472
    • Dean Designs LLC
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #206 on: Fri, 08 February 2019, 13:36:28 »
Hey all, wasn't a part of the group buy but I received one of the wired boards from a trade on the mech market.

Currently having this issue where for some reason the ` key, when plugged in, will be pressed and will continue to type out ``````````` until I hit another key. Then, the ` no longer works :(

I have no idea what to make of this issue, it happens with the standard firmware that came flashed on it. And remains after changing the keymapping around to match my HHKB ...

Below is my keymap, any help would be appreciated. I think I may have received a bad PCB.

Code: [Select]
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

KEYMAP(
                KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSLS, KC_GRV,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_BSPC,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, LT(1, KC_GRV),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL),

KEYMAP(
                RESET, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, KC_LEFT, KC_RIGHT, KC_TRNS, KC_DEL,
KC_TRNS, KC_TRNS, KC_TRNS, BL_TOGG, BL_DEC, BL_INC, BL_STEP, KC_TRNS, KC_TRNS, KC_TRNS, KC_DOWN, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
};

Offline mxgian99

  • Posts: 70
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #207 on: Fri, 08 February 2019, 14:06:25 »
i think you have a short in the pcb for that spot.  does it still happen if you take out the switch? 
as a workaround can you disable that spot in your keymap so it ignores the input?

Hey all, wasn't a part of the group buy but I received one of the wired boards from a trade on the mech market.

Currently having this issue where for some reason the ` key, when plugged in, will be pressed and will continue to type out ``````````` until I hit another key. Then, the ` no longer works :(

I have no idea what to make of this issue, it happens with the standard firmware that came flashed on it. And remains after changing the keymapping around to match my HHKB ...

Below is my keymap, any help would be appreciated. I think I may have received a bad PCB.

Code: [Select]
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

KEYMAP(
                KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSLS, KC_GRV,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_BSPC,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, LT(1, KC_GRV),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL),

KEYMAP(
                RESET, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, KC_LEFT, KC_RIGHT, KC_TRNS, KC_DEL,
KC_TRNS, KC_TRNS, KC_TRNS, BL_TOGG, BL_DEC, BL_INC, BL_STEP, KC_TRNS, KC_TRNS, KC_TRNS, KC_DOWN, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
};

Offline ghost990

  • Posts: 16
  • Location: Detroit, MI
  • Discord: Weston#9472
    • Dean Designs LLC
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #208 on: Fri, 08 February 2019, 14:11:59 »
i think you have a short in the pcb for that spot.  does it still happen if you take out the switch? 
as a workaround can you disable that spot in your keymap so it ignores the input?

Yea I'm fairly certain it's a short as well with a little more digging. Removing the switch doesn't stop the issue. I'm going to look over the PCB but I'm not if it's something I can fix. I've already ordered a 1UP Hotswap HHKB PCB that has underglow presoldered on so I don't have to worry about it. Might actually put my Tokyo60 PCB in this case if the stabilizers are in the right direction. For the time being if I can't fix this.

Thanks for the tip!

Offline watchdog

  • Posts: 2
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #209 on: Sat, 09 February 2019, 01:32:54 »
If anyone’s got a case with the HHKB layout they want to sell I’m interested! Thanks

Offline Aerizu

  • Posts: 188
  • Location: Japan
  • Professional Lurker
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #210 on: Sat, 09 February 2019, 08:40:46 »
I tried creating a simple keymap using the qmk branch but it seems that topmost left and right keys are inverted.
Is anyone else having this issue? For now as a workaround, I switched the mapping for both keys.

Offline Keebmeupscotty

  • Posts: 56
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #211 on: Sat, 09 February 2019, 09:07:31 »
I tried creating a simple keymap using the qmk branch but it seems that topmost left and right keys are inverted.
Is anyone else having this issue? For now as a workaround, I switched the mapping for both keys.
Yup, I had the same issue. You can either swap those keys in the keymap you create, or (better), swap the keys in the c header file. I fixed it locally, but didn't have time then to see if it was possible to commit the change. Hopefully Triangle Lab can fix that and submit the pull request to the official qmk repo so that the simpler qmk configurator and qmk toolbox can be used for flashing.

Offline Aerizu

  • Posts: 188
  • Location: Japan
  • Professional Lurker
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #212 on: Sat, 09 February 2019, 17:41:33 »
I tried creating a simple keymap using the qmk branch but it seems that topmost left and right keys are inverted.
Is anyone else having this issue? For now as a workaround, I switched the mapping for both keys.
Yup, I had the same issue. You can either swap those keys in the keymap you create, or (better), swap the keys in the c header file. I fixed it locally, but didn't have time then to see if it was possible to commit the change. Hopefully Triangle Lab can fix that and submit the pull request to the official qmk repo so that the simpler qmk configurator and qmk toolbox can be used for flashing.

Ohh, I didn't thought of swapping the keys in the header file (looking at it now, it seems that the macro was the cause of the issue). Thanks for the info!
« Last Edit: Sat, 09 February 2019, 17:49:42 by Aerizu »

Offline damagepoint

  • Posts: 44
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #213 on: Sat, 09 February 2019, 18:59:48 »
Anyone looking to sell their blue standard one?
« Last Edit: Sat, 09 February 2019, 19:11:40 by damagepoint »

Offline frewtkeek

  • Posts: 20
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #214 on: Mon, 11 February 2019, 22:49:09 »
Anybody an idea which stabs I need for the hkkb version?

Offline Skryzskruzzle

  • Posts: 12
  • Location: 南洋
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #215 on: Mon, 11 February 2019, 23:11:56 »
Anybody an idea which stabs I need for the hkkb version?

You'll need PCB-mount stabs - spacebar is 7.0u, while ANSI left shift, ANSI/ISO enter, long right shift, and 2u backspace require 2.0u stabs each.

Offline frewtkeek

  • Posts: 20
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #216 on: Sat, 16 February 2019, 15:39:18 »
Thanks for you quick reply and sorry for my slow one :)

Another question. Does anybody have some info on the led on the escape key? I see I can toggle it with fn+d, but I'm not sure what it's doing. Can I also change it through QMK?

Offline HamKenobi

  • Posts: 21
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #217 on: Sun, 17 February 2019, 00:34:31 »
Selling my TR60 HHKB layout if anyone is interested.
PM here, Discord @ HamKenobi#1919 or reddit u/HamKenobi

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #218 on: Sun, 17 February 2019, 05:40:08 »
Thanks for you quick reply and sorry for my slow one :)

Another question. Does anybody have some info on the led on the escape key? I see I can toggle it with fn+d, but I'm not sure what it's doing. Can I also change it through QMK?

The LED on the ESC key, it is standard ws2812, QMK & TMK is support this smart LED.The Pin of the LED is Atmega32u4's Pin36 ---- PF7(ADC7/TDI)
You can re-program it,turn on or turn off it.

Offline frewtkeek

  • Posts: 20
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #219 on: Sun, 17 February 2019, 06:06:53 »
Thanks. Just setting my first steps in QMK, so learning on the go with this. If you have any more resources about QMK and this board, that would be appreciated.

Offline jakl

  • Posts: 35
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #220 on: Sun, 17 February 2019, 09:24:18 »
The BT PCB still need some time.After the Chinese new year holiday, I will put it into the factory and make the new version test pcb, I still find some bugs need fix.

It's been a while since you posted this and if I remember correctly the holidays are already over. Any progress on the BT PCB or you haven't sent it to the factory yet?
Do you have any estimates when will it be finished?

Also wondering if the web configurator for the BT PCB which you sent me is final or will there be any updates for this board particularly.

Offline ye_cole

  • Posts: 445
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #221 on: Mon, 18 February 2019, 15:41:39 »
if anyone has an extra they want to get rid of, hmu!

Offline jakl

  • Posts: 35
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #222 on: Mon, 18 February 2019, 15:54:43 »
if anyone has an extra they want to get rid of, hmu!
There are a few available on the mechmarket.

Offline coffeeshopcoder

  • Posts: 445
  • Location: California
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #223 on: Mon, 18 February 2019, 22:53:35 »
any timeline for the BT version?

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #224 on: Thu, 21 February 2019, 03:26:24 »
The BT PCB still need some time.After the Chinese new year holiday, I will put it into the factory and make the new version test pcb, I still find some bugs need fix.

It's been a while since you posted this and if I remember correctly the holidays are already over. Any progress on the BT PCB or you haven't sent it to the factory yet?
Do you have any estimates when will it be finished?

Also wondering if the web configurator for the BT PCB which you sent me is final or will there be any updates for this board particularly.
I had made an mini board, and try to find the problem of the 2.4Ghz RF.



Offline Aerizu

  • Posts: 188
  • Location: Japan
  • Professional Lurker
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #225 on: Fri, 22 February 2019, 20:25:57 »
Sharing some photos of my build with TR60.

62g MX Zilents, Kat Alpha

Offline BerserkZz

  • Posts: 44
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #226 on: Sat, 23 February 2019, 00:09:44 »
Sharing some photos of my build with TR60.

62g MX Zilents, Kat Alpha
Where did you get those KAT. I haven't received any shipping notice yet.

Offline Aerizu

  • Posts: 188
  • Location: Japan
  • Professional Lurker
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #227 on: Sat, 23 February 2019, 01:44:44 »
Sharing some photos of my build with TR60.

62g MX Zilents, Kat Alpha
Where did you get those KAT. I haven't received any shipping notice yet.

Bought them from a GB in zFrontier. They started shipping them out in January.

Offline BerserkZz

  • Posts: 44
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #228 on: Sat, 23 February 2019, 01:46:03 »
Sharing some photos of my build with TR60.

62g MX Zilents, Kat Alpha
Where did you get those KAT. I haven't received any shipping notice yet.

Bought them from a GB in zFrontier. They started shipping them out in January.
Do you live in China?

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #229 on: Sat, 23 February 2019, 01:52:11 »
Sharing some photos of my build with TR60.

62g MX Zilents, Kat Alpha

Thank you for your photos. :)

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #230 on: Sat, 23 February 2019, 01:54:30 »
I received a new version test board from factory, I'm trying to enhance the wireless signal.
I will solder the board quickly and run the test of it.

Offline wixxzblu

  • Posts: 210
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #231 on: Sat, 23 February 2019, 08:05:25 »
Keep up the great work!

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #232 on: Sat, 02 March 2019, 01:50:26 »
New PCB version


Offline jakl

  • Posts: 35
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #233 on: Sat, 02 March 2019, 04:22:12 »
New PCB version
Show Image


Is this the final version then or do you still need to test it and see if there are any problems with it?

Offline gerold

  • Posts: 15
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #234 on: Sat, 02 March 2019, 04:29:54 »
Hey guys, will there be another run soon?   :-*

Offline Koriko

  • Posts: 9
  • Location: Texas
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #235 on: Sun, 03 March 2019, 17:45:04 »
Hey guys, will there be another run soon?   :-*

Probably not as we're still waiting on our orders with the Bluetooth PCB in them

Offline coffeeshopcoder

  • Posts: 445
  • Location: California
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #236 on: Thu, 07 March 2019, 13:47:21 »
Are we close ?

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #237 on: Sun, 10 March 2019, 03:15:49 »
Good News,I finished the pcb test.It works very well.I will upload some photos later.

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #238 on: Tue, 12 March 2019, 01:18:36 »
Hi All,I started to buy component materials for final production.I will do my best to complete the final steps as soon as possible.

Offline Wojciech

  • Posts: 34
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #239 on: Fri, 15 March 2019, 16:58:45 »
Hello
Is theTR60 integrated plate Alps compatibile with my own Alps PCB?

Offline senter

  • * Maker
  • Posts: 995
  • Location: Shenzhen, China or Washington, D.C.
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #240 on: Fri, 15 March 2019, 18:28:21 »
There's no ALPS version afaik

Offline bard

  • Posts: 128
  • Location: PL
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #241 on: Tue, 19 March 2019, 09:12:37 »
Hi All,I started to buy component materials for final production.I will do my best to complete the final steps as soon as possible.

TriangleLab can you check DMs?

Offline fcoury

  • Posts: 150
  • Location: Brazil
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #242 on: Tue, 19 March 2019, 09:13:25 »
Hi All,I started to buy component materials for final production.I will do my best to complete the final steps as soon as possible.

Awesome, any progress after this?

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #243 on: Tue, 19 March 2019, 10:07:15 »
Hi All,I started to buy component materials for final production.I will do my best to complete the final steps as soon as possible.

Awesome, any progress after this?

The materials was arrived.
https://imgur.com/gallery/5u63VxS
The PCB is being produced at the factory.


Offline fcoury

  • Posts: 150
  • Location: Brazil
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #244 on: Tue, 19 March 2019, 10:14:08 »
The materials was arrived.
https://imgur.com/gallery/5u63VxS
The PCB is being produced at the factory.

Super hyped about this! Thanks!

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #245 on: Thu, 21 March 2019, 03:45:13 »
The materials was arrived.
https://imgur.com/gallery/5u63VxS
The PCB is being produced at the factory.

Super hyped about this! Thanks!
Once the PCB is ready, I will package the pack and ask all people to pay the shipping fee and then I will send them as fast as possible.

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #246 on: Sun, 24 March 2019, 01:29:12 »

Dongle's PCBA

Offline Jae-3soteric

  • Posts: 745
  • Location: United Kingdom
  • https://www.youtube.com/channel/UCAIHiFKJt69HNad6r
    • Jae | Top Clack
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #247 on: Thu, 28 March 2019, 03:40:35 »
Show Image

Dongle's PCBA


Does this mean the BLE version will be shipping soon?


Sent from my iPhone using Tapatalk Pro

Offline TriangleLab

  • Thread Starter
  • Posts: 199
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #248 on: Sat, 30 March 2019, 10:57:12 »
Show Image

Dongle's PCBA


Does this mean the BLE version will be shipping soon?


Sent from my iPhone using Tapatalk Pro
Yes,the PCBA for BLE is in the SMT factory, they are white color FR4 PCB.

Offline coffeeshopcoder

  • Posts: 445
  • Location: California
Re: [GB] TR60 integrated plate case & BLE PCB
« Reply #249 on: Mon, 08 April 2019, 00:53:00 »
Any updates or estimates on ship dates for the ble version ?