Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerbyte7 authored Mar 23, 2024
1 parent 858005f commit 7a9a1fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ To change the key layout you'll need to compile HIDeous yourself. Don't worry, i
1. [Install the CE toolchain](https://ce-programming.github.io/toolchain/static/getting-started.html)
2. Download the [source code](https://github.com/Powerbyte7/HIDeous/archive/refs/heads/master.zip)
3. In hid.c, change the keycodes in the map[] and/or special_map[] arrays. You can find the keycodes in usb_hid_keys.h
4. Build the program and send the resulting 8xp file to your calculator.
4. Build the program and send the resulting 8xp file to your calculator.

## Adding Macros

To add macros you'll need to compile HIDeous as explained above. You can again use all of the keys defined in usb_hid_keys.h. By defaut, HIDeous will both press and release the key in a short timeframe. If you want to hold a key down, you need to preface the key with KEY_ONCE. Releasing the key is done the same way.

0 comments on commit 7a9a1fb

Please sign in to comment.