How to install Takahē on Windows 10
Takahē is an open-source keyboard firmware that supports various keyboards. This tutorial will guide you on how to install Takahē on your Windows 10 computer.
Prerequisites
Before installing Takahē, ensure that you have the following installed on your computer:
Install dependencies
Open Command Prompt or PowerShell as an administrator.
Install avr-gcc and dfu-programmer by running the following command:
choco install make avr-gcc dfu-programmerIf you don't have Chocolatey installed, you can install it by following the instructions on their website.
Install QMK Toolbox by downloading the latest release and running the setup file.
Install Takahē
Open Command Prompt or PowerShell as a regular user.
Clone the Takahē repository by running the following command:
git clone https://github.com/joric/jointakahe.gitNavigate to the Takahē directory by running the following command:
cd jointakaheRun the following command to install Takahē:
make initial-buildThis command will install the necessary dependencies and build the firmware. It may take some time.
Flashing the firmware onto the keyboard
- Connect your keyboard to your computer.
- Open QMK Toolbox.
- Click on the
Openbutton and navigate to the Takahē directory. - Select the
.hexfile for your keyboard's layout and press theFlashbutton. - Wait for the flashing process to finish. Once it's done, your keyboard should be updated with the new firmware.
Congratulations! You have successfully installed Takahē on your Windows 10 computer and updated your keyboard's firmware.