No description
Find a file
John Barbero c2326c05c0
[Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (#22432)
* [Keyboard] Change default implementation for get_layer_name_user

Will now show the layer number instead of "Unknown", since this is
what will be shown if QMK Configurator is used to compile the
firmware.

* [Keyboard] Update the layout info

This makes it look sort of like a macropad + gamepad rather than an 4x6
ortholinear keyboard.

* [Keyboard] Fix default implementation of get_layer_name_user

Based on feedback from code review the implementation was swapped in
favor of using get_u8_str. This implied a change to the argument type
from int to uint8_t, which cascaded into the existing keymaps. (This
made sense in general, since the return type of get_highest_layer is
also a uint8_t.)
2023-11-11 22:30:31 -07:00
.github
.vscode
builddefs Fixup symbol sizing listing. (#22307) 2023-10-21 21:31:23 +11:00
data Flag more VIAL config options in lint (#22345) 2023-10-28 02:09:53 +01:00
docs docs(rgblight): fix typos (#22399) 2023-11-03 23:14:18 +00:00
drivers
keyboards [Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (#22432) 2023-11-11 22:30:31 -07:00
layouts Add 60_iso_tsangan_split_bs_rshift Community Layout (#21812) 2023-10-12 01:12:50 -07:00
lib Add qmk license-check developer-level CLI command. (#22075) 2023-11-11 20:50:33 +11:00
platforms
quantum Remove extra led_matrix_indicators_user call (#22329) 2023-10-24 00:00:16 +01:00
tests
tmk_core
users
util
.clang-format
.clangd
.editorconfig
.gitattributes
.gitignore
.gitmodules
Doxyfile
doxygen-todo
LICENSE
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
Makefile
nose2.cfg
paths.mk
readme.md Removed clueboard link as the website has been parked for some time (#22290) 2023-10-28 16:25:30 +11:00
requirements-dev.txt
requirements.txt
setup.cfg
shell.nix

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.