├── .babelrc ├── .github └── FUNDING.yml ├── .gitignore ├── .gitmodules ├── .prettierrc ├── LICENSE ├── README.md ├── binding.gyp ├── package.json ├── release.sh ├── resources ├── hero.png └── icon.icns ├── screenshots └── dark.png ├── src ├── devices │ ├── abyssus.json │ ├── abyssus_1800.json │ ├── abyssus_2000.json │ ├── abyssus_elite_dva_edition.json │ ├── abyssus_essential.json │ ├── abyssus_v2.json │ ├── anansi.json │ ├── atheris.json │ ├── base_station_v2_chroma.json │ ├── basilisk.json │ ├── basilisk_essential.json │ ├── basilisk_ultimate.json │ ├── basilisk_ultimate_receiver.json │ ├── basilisk_v2.json │ ├── basilisk_v3.json │ ├── blackwidow_2019.json │ ├── blackwidow_chroma.json │ ├── blackwidow_chroma_te.json │ ├── blackwidow_chroma_v2.json │ ├── blackwidow_elite.json │ ├── blackwidow_essential.json │ ├── blackwidow_lite.json │ ├── blackwidow_overwatch.json │ ├── blackwidow_stealth.json │ ├── blackwidow_stealth_edition.json │ ├── blackwidow_ultimate_2012.json │ ├── blackwidow_ultimate_2013.json │ ├── blackwidow_ultimate_2016.json │ ├── blackwidow_v3.json │ ├── blackwidow_v3_mini_wired.json │ ├── blackwidow_v3_mini_wireless.json │ ├── blackwidow_v3_pro_wired.json │ ├── blackwidow_v3_tk.json │ ├── blackwidow_v4_75%.json │ ├── blackwidow_v4_pro.json │ ├── blackwidow_x_chroma.json │ ├── blackwidow_x_chroma_te.json │ ├── blackwidow_x_ultimate.json │ ├── blade_2018.json │ ├── blade_2018_base.json │ ├── blade_2018_mercury.json │ ├── blade_2019_adv.json │ ├── blade_2019_base.json │ ├── blade_late_2016.json │ ├── blade_mid_2019_mercury.json │ ├── blade_pro_2017.json │ ├── blade_pro_2017_fullhd.json │ ├── blade_pro_late_2016.json │ ├── blade_qhd.json │ ├── blade_stealth.json │ ├── blade_stealth_2019.json │ ├── blade_stealth_late_2016.json │ ├── blade_stealth_late_2017.json │ ├── blade_stealth_late_2019.json │ ├── blade_stealth_mid_2017.json │ ├── blade_studio_edition_2019.json │ ├── chroma_base.json │ ├── chroma_hdk.json │ ├── chroma_mug.json │ ├── core_x_chroma.json │ ├── cynosa_chroma.json │ ├── cynosa_chroma_pro.json │ ├── cynosa_lite.json │ ├── cynosa_v2.json │ ├── deathadder_1800.json │ ├── deathadder_2013.json │ ├── deathadder_3500.json │ ├── deathadder_3_5g.json │ ├── deathadder_chroma.json │ ├── deathadder_elite.json │ ├── deathadder_essential.json │ ├── deathadder_essential_2021.json │ ├── deathadder_essential_white_edition.json │ ├── deathadder_v2.json │ ├── deathadder_v2_mini.json │ ├── deathadder_v2_pro_wired.json │ ├── deathadder_v2_pro_wireless.json │ ├── deathstalker_chroma.json │ ├── deathstalker_expert.json │ ├── deathstalker_v2.json │ ├── diamondback_chroma.json │ ├── firefly.json │ ├── firefly_hyperflux.json │ ├── firefly_v2.json │ ├── goliathus_chroma.json │ ├── goliathus_chroma_extended.json │ ├── huntsman.json │ ├── huntsman_elite.json │ ├── huntsman_mini.json │ ├── huntsman_mini_jp.json │ ├── huntsman_te.json │ ├── huntsman_v2.json │ ├── huntsman_v2_analog.json │ ├── huntsman_v2_tkl.json │ ├── imperator.json │ ├── kraken.json │ ├── kraken_classic.json │ ├── kraken_classic_alt.json │ ├── kraken_kitty_edition.json │ ├── kraken_ultimate.json │ ├── kraken_v2.json │ ├── lancehead_te_wired.json │ ├── lancehead_wired.json │ ├── lancehead_wireless.json │ ├── lancehead_wireless_receiver.json │ ├── lancehead_wireless_wired.json │ ├── mamba_2012_wired.json │ ├── mamba_2012_wireless.json │ ├── mamba_elite.json │ ├── mamba_te_wired.json │ ├── mamba_wired.json │ ├── mamba_wireless.json │ ├── mamba_wireless_receiver.json │ ├── mamba_wireless_wired.json │ ├── mouse_bungee_v3_chroma.json │ ├── mouse_charging_dock.json │ ├── naga_2012.json │ ├── naga_2014.json │ ├── naga_chroma.json │ ├── naga_hex.json │ ├── naga_hex_red.json │ ├── naga_hex_v2.json │ ├── naga_lefthanded_2020.json │ ├── naga_pro_wired.json │ ├── naga_pro_wireless.json │ ├── naga_trinity.json │ ├── naga_x.json │ ├── nommo_chroma.json │ ├── nommo_pro.json │ ├── nostromo.json │ ├── orbweaver.json │ ├── orbweaver_chroma.json │ ├── ornata.json │ ├── ornata_chroma.json │ ├── ornata_v2.json │ ├── orochi_2011.json │ ├── orochi_2013.json │ ├── orochi_chroma.json │ ├── orochi_v2_bluetooth.json │ ├── orochi_v2_receiver.json │ ├── ouroboros.json │ ├── taipan.json │ ├── tartarus.json │ ├── tartarus_chroma.json │ ├── tartarus_v2.json │ ├── thunderbolt_4_dock_chroma.json │ ├── viper.json │ ├── viper_8khz.json │ ├── viper_mini.json │ ├── viper_ultimate_wired.json │ └── viper_ultimate_wireless.json ├── driver │ ├── addon.cc │ └── index.js ├── main │ ├── animation │ │ ├── animation.js │ │ ├── animationcycle.js │ │ ├── animationcyclecustom.js │ │ ├── animationcyclespectrum.js │ │ ├── animationripple.js │ │ └── animationwheel.js │ ├── application.js │ ├── device │ │ ├── razerdevice.js │ │ ├── razerdeviceaccessory.js │ │ ├── razerdeviceegpu.js │ │ ├── razerdeviceheadphone.js │ │ ├── razerdevicekeyboard.js │ │ ├── razerdevicemouse.js │ │ ├── razerdevicemousedock.js │ │ ├── razerdevicemousemat.js │ │ └── razerdevicetype.js │ ├── feature │ │ ├── feature.js │ │ ├── featurebattery.js │ │ ├── featurebreathe.js │ │ ├── featurebrightness.js │ │ ├── featurehelper.js │ │ ├── featureidentifier.js │ │ ├── featuremousebrightness.js │ │ ├── featuremousedpi.js │ │ ├── featuremousepollrate.js │ │ ├── featurenone.js │ │ ├── featureoldmouseeffects.js │ │ ├── featurereactive.js │ │ ├── featureripple.js │ │ ├── featurespectrum.js │ │ ├── featurestarlight.js │ │ ├── featurestatic.js │ │ ├── featurewaveextended.js │ │ ├── featurewavesimple.js │ │ └── featurewheel.js │ ├── index.js │ ├── menu │ │ ├── menubuilder.js │ │ └── menubuilderdevice.js │ ├── razerapplication.js │ ├── razerdevicemanager.js │ ├── settingsmanager.js │ └── statemanager.js └── renderer │ ├── App.jsx │ ├── components │ ├── Brightness │ │ ├── Brightness.jsx │ │ └── index.jsx │ ├── CustomColor │ │ ├── CustomColor.jsx │ │ └── index.jsx │ ├── CustomColor2 │ │ ├── CustomColor2.jsx │ │ └── index.jsx │ ├── MouseSensitivity │ │ ├── MouseSensitivity.jsx │ │ └── index.jsx │ └── Slider │ │ └── Slider.jsx │ ├── index.css │ ├── index.html │ ├── index.jsx │ ├── react-tabs.css │ ├── sections │ ├── sectionproductheader.jsx │ ├── sectionsettingblock.jsx │ ├── sectionsettingbrightness.jsx │ ├── sectionsettingcolor.jsx │ ├── sectionsettingpollrate.jsx │ └── sectionsettingsensitivity.jsx │ └── views │ ├── viewcolorpicker.jsx │ ├── viewdevicesettings.jsx │ └── viewstatesettings.jsx ├── static └── assets │ ├── iconTemplate.png │ ├── iconTemplate@2x.png │ └── iconTemplate@3x.png ├── webpack.main.additions.js ├── webpack.renderer.additions.js └── yarn.lock /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/.babelrc -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | github: stickoking 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/.gitmodules -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/.prettierrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/README.md -------------------------------------------------------------------------------- /binding.gyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/binding.gyp -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/package.json -------------------------------------------------------------------------------- /release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/release.sh -------------------------------------------------------------------------------- /resources/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/resources/hero.png -------------------------------------------------------------------------------- /resources/icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/resources/icon.icns -------------------------------------------------------------------------------- /screenshots/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/screenshots/dark.png -------------------------------------------------------------------------------- /src/devices/abyssus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/abyssus.json -------------------------------------------------------------------------------- /src/devices/abyssus_1800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/abyssus_1800.json -------------------------------------------------------------------------------- /src/devices/abyssus_2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/abyssus_2000.json -------------------------------------------------------------------------------- /src/devices/abyssus_elite_dva_edition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/abyssus_elite_dva_edition.json -------------------------------------------------------------------------------- /src/devices/abyssus_essential.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/abyssus_essential.json -------------------------------------------------------------------------------- /src/devices/abyssus_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/abyssus_v2.json -------------------------------------------------------------------------------- /src/devices/anansi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/anansi.json -------------------------------------------------------------------------------- /src/devices/atheris.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/atheris.json -------------------------------------------------------------------------------- /src/devices/base_station_v2_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/base_station_v2_chroma.json -------------------------------------------------------------------------------- /src/devices/basilisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/basilisk.json -------------------------------------------------------------------------------- /src/devices/basilisk_essential.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/basilisk_essential.json -------------------------------------------------------------------------------- /src/devices/basilisk_ultimate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/basilisk_ultimate.json -------------------------------------------------------------------------------- /src/devices/basilisk_ultimate_receiver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/basilisk_ultimate_receiver.json -------------------------------------------------------------------------------- /src/devices/basilisk_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/basilisk_v2.json -------------------------------------------------------------------------------- /src/devices/basilisk_v3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/basilisk_v3.json -------------------------------------------------------------------------------- /src/devices/blackwidow_2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_2019.json -------------------------------------------------------------------------------- /src/devices/blackwidow_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_chroma.json -------------------------------------------------------------------------------- /src/devices/blackwidow_chroma_te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_chroma_te.json -------------------------------------------------------------------------------- /src/devices/blackwidow_chroma_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_chroma_v2.json -------------------------------------------------------------------------------- /src/devices/blackwidow_elite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_elite.json -------------------------------------------------------------------------------- /src/devices/blackwidow_essential.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_essential.json -------------------------------------------------------------------------------- /src/devices/blackwidow_lite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_lite.json -------------------------------------------------------------------------------- /src/devices/blackwidow_overwatch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_overwatch.json -------------------------------------------------------------------------------- /src/devices/blackwidow_stealth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_stealth.json -------------------------------------------------------------------------------- /src/devices/blackwidow_stealth_edition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_stealth_edition.json -------------------------------------------------------------------------------- /src/devices/blackwidow_ultimate_2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_ultimate_2012.json -------------------------------------------------------------------------------- /src/devices/blackwidow_ultimate_2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_ultimate_2013.json -------------------------------------------------------------------------------- /src/devices/blackwidow_ultimate_2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_ultimate_2016.json -------------------------------------------------------------------------------- /src/devices/blackwidow_v3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_v3.json -------------------------------------------------------------------------------- /src/devices/blackwidow_v3_mini_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_v3_mini_wired.json -------------------------------------------------------------------------------- /src/devices/blackwidow_v3_mini_wireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_v3_mini_wireless.json -------------------------------------------------------------------------------- /src/devices/blackwidow_v3_pro_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_v3_pro_wired.json -------------------------------------------------------------------------------- /src/devices/blackwidow_v3_tk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_v3_tk.json -------------------------------------------------------------------------------- /src/devices/blackwidow_v4_75%.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_v4_75%.json -------------------------------------------------------------------------------- /src/devices/blackwidow_v4_pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_v4_pro.json -------------------------------------------------------------------------------- /src/devices/blackwidow_x_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_x_chroma.json -------------------------------------------------------------------------------- /src/devices/blackwidow_x_chroma_te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_x_chroma_te.json -------------------------------------------------------------------------------- /src/devices/blackwidow_x_ultimate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blackwidow_x_ultimate.json -------------------------------------------------------------------------------- /src/devices/blade_2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_2018.json -------------------------------------------------------------------------------- /src/devices/blade_2018_base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_2018_base.json -------------------------------------------------------------------------------- /src/devices/blade_2018_mercury.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_2018_mercury.json -------------------------------------------------------------------------------- /src/devices/blade_2019_adv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_2019_adv.json -------------------------------------------------------------------------------- /src/devices/blade_2019_base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_2019_base.json -------------------------------------------------------------------------------- /src/devices/blade_late_2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_late_2016.json -------------------------------------------------------------------------------- /src/devices/blade_mid_2019_mercury.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_mid_2019_mercury.json -------------------------------------------------------------------------------- /src/devices/blade_pro_2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_pro_2017.json -------------------------------------------------------------------------------- /src/devices/blade_pro_2017_fullhd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_pro_2017_fullhd.json -------------------------------------------------------------------------------- /src/devices/blade_pro_late_2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_pro_late_2016.json -------------------------------------------------------------------------------- /src/devices/blade_qhd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_qhd.json -------------------------------------------------------------------------------- /src/devices/blade_stealth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_stealth.json -------------------------------------------------------------------------------- /src/devices/blade_stealth_2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_stealth_2019.json -------------------------------------------------------------------------------- /src/devices/blade_stealth_late_2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_stealth_late_2016.json -------------------------------------------------------------------------------- /src/devices/blade_stealth_late_2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_stealth_late_2017.json -------------------------------------------------------------------------------- /src/devices/blade_stealth_late_2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_stealth_late_2019.json -------------------------------------------------------------------------------- /src/devices/blade_stealth_mid_2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_stealth_mid_2017.json -------------------------------------------------------------------------------- /src/devices/blade_studio_edition_2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/blade_studio_edition_2019.json -------------------------------------------------------------------------------- /src/devices/chroma_base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/chroma_base.json -------------------------------------------------------------------------------- /src/devices/chroma_hdk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/chroma_hdk.json -------------------------------------------------------------------------------- /src/devices/chroma_mug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/chroma_mug.json -------------------------------------------------------------------------------- /src/devices/core_x_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/core_x_chroma.json -------------------------------------------------------------------------------- /src/devices/cynosa_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/cynosa_chroma.json -------------------------------------------------------------------------------- /src/devices/cynosa_chroma_pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/cynosa_chroma_pro.json -------------------------------------------------------------------------------- /src/devices/cynosa_lite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/cynosa_lite.json -------------------------------------------------------------------------------- /src/devices/cynosa_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/cynosa_v2.json -------------------------------------------------------------------------------- /src/devices/deathadder_1800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_1800.json -------------------------------------------------------------------------------- /src/devices/deathadder_2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_2013.json -------------------------------------------------------------------------------- /src/devices/deathadder_3500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_3500.json -------------------------------------------------------------------------------- /src/devices/deathadder_3_5g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_3_5g.json -------------------------------------------------------------------------------- /src/devices/deathadder_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_chroma.json -------------------------------------------------------------------------------- /src/devices/deathadder_elite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_elite.json -------------------------------------------------------------------------------- /src/devices/deathadder_essential.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_essential.json -------------------------------------------------------------------------------- /src/devices/deathadder_essential_2021.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_essential_2021.json -------------------------------------------------------------------------------- /src/devices/deathadder_essential_white_edition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_essential_white_edition.json -------------------------------------------------------------------------------- /src/devices/deathadder_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_v2.json -------------------------------------------------------------------------------- /src/devices/deathadder_v2_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_v2_mini.json -------------------------------------------------------------------------------- /src/devices/deathadder_v2_pro_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_v2_pro_wired.json -------------------------------------------------------------------------------- /src/devices/deathadder_v2_pro_wireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathadder_v2_pro_wireless.json -------------------------------------------------------------------------------- /src/devices/deathstalker_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathstalker_chroma.json -------------------------------------------------------------------------------- /src/devices/deathstalker_expert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathstalker_expert.json -------------------------------------------------------------------------------- /src/devices/deathstalker_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/deathstalker_v2.json -------------------------------------------------------------------------------- /src/devices/diamondback_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/diamondback_chroma.json -------------------------------------------------------------------------------- /src/devices/firefly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/firefly.json -------------------------------------------------------------------------------- /src/devices/firefly_hyperflux.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/firefly_hyperflux.json -------------------------------------------------------------------------------- /src/devices/firefly_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/firefly_v2.json -------------------------------------------------------------------------------- /src/devices/goliathus_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/goliathus_chroma.json -------------------------------------------------------------------------------- /src/devices/goliathus_chroma_extended.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/goliathus_chroma_extended.json -------------------------------------------------------------------------------- /src/devices/huntsman.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman.json -------------------------------------------------------------------------------- /src/devices/huntsman_elite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman_elite.json -------------------------------------------------------------------------------- /src/devices/huntsman_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman_mini.json -------------------------------------------------------------------------------- /src/devices/huntsman_mini_jp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman_mini_jp.json -------------------------------------------------------------------------------- /src/devices/huntsman_te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman_te.json -------------------------------------------------------------------------------- /src/devices/huntsman_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman_v2.json -------------------------------------------------------------------------------- /src/devices/huntsman_v2_analog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman_v2_analog.json -------------------------------------------------------------------------------- /src/devices/huntsman_v2_tkl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/huntsman_v2_tkl.json -------------------------------------------------------------------------------- /src/devices/imperator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/imperator.json -------------------------------------------------------------------------------- /src/devices/kraken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/kraken.json -------------------------------------------------------------------------------- /src/devices/kraken_classic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/kraken_classic.json -------------------------------------------------------------------------------- /src/devices/kraken_classic_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/kraken_classic_alt.json -------------------------------------------------------------------------------- /src/devices/kraken_kitty_edition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/kraken_kitty_edition.json -------------------------------------------------------------------------------- /src/devices/kraken_ultimate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/kraken_ultimate.json -------------------------------------------------------------------------------- /src/devices/kraken_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/kraken_v2.json -------------------------------------------------------------------------------- /src/devices/lancehead_te_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/lancehead_te_wired.json -------------------------------------------------------------------------------- /src/devices/lancehead_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/lancehead_wired.json -------------------------------------------------------------------------------- /src/devices/lancehead_wireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/lancehead_wireless.json -------------------------------------------------------------------------------- /src/devices/lancehead_wireless_receiver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/lancehead_wireless_receiver.json -------------------------------------------------------------------------------- /src/devices/lancehead_wireless_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/lancehead_wireless_wired.json -------------------------------------------------------------------------------- /src/devices/mamba_2012_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_2012_wired.json -------------------------------------------------------------------------------- /src/devices/mamba_2012_wireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_2012_wireless.json -------------------------------------------------------------------------------- /src/devices/mamba_elite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_elite.json -------------------------------------------------------------------------------- /src/devices/mamba_te_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_te_wired.json -------------------------------------------------------------------------------- /src/devices/mamba_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_wired.json -------------------------------------------------------------------------------- /src/devices/mamba_wireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_wireless.json -------------------------------------------------------------------------------- /src/devices/mamba_wireless_receiver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_wireless_receiver.json -------------------------------------------------------------------------------- /src/devices/mamba_wireless_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mamba_wireless_wired.json -------------------------------------------------------------------------------- /src/devices/mouse_bungee_v3_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mouse_bungee_v3_chroma.json -------------------------------------------------------------------------------- /src/devices/mouse_charging_dock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/mouse_charging_dock.json -------------------------------------------------------------------------------- /src/devices/naga_2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_2012.json -------------------------------------------------------------------------------- /src/devices/naga_2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_2014.json -------------------------------------------------------------------------------- /src/devices/naga_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_chroma.json -------------------------------------------------------------------------------- /src/devices/naga_hex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_hex.json -------------------------------------------------------------------------------- /src/devices/naga_hex_red.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_hex_red.json -------------------------------------------------------------------------------- /src/devices/naga_hex_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_hex_v2.json -------------------------------------------------------------------------------- /src/devices/naga_lefthanded_2020.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_lefthanded_2020.json -------------------------------------------------------------------------------- /src/devices/naga_pro_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_pro_wired.json -------------------------------------------------------------------------------- /src/devices/naga_pro_wireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_pro_wireless.json -------------------------------------------------------------------------------- /src/devices/naga_trinity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_trinity.json -------------------------------------------------------------------------------- /src/devices/naga_x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/naga_x.json -------------------------------------------------------------------------------- /src/devices/nommo_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/nommo_chroma.json -------------------------------------------------------------------------------- /src/devices/nommo_pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/nommo_pro.json -------------------------------------------------------------------------------- /src/devices/nostromo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/nostromo.json -------------------------------------------------------------------------------- /src/devices/orbweaver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/orbweaver.json -------------------------------------------------------------------------------- /src/devices/orbweaver_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/orbweaver_chroma.json -------------------------------------------------------------------------------- /src/devices/ornata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/ornata.json -------------------------------------------------------------------------------- /src/devices/ornata_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/ornata_chroma.json -------------------------------------------------------------------------------- /src/devices/ornata_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/ornata_v2.json -------------------------------------------------------------------------------- /src/devices/orochi_2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/orochi_2011.json -------------------------------------------------------------------------------- /src/devices/orochi_2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/orochi_2013.json -------------------------------------------------------------------------------- /src/devices/orochi_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/orochi_chroma.json -------------------------------------------------------------------------------- /src/devices/orochi_v2_bluetooth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/orochi_v2_bluetooth.json -------------------------------------------------------------------------------- /src/devices/orochi_v2_receiver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/orochi_v2_receiver.json -------------------------------------------------------------------------------- /src/devices/ouroboros.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/ouroboros.json -------------------------------------------------------------------------------- /src/devices/taipan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/taipan.json -------------------------------------------------------------------------------- /src/devices/tartarus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/tartarus.json -------------------------------------------------------------------------------- /src/devices/tartarus_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/tartarus_chroma.json -------------------------------------------------------------------------------- /src/devices/tartarus_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/tartarus_v2.json -------------------------------------------------------------------------------- /src/devices/thunderbolt_4_dock_chroma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/thunderbolt_4_dock_chroma.json -------------------------------------------------------------------------------- /src/devices/viper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/viper.json -------------------------------------------------------------------------------- /src/devices/viper_8khz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/viper_8khz.json -------------------------------------------------------------------------------- /src/devices/viper_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/viper_mini.json -------------------------------------------------------------------------------- /src/devices/viper_ultimate_wired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/viper_ultimate_wired.json -------------------------------------------------------------------------------- /src/devices/viper_ultimate_wireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/devices/viper_ultimate_wireless.json -------------------------------------------------------------------------------- /src/driver/addon.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/driver/addon.cc -------------------------------------------------------------------------------- /src/driver/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/driver/index.js -------------------------------------------------------------------------------- /src/main/animation/animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/animation/animation.js -------------------------------------------------------------------------------- /src/main/animation/animationcycle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/animation/animationcycle.js -------------------------------------------------------------------------------- /src/main/animation/animationcyclecustom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/animation/animationcyclecustom.js -------------------------------------------------------------------------------- /src/main/animation/animationcyclespectrum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/animation/animationcyclespectrum.js -------------------------------------------------------------------------------- /src/main/animation/animationripple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/animation/animationripple.js -------------------------------------------------------------------------------- /src/main/animation/animationwheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/animation/animationwheel.js -------------------------------------------------------------------------------- /src/main/application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/application.js -------------------------------------------------------------------------------- /src/main/device/razerdevice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdevice.js -------------------------------------------------------------------------------- /src/main/device/razerdeviceaccessory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdeviceaccessory.js -------------------------------------------------------------------------------- /src/main/device/razerdeviceegpu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdeviceegpu.js -------------------------------------------------------------------------------- /src/main/device/razerdeviceheadphone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdeviceheadphone.js -------------------------------------------------------------------------------- /src/main/device/razerdevicekeyboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdevicekeyboard.js -------------------------------------------------------------------------------- /src/main/device/razerdevicemouse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdevicemouse.js -------------------------------------------------------------------------------- /src/main/device/razerdevicemousedock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdevicemousedock.js -------------------------------------------------------------------------------- /src/main/device/razerdevicemousemat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdevicemousemat.js -------------------------------------------------------------------------------- /src/main/device/razerdevicetype.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/device/razerdevicetype.js -------------------------------------------------------------------------------- /src/main/feature/feature.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/feature.js -------------------------------------------------------------------------------- /src/main/feature/featurebattery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurebattery.js -------------------------------------------------------------------------------- /src/main/feature/featurebreathe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurebreathe.js -------------------------------------------------------------------------------- /src/main/feature/featurebrightness.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurebrightness.js -------------------------------------------------------------------------------- /src/main/feature/featurehelper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurehelper.js -------------------------------------------------------------------------------- /src/main/feature/featureidentifier.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featureidentifier.js -------------------------------------------------------------------------------- /src/main/feature/featuremousebrightness.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featuremousebrightness.js -------------------------------------------------------------------------------- /src/main/feature/featuremousedpi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featuremousedpi.js -------------------------------------------------------------------------------- /src/main/feature/featuremousepollrate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featuremousepollrate.js -------------------------------------------------------------------------------- /src/main/feature/featurenone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurenone.js -------------------------------------------------------------------------------- /src/main/feature/featureoldmouseeffects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featureoldmouseeffects.js -------------------------------------------------------------------------------- /src/main/feature/featurereactive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurereactive.js -------------------------------------------------------------------------------- /src/main/feature/featureripple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featureripple.js -------------------------------------------------------------------------------- /src/main/feature/featurespectrum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurespectrum.js -------------------------------------------------------------------------------- /src/main/feature/featurestarlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurestarlight.js -------------------------------------------------------------------------------- /src/main/feature/featurestatic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurestatic.js -------------------------------------------------------------------------------- /src/main/feature/featurewaveextended.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurewaveextended.js -------------------------------------------------------------------------------- /src/main/feature/featurewavesimple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurewavesimple.js -------------------------------------------------------------------------------- /src/main/feature/featurewheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/feature/featurewheel.js -------------------------------------------------------------------------------- /src/main/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/index.js -------------------------------------------------------------------------------- /src/main/menu/menubuilder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/menu/menubuilder.js -------------------------------------------------------------------------------- /src/main/menu/menubuilderdevice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/menu/menubuilderdevice.js -------------------------------------------------------------------------------- /src/main/razerapplication.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/razerapplication.js -------------------------------------------------------------------------------- /src/main/razerdevicemanager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/razerdevicemanager.js -------------------------------------------------------------------------------- /src/main/settingsmanager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/settingsmanager.js -------------------------------------------------------------------------------- /src/main/statemanager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/main/statemanager.js -------------------------------------------------------------------------------- /src/renderer/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/App.jsx -------------------------------------------------------------------------------- /src/renderer/components/Brightness/Brightness.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/components/Brightness/Brightness.jsx -------------------------------------------------------------------------------- /src/renderer/components/Brightness/index.jsx: -------------------------------------------------------------------------------- 1 | export * from './Brightness'; 2 | -------------------------------------------------------------------------------- /src/renderer/components/CustomColor/CustomColor.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/components/CustomColor/CustomColor.jsx -------------------------------------------------------------------------------- /src/renderer/components/CustomColor/index.jsx: -------------------------------------------------------------------------------- 1 | export { default } from './CustomColor'; 2 | -------------------------------------------------------------------------------- /src/renderer/components/CustomColor2/CustomColor2.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/components/CustomColor2/CustomColor2.jsx -------------------------------------------------------------------------------- /src/renderer/components/CustomColor2/index.jsx: -------------------------------------------------------------------------------- 1 | export { default } from './CustomColor2'; 2 | -------------------------------------------------------------------------------- /src/renderer/components/MouseSensitivity/MouseSensitivity.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/components/MouseSensitivity/MouseSensitivity.jsx -------------------------------------------------------------------------------- /src/renderer/components/MouseSensitivity/index.jsx: -------------------------------------------------------------------------------- 1 | export { default } from './MouseSensitivity'; 2 | -------------------------------------------------------------------------------- /src/renderer/components/Slider/Slider.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/components/Slider/Slider.jsx -------------------------------------------------------------------------------- /src/renderer/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/index.css -------------------------------------------------------------------------------- /src/renderer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/index.html -------------------------------------------------------------------------------- /src/renderer/index.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/index.jsx -------------------------------------------------------------------------------- /src/renderer/react-tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/react-tabs.css -------------------------------------------------------------------------------- /src/renderer/sections/sectionproductheader.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/sections/sectionproductheader.jsx -------------------------------------------------------------------------------- /src/renderer/sections/sectionsettingblock.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/sections/sectionsettingblock.jsx -------------------------------------------------------------------------------- /src/renderer/sections/sectionsettingbrightness.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/sections/sectionsettingbrightness.jsx -------------------------------------------------------------------------------- /src/renderer/sections/sectionsettingcolor.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/sections/sectionsettingcolor.jsx -------------------------------------------------------------------------------- /src/renderer/sections/sectionsettingpollrate.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/sections/sectionsettingpollrate.jsx -------------------------------------------------------------------------------- /src/renderer/sections/sectionsettingsensitivity.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/sections/sectionsettingsensitivity.jsx -------------------------------------------------------------------------------- /src/renderer/views/viewcolorpicker.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/views/viewcolorpicker.jsx -------------------------------------------------------------------------------- /src/renderer/views/viewdevicesettings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/views/viewdevicesettings.jsx -------------------------------------------------------------------------------- /src/renderer/views/viewstatesettings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/src/renderer/views/viewstatesettings.jsx -------------------------------------------------------------------------------- /static/assets/iconTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/static/assets/iconTemplate.png -------------------------------------------------------------------------------- /static/assets/iconTemplate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/static/assets/iconTemplate@2x.png -------------------------------------------------------------------------------- /static/assets/iconTemplate@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/static/assets/iconTemplate@3x.png -------------------------------------------------------------------------------- /webpack.main.additions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/webpack.main.additions.js -------------------------------------------------------------------------------- /webpack.renderer.additions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/webpack.renderer.additions.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stickoking/razer-macos/HEAD/yarn.lock --------------------------------------------------------------------------------