Skip to content

Commit

Permalink
remove not used keycode
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Horbachenko committed Sep 13, 2016
1 parent 11f23f0 commit 6367291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions mappings/vita.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ btn_tr = 601
btn_tl2 = 602
# south east
btn_tr2 = 603
# special
btn_mode = 700

# not used
btn_mode = -1
abs_rz = -1
abs_z = -1
abs_deadzone = 0
Expand Down
1 change: 0 additions & 1 deletion src/input/vita.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ void vitainput_config(CONFIGURATION config) {
map.btn_tr = TOUCHSEC_NORTHEAST;
map.btn_tl2 = TOUCHSEC_SOUTHWEST;
map.btn_tr2 = TOUCHSEC_SOUTHEAST;
map.btn_mode = TOUCHSEC_SPECIAL_SW;

if (config.mapping) {
char config_path[256];
Expand Down

0 comments on commit 6367291

Please sign in to comment.