Git Product home page Git Product logo

Comments (3)

theFox6 avatar theFox6 commented on July 29, 2024

The hid library needs to be compiled for HID Support, otherwise the keyboard mapper will report "this platform / binary does not support HID".
Check if the cross-compiling section in the README helps.

Windows 10 should be supported though, since that's the reason for @achushu 's fork.

from ch57x-keyboard-mapper.

redwildfire13 avatar redwildfire13 commented on July 29, 2024

Hello!
I'm not very familiar with go, but here is what I tried on Windows 11 Pro after installing go 1.21.6 windows/amd64:

git clone https://github.com/achushu/CH57x-keyboard-mapper.git 
cd CH57x-keyboard-mapper
go get
go build

I also tried cloning and building the hid package to see if that would help:

git clone https://github.com/achushu/hid.git
cd hid
go get
go build

I get the same error from the compiled "ch57x.exe". Am I missing something?
Thank you!

from ch57x-keyboard-mapper.

theFox6 avatar theFox6 commented on July 29, 2024

The cross-compiling section I linked in the upper post states, that a few environment variables need to be set before compiling the hid library.
Try enabling CGO before compiling by setting CGO_ENABLED=1.

from ch57x-keyboard-mapper.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.