Skip to content

Commit 5703dbc

Browse files
committed
v1.5.2
1 parent 27c413e commit 5703dbc

3 files changed

Lines changed: 34 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ It adds .kl files to fix keybindings on many game controllers.
1515
- Xbox 360
1616
- Xbox One
1717
- Xbox One S
18+
- Xbox Series X|S
1819
- Switch Pro Controller ??? (not tested yet)
1920
- Nacon REVOLUTION PRO CONTROLLER
2021
- Zeemote SteelSeries FREE
@@ -31,6 +32,7 @@ It adds .kl files to fix keybindings on many game controllers.
3132
- [djsmax](https://github.com/djsmax) for many many fixes and changes.
3233
- [Black-Seraph](https://github.com/Black-Seraph) for Pro Controller Keylayout from CleanRom (GPD XD+).
3334
- [MattMasc](https://github.com/MattMasc) for DualShock 2 Keylayout.
35+
- [RuiGuilherme](https://github.com/RuiGuilherme) for Xbox Series X|S.
3436

3537

3638
### Changelog:
@@ -44,4 +46,5 @@ It adds .kl files to fix keybindings on many game controllers.
4446
- **1.4.2** Added Nacon REVOLUTION PRO CONTROLLER. ([Moe-Baker](https://github.com/Moe-Baker))
4547
- **1.4.3:** Updated to Magisk v20 template.
4648
- **1.5.0:** Added support for DualSense and Zeemote SteelSeries FREE controllers.
47-
- **1.5.1:** Added support for DualShock 2. ([MattMasc](https://github.com/MattMasc))
49+
- **1.5.1:** Added support for DualShock 2. ([MattMasc](https://github.com/MattMasc))
50+
- **1.5.2:** Added support for Xbox Series X|S. ([RuiGuilherme](https://github.com/RuiGuilherme))

module.prop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=OneController
22
name=1Controller - 1 Module to support all Controllers.
3-
version=v1.5.1
4-
versionCode=151
3+
version=v1.5.2
4+
versionCode=152
55
author=Electric1447
6-
description=This module adds .kl file (keylayout) for Dualshock 4/3, Xbox One/S, Xbox 360.
6+
description=This module adds .kl file (keylayout) for Dualshock 4/3, Xbox Series X|S, Xbox One/S, Xbox 360.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright (C) 2013 The Android Open Source Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# Classic [S]NES Controller
16+
17+
key 288 BUTTON_X
18+
key 289 BUTTON_A
19+
key 290 BUTTON_B
20+
key 291 BUTTON_Y
21+
key 292 BUTTON_L1
22+
key 293 BUTTON_R1
23+
key 297 BUTTON_START
24+
key 296 BUTTON_SELECT
25+
26+
axis 0x00 HAT_X
27+
axis 0x01 HAT_Y

0 commit comments

Comments
 (0)