Open-source keyboard firmware for Atmel AVR and Arm USB families
Go to file
Stefan Kerkmann d210590d4d
[Maintenance] builddefs: common_rules: overhaul debug information generation (#24352)
builddefs: common_rules: overhaul debug information generation

Debug information is always generated while compiling a binary, but
debugging is not the main use-case for the majority of users. Thus the
new default is to explicitly require them with `DEBUG_ENABLE=yes`. The
same is true for linker map files which are gated by the same flag.

As we target the gcc compiler and debug with the gdb debugger we can
specify the ggdb3 flag in the most verbose to get macro expansion.

Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
2024-09-01 19:54:53 +02:00
.github Bump tj-actions/changed-files from 44 to 45 (#24313) 2024-08-21 22:56:22 +01:00
.vscode
builddefs [Maintenance] builddefs: common_rules: overhaul debug information generation (#24352) 2024-09-01 19:54:53 +02:00
data These should really have been 0.0.6. 2024-08-27 10:55:32 +10:00
docs [Maintenance] builddefs: common_rules: overhaul debug information generation (#24352) 2024-09-01 19:54:53 +02:00
drivers Add ability to poweroff ADNS5050 sensor (#24223) 2024-08-26 14:06:53 -06:00
keyboards Merge remote-tracking branch 'origin/master' into develop 2024-09-01 03:47:16 +00:00
layouts Merge remote-tracking branch 'upstream/master' into develop 2024-05-02 20:32:16 +10:00
lib Reject via keymaps in lint (#24325) 2024-08-26 03:56:03 +01:00
platforms Merge remote-tracking branch 'origin/master' into develop 2024-08-18 21:33:42 +00:00
quantum Remove global k_rgb_matrix_split (#24348) 2024-08-31 21:45:49 -06:00
tests Add new connection keycodes for Bluetooth, 2.4GHz. (#24251) 2024-08-27 10:52:23 +10:00
tmk_core Fix NKRO and Mouse Emulation on arm_atsam (#23945) 2024-08-13 09:06:24 +10:00
users
util [Core] util: uf2families: sync with upstream (#24351) 2024-09-01 15:57:41 +01:00
.clang-format
.clangd
.editorconfig
.gitattributes
.gitignore Add via keymaps to gitignore (#24329) 2024-08-26 04:33:40 +01:00
.gitmodules
Doxyfile Vitepress conversion of docs. (#23795) 2024-05-30 12:00:41 +10:00
doxygen-todo
LICENSE
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
Makefile Add helper make targets for formatting and pytest. (#23858) 2024-06-04 12:23:25 +10:00
nose2.cfg
paths.mk
readme.md Branch point for 2024q4 breaking change 2024-08-26 10:04:37 +10:00
requirements-dev.txt
requirements.txt
setup.cfg
shell.nix

THIS IS THE DEVELOP BRANCH

Warning- This is the develop branch of QMK Firmware. You may encounter broken code here. Please see Breaking Changes for more information.

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 VitePress. 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.

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.