Commit Graph

  • 0f2bf0a680 Removed warning about append function master Dennis 2018-11-27 18:54:26 +0100
  • f4559e6cd8 Solved problems with append function Dennis 2018-11-27 16:19:25 +0100
  • 45967d5728 Added note about broken append function Dennis 2018-11-27 14:07:47 +0100
  • 841f90fb6e Root access is not necessary anymore for list subcommand Dennis 2018-11-27 14:07:18 +0100
  • e477ffc673 Completed README Dennis 2018-11-26 17:40:51 +0100
  • 2e4e1bb2c7 Added list of supported foot switches to header Dennis 2018-11-26 17:40:35 +0100
  • bdb4a01487 Added append key feature Dennis 2018-11-26 13:11:51 +0100
  • daf88336eb Changed format of printed keys Dennis 2018-11-26 12:51:11 +0100
  • 44c542d99a Finished do-not-purge feature. Closes #3 Dennis 2018-11-23 18:48:39 +0100
  • 43f63c002b Added beginning of function to preserve settings Dennis 2018-11-14 01:29:39 +0100
  • 74e23a5b5f Improved user-friendliness. Closes #7 Dennis 2018-11-14 00:20:51 +0100
  • dc9def512c Made footswitch-rs work with rustc >=1.30. Solves #8 Dennis 2018-11-13 12:32:42 +0100
  • 00070237e7 Moved HidDevice to struct Pedals. Closes #2 Dennis 2018-11-13 00:21:08 +0100
  • bef171200e Fixed minor bug within read_pedals(3) Dennis 2018-08-07 00:52:56 +0200
  • 6fd43a14ed It is now possible to add mouse directions. Dennis 2018-08-07 00:48:16 +0200
  • 0d55a26626 Added possibility to write and read mouse buttons to device Dennis 2018-08-06 01:10:44 +0200
  • a948232b3e Applications is now able to read modifiers Dennis 2018-08-01 01:15:42 +0200
  • e6a23707b3 Added support to write modifiers to footswitch. Dennis 2018-08-01 01:00:21 +0200
  • 3122491557 Changed layout of table. Fixes #5 Dennis 2018-07-31 00:54:15 +0200
  • 897bb28db5 Added types and append_string command Dennis 2018-07-31 00:34:35 +0200
  • 6e05947498 Removed all remaining unwrap() and expect() functions from main.rs Dennis 2018-07-27 23:43:24 +0200
  • 1e7907358f Replaced -v/--value by -i/--input Dennis 2018-07-26 18:44:28 +0200
  • acf5729180 Fixed accidental committed move and fixed unused functions warnings Dennis 2018-07-26 18:20:53 +0200
  • 82abb70314 Forgot to add this file in commit 3558a4869a Dennis 2018-07-26 17:17:27 +0200
  • 3558a4869a Added a module which nicely formats output to console. Fixes #4 Dennis 2018-07-26 17:15:39 +0200
  • 551a97f359 This commit fully implements the read and write key function Dennis 2018-07-26 00:35:25 +0200
  • e792c72255 Removed obsolete function valid_key Dennis 2018-07-24 19:08:59 +0200
  • ab4dea3b5e Application is able to write keys to footpedal Dennis 2018-07-24 19:03:35 +0200
  • 6bc9c31ed3 Removed bug from write operations Dennis 2018-07-24 00:17:45 +0200
  • 60aa8037fb Added short description about HidApi Dennis 2018-07-24 00:16:28 +0200
  • 7c7c99d52b Moved and split read function. Added write wrapper Dennis 2018-07-23 23:52:10 +0200
  • b2a026e5e0 Started to work on pedal_operations Dennis 2018-07-18 14:26:11 +0200
  • a8169788c5 Finished read_pedals() function and made listkeys an Option Dennis 2018-07-11 12:02:10 +0200
  • ad132db462 Added print_key() and decode_byte() and fixed name of encode_byte() Dennis 2018-07-11 12:01:27 +0200
  • 5bf348ff7f Accidentally committed Rust's 'Hello World' example instead of main code of footswitch-rs. Fixed in this commit. Dennis 2018-07-10 23:41:58 +0200
  • 426dd13ca3 Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys Dennis 2018-07-10 23:36:20 +0200