Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-01 | Move `FORCE_NKRO` to data driven (#20604) | Ryan | |
2023-04-12 | Move single `LAYOUT`s to data driven (#20365) | Ryan | |
2023-03-11 | Move matrix config to info.json, part 6 (#20019) | Ryan | |
2023-02-08 | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | |
2022-07-30 | Move keyboard USB IDs and strings to data driven: handwired (#17822) | Ryan | |
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | |
2019-01-21 | handwired/retro_refit: refactor, Configurator support and readme update (#4899) | noroadsleft | |
* handwired/retro_refit: refactor - retro_refit.h - updated to use #pragma once include guard - refactored layout macro to not auto-prepend KC_ to keycodes - renamed to LAYOUT (from KEYMAP) - aligned for readability - default keymap.c - now uses #include QMK_KEYBOARD_H - removed unused fn_actions and action_get_macro blocks * handwired/retro_refit: Configurator support * handwired/retro_refit: readme update Updated readme to format of current QMK template. |