Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-26 | Move backlight config to data driven (#19910) | Ryan | |
2023-02-23 | VIA Protocol 12 + fixes (#19916) | Nick Brassel | |
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com> | |||
2023-02-17 | Remove matrix size defines (#19581) | Ryan | |
2023-02-08 | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | |
2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | |
2023-01-10 | Migrate `LAYOUTS` to data driven (#19541) | Ryan | |
* Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z | |||
2022-12-30 | Remove useless line continuations (#19399) | Ryan | |
2022-12-14 | Tap Dance: remove `qk_` prefix (#19313) | Ryan | |
2022-11-06 | Reworked backlight keycodes. (#18961) | Nick Brassel | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan | |
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||
2022-10-15 | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) | Drashna Jaelre | |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
2022-08-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-03 | Move keyboard USB IDs and strings to data driven: K (#17846) | Ryan | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2022-07-19 | Remove full bootmagic config (#17702) | Joel Challis | |
2022-06-19 | Make default layer size 16-bit (#15286) | Drashna Jaelre | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2022-06-13 | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | |
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-05-09 | feat: add support for JJ50 VIA (#16420) | Guillaume GĂ©rard | |
2022-01-07 | JJ50 Touch-Up (#15762) | James Young | |
* rules.mk: Build Options sorting and white space * use QMK 3-character notation * info.json: apply friendly formatting * info.json: use 3-character notation * move layout macro alias to info.json * number matrix identifiers by electrical position | |||
2021-12-12 | Fix up build options comments (#15463) | Ryan | |
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | |
2021-11-05 | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | |
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference. | |||
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | |
2021-09-10 | Change USBasp and bootloadHID bootloaders to lowercase (#14354) | Ryan | |
2021-09-10 | Remove bootloader listings from rules.mk (#14330) | Ryan | |
2021-08-26 | Update readme files (#14172) | Joel Challis | |
2021-08-22 | Organize KPrepublic, K.T.E.C, xiudi boards into directories (#12159) | peepeetee | |
* reset; redoing my steps; and recommit * include xd002/.noci |