Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-04 | feat(kprepublic/bm60hsrgb_poker): update carlosala keymap (#19426) | Carlo | |
2022-10-31 | Normalise Unicode keycodes (#18898) | Ryan | |
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h | |||
2022-10-20 | Remove legacy Grave Escape keycodes (#18787) | Ryan | |
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-10-04 | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | |
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
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-05-31 | move RESET to QK_BOOT (#17278) | Carlo Sala | |
* move RESET to QK_BOOT * fix tapping_term | |||
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-03-24 | update kprepublic/bm60hsrgb_poker/rev1/keymaps/carlosala keymap (#16725) | Carlo Sala | |
2022-01-10 | [Keymap] fix: moving keymap to rev1 folder (#15663) | Carlo Sala | |
2021-12-24 | [Keyboard] Add bm60hsrgb_poker/rev2, a continuation of #15001 (#15103) | peepeetee | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | |
2021-11-18 | rename kprepublic bm keyboards to have a standardized naming format (#15047) | peepeetee | |
* change missed kprepublic readmes * fix xiudi readmes * initial change, see pr description * change readmes * changes names in readmes and device descriptors |