Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
onlykey committed Oct 21, 2020
1 parent 020965e commit 159c0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnlyKey/OnlyKey.ino
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ void checkKey(Task* me) {


int press_duration = touch_sense_loop();
if (pending_operation==0xF6) { //CTAP2_ERR_DATA_READY
if (pending_operation==0xF6 || pending_operation==0xF7) { //CTAP2_ERR_DATA_READY or CTAP2_ERR_DATA_WIPE
setcolor(45); //yellow
} else {
if (press_duration) payload(press_duration);
Expand Down

0 comments on commit 159c0f2

Please sign in to comment.