Search found 663 matches

by vvp
05 Sep 2024, 12:09
Forum: Keyboards
Topic: Vintage Cherry smell
Replies: 13
Views: 7854

Re: Vintage Cherry smell

Maybe you can find some indicators to detect formaldehyde to check the hypothesis. E.g. chromotropic acid method, spectrophotometric methods. Hospitals use some formaldehyde detectors to check their sterilization equipment (this is not likely to detect very low concentrations though). Anyway, the po...
by vvp
03 Sep 2024, 14:03
Forum: Keyboards
Topic: Vintage Cherry smell
Replies: 13
Views: 7854

Re: Vintage Cherry smell

I kind of assumed you want to de-smell only the switches. Big vacuum chambers can be bought. They are pricey though. Maybe you can make one from a thick walled sewerage pipe. Run your design through some FEM package to check it will not implode. Test safely before actually using. It is a good idea t...
by vvp
02 Sep 2024, 15:43
Forum: Keyboards
Topic: Vintage Cherry smell
Replies: 13
Views: 7854

Re: Vintage Cherry smell

Vacuum chamber should help. You can try a higher temperature as well. It should be safe up to around 65 °C.
by vvp
15 Aug 2024, 22:23
Forum: Keyboards
Topic: Hello, can anyone recommend a keyboard with extra function keys?
Replies: 2
Views: 7223

Re: Hello, can anyone recommend a keyboard with extra function keys?

I liked gaming on Kinesis Advantage. Lots of keys near home position. Some keys on thumb cluster. I defined keys in the game (so that I do not need function keys themselves). Keys can be remapped in the keyboard itself as well but Kinesis Advantage does not support configurations ... therefore not r...
by vvp
13 Jun 2024, 22:13
Forum: Keyboards
Topic: Almost got fired over my keyboard
Replies: 20
Views: 11509

Re: Almost got fired over my keyboard

I use my branch of chrisandreae's firmware: https://github.com/hercek/keyboard-firmware At the time I was deciding, it was the only one with the proper on-the-fly macro and remap features. A possibility to define macros/programs in a GUI application (likely something like Vial for QMK now) was only ...
by vvp
13 Jun 2024, 21:55
Forum: Keyboards
Topic: Almost got fired over my keyboard
Replies: 20
Views: 11509

Re: Almost got fired over my keyboard

Use a different firmware or get a patch for QMK which will use a standard keyboard descriptor. You may lose some features (e.g. the Vial GUI will likely not work when the keyboard uses the standard descriptor). But the pathch can be done in such a way that you could activate full QMK functionality (...
by vvp
13 Jun 2024, 21:39
Forum: Keyboards
Topic: Almost got fired over my keyboard
Replies: 20
Views: 11509

Re: Almost got fired over my keyboard

... or maybe USB Ninja uses QMK (like) descriptor when triggered as a keyboard.

USB Ninja is transparent only when inactive (not triggered).
by vvp
12 Jun 2024, 20:15
Forum: Keyboards
Topic: Almost got fired over my keyboard
Replies: 20
Views: 11509

Re: Almost got fired over my keyboard

Here is the device descriptor for my keyboard: Bus 001 Device 004: ID 1d50:6028 OpenMoko, Inc. Teensy 2.0 Development Board [ErgoDox Keyboard] Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0 [unknown] bDeviceSubClass 0 [unknown] bDeviceProtocol 0 bMaxPacketSize0 8 idVendor...
by vvp
12 Jun 2024, 19:51
Forum: Keyboards
Topic: Almost got fired over my keyboard
Replies: 20
Views: 11509

Re: Almost got fired over my keyboard

I just wonder what set it off NOW. I've been using this keyboard for years. And it worked fine for a few hours and then something happened that triggered the alert. Based on your 1st post you updated controller and firmware on your keyboard recently. PC scans USB bus for the connected devices anyti...
by vvp
12 Jun 2024, 13:17
Forum: Keyboards
Topic: Almost got fired over my keyboard
Replies: 20
Views: 11509

Re: Almost got fired over my keyboard

Get a patch for your firmware so that the keyboard is behaving as a standard USB (boot) keyboard when connected to a PC. If you need extensions to the standard protocol then make them optional and activate them only when not connected to company PC. You may need to cheat on VendorId and ProductId as...
by vvp
06 Jun 2024, 12:32
Forum: Vendors
Topic: CNC Magic: TRUE Integrated shell (gapless sheel) Glitter65 r1
Replies: 10
Views: 4716

Re: How can this keyboard…?

Well, I do not know. It looks just line another standard keyboard without a numpad. It is not ergonomic. No programmability. Unnecessary big space bar but missing application key and right windows and alt key. F-keys in a layer but layer-shift key not easily reachable. One of the hundreds of the ver...
by vvp
28 Apr 2024, 17:39
Forum: Keyboards
Topic: Help me with recomendations
Replies: 9
Views: 13705

Re: Help me with recomendations

I'll start worrying when (not if; when...) chat-GPT becomes aware that it's shameful to be identified as such, and dumbs itself down to the level of the average, illiterate human bean. Problem with LLMs (i.e. also ChatGPT) is that they lie in about 20% of the cases. They do it with a great confiden...
by vvp
14 Jan 2024, 08:17
Forum: Keyboards
Topic: SA Retro
Replies: 3
Views: 7509

Re: SA Retro

I found out that ordering keycaps on aliexpress works very well for good prices, No custom hassle when delivered to EU. But you may not be able to get the fancy stuff. No fancy Signature Plastics caps.
by vvp
14 Jan 2024, 08:08
Forum: Keyboards
Topic: Generic-ify a gaming keyboard?
Replies: 6
Views: 7955

Re: Generic-ify a gaming keyboard?

@moon: Any functionality which requires a custom keyboard driver on your PC would not work when you connect it through a separate controller.
by vvp
10 Jan 2024, 20:25
Forum: Keyboards
Topic: Software-less programmable keyboards
Replies: 26
Views: 20964

Re: Software-less programmable keyboards

If it is this one then it uses ATmega32U2 without external EEPROM. That means 1024 B of internal EEPROM and only 32 kB FLASH. Not really usable. At most 450 keys in macros if you are really lucky.
by vvp
02 Jan 2024, 18:55
Forum: Keyboards
Topic: Software-less programmable keyboards
Replies: 26
Views: 20964

Re: Software-less programmable keyboards

I use that firmware with ATxMega. It works fine. Many new (mostly ARM based) MCUs do not have any EEPROM. It is not a big deal. They have a lot of FLASH. And you can store to FLASH. It is just much more code to handle FLASH storage and sometimes(*) when you have hard realtime requirements it may be ...
by vvp
01 Jan 2024, 22:56
Forum: Keyboards
Topic: Software-less programmable keyboards
Replies: 26
Views: 20964

Re: Software-less programmable keyboards

You need to have enough EEPROM available to implement it easily. Many MCUs do not have it. Some have it but small amount: e.g. Atmega32u has only 1 kB. One remap map will take about 110 bytes which leaves you about 900 bytes for macros after some bytes are used for config data. So you are left with ...
by vvp
29 Jul 2023, 19:09
Forum: Keyboards
Topic: Looking for keyboard/touch typing advice.
Replies: 4
Views: 1744

Re: Looking for keyboard/touch typing advice.

You can learn both. Provided both keyboard have almost the same layout, e.g. both are more or less qwerty but one is row staggered and the second one is column staggered then most of your skills will be transferable (i.e. which key is pressed with which finger). You will not forget the old layout if...
by vvp
18 Jul 2023, 22:22
Forum: Workshop
Topic: How to design and assemble layered acrylic case
Replies: 12
Views: 8131

Re: How to design and assemble layered acrylic case

Can acrylic handle the pressure from a rivnut?
I know they can be used with carbon fiber composite but I have never seen them in acrylic.
by vvp
14 Jul 2023, 19:58
Forum: Workshop
Topic: How to design and assemble layered acrylic case
Replies: 12
Views: 8131

Re: How to design and assemble layered acrylic case

Glue may be a good option too if the plastic is not transparent ... or it is transparent and you do not care about the looks. Why not use solvent as a glue and press things together? Should result in decently transparent interface I never tried it. It may work well. Some practice may be needed so t...
by vvp
14 Jul 2023, 17:24
Forum: Workshop
Topic: How to design and assemble layered acrylic case
Replies: 12
Views: 8131

Re: How to design and assemble layered acrylic case

Do you just screw into the plastic, or is there another solution that you use? When I use a soft plastics (like ABS) then I just screw them in. The (wood) screw will cut its own thread.If the plastic is a bit harder (e.g. PLA) then you can heat the screw with e.g. a cigarette lighter before screwin...
by vvp
14 Jul 2023, 00:59
Forum: Workshop
Topic: How to design and assemble layered acrylic case
Replies: 12
Views: 8131

Re: How to design and assemble layered acrylic case

It is called insert: https://www.youtube.com/watch?v=MoAji1iq_nk

I do not use them. You will get slightly weaker joints by cutting threads into acrylic or by using wood crews into softer plastic (e.g. ABS) without threads (wood screws will cut it's own thread).
by vvp
14 Jun 2023, 22:42
Forum: Keyboards
Topic: Seeking the most efficient layouts
Replies: 39
Views: 19317

Re: Seeking the most efficient layouts

Muirium wrote:
14 Jun 2023, 21:27
1u Backspace is horrible.
That is because you have it in the top right corner. Put the 1u backspace on the left thumb cluster just below the thumb rest position (like e.g. Kinesis Advantage does it). Then it is just fine being 1u.
by vvp
25 May 2023, 12:57
Forum: Workshop
Topic: Columns not working after mod
Replies: 5
Views: 4990

Re: Columns not working after mod

Check (with a magnifying glass or better with a microscope) whether the PCB is not damaged somewhere (scratched trace, broken part, ...). If damaged then try to fix it (reconnect the trace, replace the part, ...). If it looks OK everywhere then you may have caused an electrostatic damage. This typic...
by vvp
29 Apr 2023, 09:34
Forum: Workshop
Topic: DIY Ergodox in sorry state
Replies: 4
Views: 6307

Re: DIY Ergodox in sorry state

Looks like the original owner used something damaging instead of soldering flux or bathed in something nasty after soldering ... You likely do not need to de-solder everything. You should clean everything and if the traces are not physically damaged then re-flowing the solder should be enough. If yo...
by vvp
20 Feb 2023, 20:04
Forum: Keyboards
Topic: How important is programmability to you?
Replies: 25
Views: 5499

Re: How important is programmability to you?

Tipro keyboards are entirely programmable. Only in one interpretation of the word. Some keyboards are truly programmable in all senses of the word. Here is a sample program running in a keyboard: https://github.com/chrisandreae/keyboard-firmware/blob/public/compiler/examples/mouse.kc There are not ...
by vvp
18 Feb 2023, 20:00
Forum: Keyboards
Topic: How important is programmability to you?
Replies: 25
Views: 5499

Re: How important is programmability to you?

I have a custom keyboard so I do not use remapping much. I already defined the base layout the way I want it. I use macros somewhat: e.g. MacroShift-G does vim-grep on the word under cursor, MacroShift-R repeats the rename of the next tree item in my CAD, etc. Not an absolute necessity but very usef...
by vvp
27 Dec 2022, 12:53
Forum: Keyboards
Topic: GOOD Cherry MX Switches
Replies: 38
Views: 14706

Re: GOOD Cherry MX Switches

Everybody knows that the only great switches are buckling spring :mrgreen:
The rest of the switches are only so so ...
by vvp
23 Dec 2022, 18:44
Forum: Keyboards
Topic: GOOD Cherry MX Switches
Replies: 38
Views: 14706

Re: GOOD Cherry MX Switches

@davkol: Thanks for correction. I just called them white because the stem is white. I did not have any clue abut their official name.
But the stems are not clear .... oooo the beauty of marketing :D
by vvp
22 Dec 2022, 12:38
Forum: Keyboards
Topic: GOOD Cherry MX Switches
Replies: 38
Views: 14706

Re: GOOD Cherry MX Switches

Reds are linear switches, 45 g. Gateron white (I was trying) are similar - 35 g.

Go to advanced search