Skip to content

Commit

Permalink
nintendo switch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Feb 15, 2023
1 parent 99fc1c6 commit fd0a739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions love/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ function love.load()
input = (require "lib.baton").new({
controls = {
-- 4K inputs
one4 = {"key:d", "button:dpleft", "axis:leftx-"},
two4 = {"key:f", "button:dpdown", "axis:lefty-"},
three4 = {"key:j", "button:dpup", "axis:lefty+"},
four4 = {"key:k", "button:dpright", "axis:leftx+"},
one4 = {"axis:triggerleft+", "axis:leftx-", "axis:rightx-", "button:dpleft", "button:x", "key:d"},
two4 = {"axis:lefty+", "axis:righty+", "button:leftshoulder", "button:dpdown", "button:a", "key:f"},
three4 = {"axis:lefty-", "axis:righty-", "button:rightshoulder", "button:dpup", "button:y", "key:j"},
four4 = {"axis:triggerright+", "axis:leftx+", "axis:rightx+", "button:dpright", "button:b", "key:k"},

-- 7K inputs

Expand Down

0 comments on commit fd0a739

Please sign in to comment.