Change keys so it works with vband too

This commit is contained in:
Neale Pickett 2021-01-18 14:35:16 -07:00
parent 2ed884ff46
commit c63e62726b
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
#define KBD_PIN 9
#define STRAIGHT_KEY ','
#define DIT_KEY '.'
#define DAH_KEY '/'
#define DIT_KEY '['
#define DAH_KEY ']'
bool iambic = true;
Bounce kbd = Bounce();