sekigon-gonnoc / qmk_firmware

keyboard controller firmware for Atmel AVR and ARM USB families
http://qmk.fm
GNU General Public License v2.0
202 stars 82 forks source link

[Feature Request] keyboard quantizer on Ultimate Hacking Keyboard (Trackpoint) #58

Closed tcastelly closed 1 year ago

tcastelly commented 1 year ago

Feature Request Type

Description

Right now the quantizer works well with the ultimate hacking keyboard. But the extra modules like the Trackpoint Module does not work. Do you think it's something can be implemented?

Here the source code: https://github.com/UltimateHackingKeyboard

sekigon-gonnoc commented 1 year ago

Could you try increment CFG_TUH_HID in tusb_config.h?

https://github.com/sekigon-gonnoc/qmk_firmware/blob/quantizer_mini/tmk_core/protocol/pico/tusb_config.h#L135C39-L135C39

tcastelly commented 1 year ago

Thank you for your answer. I'm a bit confuse sorry.

The documentation refers to the branch keyboard/sekigon/keyboard_quantizer/mini-full. In this branch I have the keyboard_quantizer folder but I don't have the tmk_core/protocol/pico/tusb_config.h file.

But in the branch quantizer_mini I have the expected file but I don't have the keyboard_quantizer folder. Have I to merge something?

I'm sorry I'm a bit lost.

sekigon-gonnoc commented 1 year ago

https://github.com/sekigon-gonnoc/qmk_firmware/tree/quantizer_mini/keyboards/keyboard_quantizer/mini

sekigon-gonnoc commented 1 year ago

I released new firmware with CFG_TUH_HID set to 8 https://github.com/sekigon-gonnoc/keyboard-quantizer-doc/releases/tag/mini-3

tcastelly commented 1 year ago

It works amazing! Thank you so much!