https://github.com/hmasdev/hmproto34-hmasdevmap
Original Keymap of DIY Keyboard "hmproto34*"
https://github.com/hmasdev/hmproto34-hmasdevmap
Last synced: about 1 year ago
JSON representation
Original Keymap of DIY Keyboard "hmproto34*"
- Host: GitHub
- URL: https://github.com/hmasdev/hmproto34-hmasdevmap
- Owner: hmasdev
- License: gpl-3.0
- Created: 2025-04-15T23:50:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T14:22:49.000Z (about 1 year ago)
- Last Synced: 2025-04-18T00:36:59.108Z (about 1 year ago)
- Language: C
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hmproto34-hmasdevmap
`hmproto34-hmasdevmap` provides a keymap for [hmproto34](https://github.com/hmasdev/hmproto34) and [hmproto34s](https://github.com/hmasdev/hmproto34s) keyboards.
## How to Use
The simplest way to use this keymap is to flash the pre-built firmware.
You can find the latest firmware in the [releases](https://github.com/hmasdev/hmproto34-hmasdevmap/releases) section of this repository.
Download the firmware file and flash it to your keyboard using an appropriate method for your keyboard. For example, you can use the [Pro Micro Web Updater](https://sekigon-gonnoc.github.io/promicro-web-updater/index.html). Alternatively, you may use other tools like QMK Toolbox or avrdude, depending on your preference and hardware compatibility.
### How to Build
In this section, we will go through the steps to build the firmware from source.
1. Set up your QMK environment if you haven't already. Follow the instructions in the [QMK documentation](https://docs.qmk.fm/#/newbs_getting_started) to set up your QMK environment.
2. Clone the repository:
```bash
cd ~/qmk_firmware/keyboards
git clone https://github.com/hmasdev/hmproto34 # or git clone https://github.com/hmasdev/hmproto34s
git clone https://github.com/hmasdev/hmproto34-hmasdevmap
cp -r hmproto34-hmasdevmap/keyboards/hmproto34/keymaps/hmasdevmap hmproto34/keymaps/hmasdevmap
```
3. Build the firmware:
```bash
qmk compile -kb hmproto34 -km hmasdevmap
```