# Wonkle tablet

## Overview

This is an effort to make a Hall Effect tablet for playing osu.

This project by Pomp is attempting to productize two tablets, with one catch: both are optimized for gaming rather than drawing. The specific game being targeted is osu.

The first is a standard EMR tablet. Since it's designed for osu, it will not include pressure support — as that's not needed for the game — and will likely omit tilt support as well.

The second tablet serves the same purpose but is built on a very different technology. Rather than EMR, it uses Hall Effect sensors.&#x20;

FYI: This used to be called "pompyboard"

## Resources

* Code: <https://github.com/wonkleio/wonkle>
* Docs: <https://docs.wonkle.io/>
* Discord: <https://discord.gg/QACrDbvK>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sevenpens.com/drawtab/resources/wonkle-tablet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
