Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-18 | 6 | -171/+0 |
|\ | |||||
| * | Correct 19355 | zvecr | 2022-12-18 | 6 | -171/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-18 | 7 | -0/+173 |
|\| | |||||
| * | change d45lite keyboard name to d45v2 (#19355) | dztech | 2022-12-18 | 7 | -0/+173 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 5 | -15/+15 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-12 | 6 | -0/+171 |
|\| | |||||
| * | [Keyboard] add d45 lite keyboard (#19288) | dztech | 2022-12-12 | 6 | -0/+171 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Minor lint fixes for various info.json (#19275) | Wolf Van Herreweghe | 2022-12-09 | 1 | -1/+1 |
|/ | |||||
* | [Keyboard] add kbdpadmk3 (#18795) | dztech | 2022-12-04 | 7 | -0/+245 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | [Keyboard] add odinmini keyboard (#19111) | dztech | 2022-12-04 | 8 | -0/+303 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keymap] KBDFans Tiger80 Keymap (#19148) | micros24 | 2022-12-03 | 4 | -0/+138 |
| | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Jasper Jan O. Solee <jjosolee@mymail.mapua.edu.ph> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 14 | -20/+20 |
| | |||||
* | Update use of legacy keycodes (#19120) | Joel Challis | 2022-11-22 | 2 | -4/+4 |
| | |||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 6 | -0/+0 |
| | |||||
* | [Keyboard] Add support for KBDfans Odin V2 (#18910) | Lex Brugman | 2022-11-20 | 10 | -0/+356 |
| | |||||
* | LED config fixes (#18973) | Ryan | 2022-11-11 | 2 | -31/+25 |
| | |||||
* | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 42 | -73/+73 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-03 | 2 | -4/+4 |
| | | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs | ||||
* | Normalise Unicode keycodes (#18898) | Ryan | 2022-10-31 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 | ||||
* | Remove rgblight_list.h (#18878) | Ryan | 2022-10-27 | 1 | -4/+4 |
| | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | ||||
* | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 2 | -2/+2 |
| | |||||
* | Deprecate `VLK_TOG` for `VK_TOGG` (#18807) | Ryan | 2022-10-22 | 3 | -3/+3 |
| | |||||
* | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 31 | -50/+50 |
| | |||||
* | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 28 | -49/+49 |
| | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core | ||||
* | Remove legacy Debug keycode (#18769) | Ryan | 2022-10-19 | 7 | -7/+7 |
| | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core | ||||
* | A little personal cleanup after #18726 and #18729 (#18734) | Joshua Diamond | 2022-10-19 | 1 | -1/+1 |
| | | | | | | | * A little cleanup after #18726 * Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT * Extend to spin | ||||
* | Remove legacy sendstring keycodes (#18749) | Ryan | 2022-10-17 | 3 | -3/+3 |
| | |||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 4 | -5/+5 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 89 | -134/+134 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) | Drashna Jaelre | 2022-10-15 | 13 | -61/+129 |
| | |||||
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 21 | -21/+21 |
| | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 4 | -6/+6 |
| | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | ||||
* | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS` | ||||
* | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 2 | -6/+6 |
| | |||||
* | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 14 | -173/+166 |
| | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove remaining use of terminal keys and related comment labels (#18402) | Johannes Löthberg | 2022-09-29 | 3 | -3/+3 |
| | |||||
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 9 | -10/+2 |
| | |||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 21 | -21/+21 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-18 | 1 | -0/+95 |
|\ | |||||
| * | [keyboard] kbdfans/kbd75rgb info.json fix (#18391) | Less/Rikki | 2022-09-18 | 1 | -0/+95 |
| | | |||||
* | | Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290) | Ryan | 2022-09-06 | 1 | -1/+1 |
| | | |||||
* | | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | 2022-08-28 | 6 | -14/+9 |
|/ | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 47 | -61/+61 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-08-20 | 15 | -15/+15 |
|\ | |||||
| * | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | 2022-08-20 | 15 | -15/+15 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-08-20 | 16 | -51/+55 |
|\| | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080) | Ryan | 2022-08-20 | 16 | -51/+55 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-11 | 2 | -53/+77 |
|\| | |||||
| * | KBDfans KBD67 rev2: rename LAYOUT_65_ansi_split_bs_2_right_mods macro (#17972) | James Young | 2022-08-10 | 2 | -53/+77 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-07 | 12 | -36/+36 |
|\| |