Skip to content

Commit

Permalink
add support for G751JY
Browse files Browse the repository at this point in the history
issue #139
  • Loading branch information
dominiksalvet committed Jul 23, 2023
1 parent ab2e1b7 commit cc9f971
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

The changes not yet present in any release are listed in this section.

### Added

* Support for ASUS G751JY ([nick-dimitrov](https://github.com/nick-dimitrov)).

## 3.14.0 (2023-04-15)

### Added
Expand Down
15 changes: 8 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ AFC solves the problems above and even more. **Tested devices** with links to th

| ASUS VivoBook | ASUS ZenBook | ASUS ROG | Others |
|---------------|----------------|----------------|----------------|
| [N580VD][14] | [UX310UA][18] | [G752VL][2] | [B9440UA][1] |
| [S530UA][13] | [UX330UAK][24] | [GL502VMK][21] | [FX505GM][15] |
| [X507UF][17] | [UX360UAK][6] | [GL502VSK][10] | [FX505GT][22] |
| [X510UA][4] | [UX410UA][7] | [GL553VD][3] | [FX553VD][12] |
| [X512FA][5] | [UX410UQ][9] | [GL553VE][11] | [TP550LAB][23] |
| [X542UF][16] | [UX430UA][8] | [GL702VSK][19] | |
| | [UX430UN][20] | | |
| [N580VD][14] | [UX310UA][18] | [G751JY][25] | [B9440UA][1] |
| [S530UA][13] | [UX330UAK][24] | [G752VL][2] | [FX505GM][15] |
| [X507UF][17] | [UX360UAK][6] | [GL502VMK][21] | [FX505GT][22] |
| [X510UA][4] | [UX410UA][7] | [GL502VSK][10] | [FX553VD][12] |
| [X512FA][5] | [UX410UQ][9] | [GL553VD][3] | [TP550LAB][23] |
| [X542UF][16] | [UX430UA][8] | [GL553VE][11] | |
| | [UX430UN][20] | [GL702VSK][19] | |

[1]: https://github.com/fzwoch
[2]: https://github.com/icegood
Expand All @@ -47,6 +47,7 @@ AFC solves the problems above and even more. **Tested devices** with links to th
[22]: https://github.com/zukurnaz
[23]: https://github.com/HamzaLakhani01
[24]: https://github.com/a-johnston
[25]: https://github.com/nick-dimitrov

> **ProTip!** Your device is not in the table? Take a look at [contributing.md](contributing.md) file and you can easily add it.
>
Expand Down
1 change: 1 addition & 0 deletions src/data/models
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ UX430UNR|1335|55 60 62 65 68 72 76 80
GL502VMK|1335 1431|45 50 55 60 65 70 75 80
TP550LAB|1335|55 60 62 65 68 72 76 80
UX330UAK|1335|55 60 62 65 68 72 76 80
G751JY|1335|45 50 55 60 65 70 75 80

0 comments on commit cc9f971

Please sign in to comment.