Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan | |
2023-04-15 | Move remaining `LAYOUT`s to data driven (#20422) | Ryan | |
2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | |
2023-03-17 | Remove trailing zeroes in info.json layouts (#20156) | Ryan | |
2023-03-11 | Move matrix config to info.json, part 6 (#20019) | Ryan | |
2023-02-17 | Move `SOFT_SERIAL_PIN` to data driven (#19863) | 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-18 | handwired/qc60: refactor, Configurator update, and readme update (#4878) | noroadsleft | |
* handwired/qc60: refactor and Configurator update - correct layout macro name (LAYOUT_ANSI_DEFAULT to LAYOUT_ansi_default) - add layout data for remaining layout macros - correct ISO layout macros (neither had a split left Shift) - refactor LAYOUT_iso_alt (place KC_NUHS key on home row; consistent with LAYOUT_iso_default) - proto.h refactored to use #pragma once include guard * handwired/qc60: keymap refactor - delete redundant KC_TRNS and KC_NO aliases * handwired/qc60: readme update - update header (made consistent with QMK template) - update Docs links (Newbs Guide; grammar) | |||
2018-07-25 | Keyboard: Add QC60 (#3472) | Michael Pio | |
* Added initial files for QC60 prototype * renamed all 'keymap' to 'layout' * renamed layout macros to suggested naming convention of LAYOUT_macro_description * replaced boilerplate * removed rules.mk from keymap folders * replaced 'qc60/rev1' with 'qc60/proto' * replaced more boilerplate * renamed DEFAULT_FOLDER to point at the correct folder * updated readme |