diff options
author | Gergely Nagy <algernon@users.noreply.github.com> | 2018-07-11 06:53:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 06:53:57 +0200 |
commit | c1480faea2ba29b9a60a1d74adf0a29cd424f842 (patch) | |
tree | 20e162c9cbe10949f6ebcedbcfb3b96a7fbe2fa3 /Model01-Firmware.ino | |
parent | 11676727a1e994724b0ca3d90c3e5643626497fb (diff) | |
parent | eeccc5b33173b9927c0b7a452927e730e5dfa0e4 (diff) | |
download | Model01-Firmware-c1480faea2ba29b9a60a1d74adf0a29cd424f842.tar.gz Model01-Firmware-c1480faea2ba29b9a60a1d74adf0a29cd424f842.zip |
Merge pull request #57 from TreTuna/patch-1
Fix typo in comments - chrods > chords
Diffstat (limited to 'Model01-Firmware.ino')
-rw-r--r-- | Model01-Firmware.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index bc45ee3..e58df7f 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -59,7 +59,7 @@ // Support for host power management (suspend & wakeup) #include "Kaleidoscope-HostPowerManagement.h" -// Support for magic combos (key chrods that trigger an action) +// Support for magic combos (key chords that trigger an action) #include "Kaleidoscope-MagicCombo.h" // Support for USB quirks, like changing the key state report protocol |