Skip to content

Commit

Permalink
Update BLEKeyboardPS2.txt
Browse files Browse the repository at this point in the history
update T-vK#3 to readme
  • Loading branch information
codemaster010 authored Sep 20, 2024
1 parent 98afb94 commit 4ae6df3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BLEKeyboardPS2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
* There are a some issues that need to be worked out on the timing. the F keys can all be programed to have macro functions with vk. main issues is occasional letter doubling need for vk to use Enter
* Control acts as the VK switch key and have to use it to use enter for some reason. Enter can be programed into a F key as a workaround with the use of crtl(VK Virtual Key).
* Not all characters features work on number pad. this code could be redone without FabGL to use PS/2 port and be much more precise with button up and down pushes.
* Works on linux, Android and Windows

* FabGl library for scancodes, ps/2 and other features https://github.com/fdivitto/FabGL
* https://github.com/T-vK/ESP32-BLE-Keyboard libraries

* Used both above libraries together and chatgpt with lots of debugging to make this happen

0 comments on commit 4ae6df3

Please sign in to comment.