# USB Keyboard-Mouse with Teensy

**URL:** https://forum.core-electronics.com.au/t/usb-keyboard-mouse-with-teensy/3118
**Category:** Guides
**Created:** [18 July 2018 05:32 UTC](https://forum.core-electronics.com.au/t/usb-keyboard-mouse-with-teensy/3118 "2018-07-18T05:32:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Christian](https://yyz2.discourse-cdn.com/flex028/user_avatar/forum.core-electronics.com.au/christian/32/1245_2.png) [@Christian](https://forum.core-electronics.com.au/u/Christian)
#### Post date: [18 July 2018 05:32 UTC](https://forum.core-electronics.com.au/t/usb-keyboard-mouse-with-teensy/3118/1 "2018-07-18T05:32:24Z")

</div>

Christian just shared a new tutorial: [**"USB Keyboard-Mouse with Teensy"**](http://core-electronics.com.au/tutorials/usb-keyboard-mouse-with-teensy.html)  
  
 ![](https://canada1.discourse-cdn.com/flex028/uploads/core_electronics/original/2X/7/7a3f198281d196a549a81a65a5c7c2256bc0b78e.png)  
  
Hey all!&nbsp;By now you should have heard about all the wonderful&nbsp;Teensy Boards&nbsp;produced by&nbsp;Paul Stoffregen and the PJRC team but, in case&nbsp;you haven’t, they’re a collection of high-speed, ARM-based microcontrollers that have the …  
  
[**Read more**](http://core-electronics.com.au/tutorials/usb-keyboard-mouse-with-teensy.html)

---

<div class="post-metadata">

### Author: ![John102761](https://avatars.discourse-cdn.com/v4/letter/j/a9a28c/32.png) [@John102761](https://forum.core-electronics.com.au/u/John102761)
#### Post date: [15 November 2019 02:02 UTC](https://forum.core-electronics.com.au/t/usb-keyboard-mouse-with-teensy/3118/2 "2019-11-15T02:02:34Z")

</div>

Hi Christian,  
Thanks for the post.  
I’m looking for a way to use a morse paddle (or straight morse key) to emulate a full ascii keyboard.  
In the context of ‘assistive’ technology, I can send morse code at 30 WPM which is much faster than I can type on a PC keyboard. Perhaps something like: morse key \> micro-controller \> USB Keyboard.  
Any guidance will be much appreciated.  
Regards,  
John Loftus  
VK4CT

---

<div class="post-metadata">

### Author: ![Clinton](https://yyz2.discourse-cdn.com/flex028/user_avatar/forum.core-electronics.com.au/clinton/32/1515_2.png) [@Clinton](https://forum.core-electronics.com.au/u/Clinton)
#### Post date: [15 November 2019 03:14 UTC](https://forum.core-electronics.com.au/t/usb-keyboard-mouse-with-teensy/3118/3 "2019-11-15T03:14:08Z")

</div>

Hi John,

This tutorial is a great place to start.  
For what you need, you would only need to have one button.  
The trick is going to come in how you will convert your button presses into keyboard characters.  
Once you have a button wired in I would record yourself “Typing” some morse code with a for loop that records the presses you make so you can find the timing for your dots and dashes.

Alternatively, you could have a separate button for dashes and dots.
