Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Oct 29, 2023
1 parent 66570f9 commit fb05021
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
<sup><sub>*"I'm inspired,intrigued, amazed and annoyed by how difficult, complex, rare and long time coming simple cross
platform USB IO is!"*</sub></sup>
[![Release](https://jitpack.io/v/umjammer/purejavahidapi.svg)](https://jitpack.io/#umjammer/purejavahidapi)
[![Java CI](https://github.com/umjammer/purejavahidapi/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/purejavahidapi/actions/workflows/maven.yml)
[![CodeQL](https://github.com/umjammer/purejavahidapi/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/umjammer/purejavahidapi/actions/workflows/codeql-analysis.yml)
![Java](https://img.shields.io/badge/Java-17-b07219)

# Pure Java HID-API

## Install

* [maven](https://jitpack.io/#umjammer/purejavahidapi)

## References

* https://github.com/signal11/hidapi

## TODO

* jinput spi

---

# Original

<sup><sub>*"I'm inspired,intrigued, amazed and annoyed by how difficult, complex, rare and long time coming simple cross
platform USB IO is!"*</sub></sup>

### Summary

PureJavaHidApi is a crossplatform Application Programming Interface (API) for accessing USB HID devices from Java, so it
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<packaging>jar</packaging>
<name>Pure Java HID-API</name>
<url>https://github.com/nyholku/purejavahidapi</url>
<url>https://github.com/umjammer/purejavahidapi</url>

<build>
<plugins>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.3</version>
<version>5.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit fb05021

Please sign in to comment.