Skip to content

Commit

Permalink
adjust TODO comments in TouchpadSender
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian04 committed Aug 17, 2024
1 parent 6b72101 commit ee66df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import timber.log.Timber
import java.util.BitSet

// TODO:
// Preferably finish messing with report descriptors before v3.0.0 to minimize the number of breaking releases
// - remove report ID if it ends up not being necessary
// - overall cleanup unnecessary parts of the report descriptor
open class TouchpadSender(
Expand All @@ -18,7 +19,6 @@ open class TouchpadSender(
)
}

// TODO: improve readability, maybe use a bitset for the entire thing?
private fun getTouchpadReport(
contactID: Byte,
tipSwitch: Boolean,
Expand Down

0 comments on commit ee66df6

Please sign in to comment.