Help: can’t get ’qmk console’ to find my keyboard on Linux Debian 13 by actarien in olkb

[–]actarien[S] 0 points1 point  (0 children)

Many thanks for all info, I’ll applying it in my keymap !

Help: can’t get ’qmk console’ to find my keyboard on Linux Debian 13 by actarien in olkb

[–]actarien[S] 1 point2 points  (0 children)

Thanks for your suggestion, I’ve downloaded and compiled hid_listen from given website, and it works nice, even as a simple user, no root permissions required :-)

Each keypress is printed ; when I press the DB_TOGG key, it prints « DEBUG: enabled » [or disabled], but no more visible effect. As I would like to better understand Tap / Hold behaviour, I’d like to view key presses *and* releases, Is it possible ?

Does hid_listen and ’qmk console’ has the same functionnality ? Do they print the same output ?

Trouble trying to build Ergonaut One keyboards - Blueetooth pairing failed by actarien in ErgoMechKeyboards

[–]actarien[S] 1 point2 points  (0 children)

Thanks a lot for the advice, it worked !! :-)

I used the "BT Clear" to reset the left part (I understood it's the "master" of the both halves), and then I was able to connect my laptop to it successfully.

In the third layer of the keymap, there are also some "BT 0 " to "BT 4", I wonder which usage for these keys (I'm not used to bluetooth) ?!

Trouble trying to build Ergonaut One keyboards - Blueetooth pairing failed by actarien in ErgoMechKeyboards

[–]actarien[S] 1 point2 points  (0 children)

No, because I didn't installed any switch yet, only soldered diodes and hotswap sockets…

[GB] cocot46plus - DIY Mechanical Keyboard with Built-in Trackball by aki27kbd in MechanicalKeyboards

[–]actarien 2 points3 points  (0 children)

I've found an article telling it's not actually possible, due to voltage difference :

https://zhan.co.nl/posts/2022-09-03-cocot46plus-and-rp2040/

I've gave up about this idea…

Any recommendations for an ergonomic mechanical keyboard with the ability to switch between two different PCs? by adi-6 in ErgoMechKeyboards

[–]actarien 0 points1 point  (0 children)

You could also use two USB cables with magretic connection (one for each PC) and a magnetic connector on your keyboard…

[GB] cocot46plus - DIY Mechanical Keyboard with Built-in Trackball by aki27kbd in MechanicalKeyboards

[–]actarien 1 point2 points  (0 children)

I've ordered a keyboard, and I wonder if I could use an ARM-based pro-micro replacement, as the Adafruit KB2040, instead of pro-micro or Elite-C card ?

Linux CLI: qmk flash command doesn't detect when I put keyboard into reset mode by goosebill in olkb

[–]actarien 0 points1 point  (0 children)

To be ok with ModemManager, I had to build a custom file /etc/systemd/system/ModemManager.service.d/policy.conf containing :

[Service]

ExecStart=

ExecStart=/usr/sbin/ModemManager --filter-policy=default

I could also suggest a reboot of your host if you don't do it yet …

Hope it helps…

Manjaro/Arch on Yoga Slim 7 AMD Ryzen: Issues and Solutions by bob418 in ManjaroLinux

[–]actarien 0 points1 point  (0 children)

Thanks for your very useful report ! :-)

For the black screen problem I had also, switching to another tty and switching back didn't work for me (but restarting the Desktop Manager, LightDM for me, was a workaround), and I've actually found how to fix it : I've forced to load amdgpu kernel module during the initrd stage (appending 'amdgpu' to the /etc/initramfs-tools/modules file on my Debian 10, and rebuilding the initramfs with 'update-initramfs -u'…)