Skip to content

bzy107/qmk_firmware_local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Mechanical Keyboard Firmware

Current Version Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by Docsify and hosted on GitHub. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request, or by clicking the "Edit this page" link at the bottom of any page.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.


qmk firmware

https://docs.qmk.fm/#/newbs_building_firmware

1. qmkのディレクトリに移動

pwd 
/Users/bzy107r/git/kbd/qmk_firmware

2. 新しいキーマップを作成

qmk new-keymap -kb <keyboard_name> -km <keymap_name>

keymap_nameのフォルダが作成されてkeymap.cファイルが作成されるのでそこでkeymapを定義

3. firmwareを書き換える

キーマップのファイルを好きなように書き換える ex) /Users/bzy107r/qmk_firmware/keyboards/ergodash/mini/keymaps/bzy107/keymap.c

4.コンパイルする(3.のファイルが更新される)

qmk compile -kb <keyboard_name> -km <keymap_name>

5. QMK Toolboxのアプリを起動

open の横にファイル名を記載 /Users/bzy107r/qmk_firmware/ergodash_mini_bzy107.hex

5.キーボードのリセットを押す

6.flashボタンが活性されるので押下(すぐに書き変わる)

両方のキーボードで実施する

About

No description, website, or topics provided.

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published