All Projects → qmk → qmk.fm

qmk / qmk.fm

Licence: other
The website-side of qmk_firmware! The compiled binaries are generated automatically on every push to the main repo

Programming Languages

CSS
56736 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to qmk.fm

QMKAmbientBacklight
Automatically set your keyboard's backlight based on your Mac's ambient light sensor.
Stars: ✭ 29 (-58.57%)
Mutual labels:  qmk, qmk-firmware
Plaid-Pad
Build guide and additional hardware for the Plaid-Pad mechanical macro pad.
Stars: ✭ 39 (-44.29%)
Mutual labels:  qmk, qmk-firmware
qmk-comment-gen
Generates fancy layout comments from qmk keymap.c
Stars: ✭ 28 (-60%)
Mutual labels:  qmk
qmk distro msys
A Windows one-click installer for the QMK CLI
Stars: ✭ 91 (+30%)
Mutual labels:  qmk
steno
Embedded steno firmware + custom steno PCBs
Stars: ✭ 47 (-32.86%)
Mutual labels:  qmk
Dissatisfaction-65
A 65% QMK Bluetooth keyboard with an OLED and encoder
Stars: ✭ 61 (-12.86%)
Mutual labels:  qmk
Kimiko
Build-Guide for the Kimiko Split-Keyboard pcb.
Stars: ✭ 34 (-51.43%)
Mutual labels:  qmk-firmware
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (-4.29%)
Mutual labels:  qmk
system
The system configuration of a professional yak shaver
Stars: ✭ 42 (-40%)
Mutual labels:  qmk-firmware
qmk-keymap
My keymap & reusable QMK gems
Stars: ✭ 84 (+20%)
Mutual labels:  qmk-firmware
qmk-keymaps
Personal keyboard keymap files for QMK firmware
Stars: ✭ 46 (-34.29%)
Mutual labels:  qmk
Qmk firmware
Open-source keyboard firmware for Atmel AVR and Arm USB families
Stars: ✭ 11,162 (+15845.71%)
Mutual labels:  qmk
go-qmk-keymap
This is a utility that can format your keymap array of layers as well as generating ascii-art diagrams of those layouts.
Stars: ✭ 20 (-71.43%)
Mutual labels:  qmk
ganymede
the Ganymede keyboard. An ARM based, split, ergonomic keyboard
Stars: ✭ 58 (-17.14%)
Mutual labels:  qmk
djinn
Djinn Split Keyboard
Stars: ✭ 685 (+878.57%)
Mutual labels:  qmk
typing model
jackhumbert.github.io/typing_model/
Stars: ✭ 19 (-72.86%)
Mutual labels:  qmk
Model-M-Type-C
A modern yet simple Model M replacement controller
Stars: ✭ 67 (-4.29%)
Mutual labels:  qmk
68Keys.io
Build your own 68% Custom Mechanical Keyboard.
Stars: ✭ 56 (-20%)
Mutual labels:  qmk
wally-win
The Flash(ing tool)
Stars: ✭ 28 (-60%)
Mutual labels:  qmk
miryoku qmk
Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. Miryoku QMK is the Miryoku implementation for QMK.
Stars: ✭ 100 (+42.86%)
Mutual labels:  qmk

How to add translations of the qmk.fm website

Each language should have its own folder in _i18n/, named using the ISO 639-1 language code, followed by - and the country code where relevant. A list of common ones can be found here.

Permalinks should be generated automatically from the filename, but need to be set manually for index.md pages. The lang variable should be set on all pages. Both of these, along with title (used in <title> in the head, and other metadata) are exemplified in the front matter (put at the top of the file) here:

---
title: "QMK固件"
permalink: /zh-cn/
lang: "zh-cn"
---

A summary.md is needed to render the sidebar content - _includes/en_sidebar.md should be used as the template. Links should be relativised with the language preceding it: /zh-cn/support.

The _data/strings.yml file also needs to have an entry for the language:

  zh-cn: &DEFAULT_ZH_CN
    <<: *DEFAULT_EN
    language_name: "中文"
    language: "语言"
    qmk_firmware: "QMK固件"

The <<: *DEFAULT_EN allows zh-cn to inherit all values from the English entry, and the keys following it override those. It's recommended to translate all entries for full coverage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].