Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-10 | 9 | -0/+646 |
|\ | |||||
| * | [Keyboard] add YMDK40 AIR40 (#19276) | Dennis Kruyt | 2023-01-09 | 9 | -0/+646 |
| | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 3 | -41/+41 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 1 | -1/+1 |
|/ | |||||
* | [Keyboard] Fix CapsLock pin for ymdk/ymd75/rev3 (#19158) | Mikhail Nosov | 2022-12-09 | 1 | -0/+2 |
| | |||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 3 | -0/+0 |
| | |||||
* | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 20 | -29/+29 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | * `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 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 | ||||
* | Normalise Combo keycodes (#18877) | Ryan | 2022-10-27 | 1 | -2/+2 |
| | |||||
* | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | Remove legacy fauxclicky and unicode keycodes (#18800) | Ryan | 2022-10-21 | 1 | -1/+1 |
| | |||||
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan | 2022-10-21 | 3 | -3/+3 |
| | |||||
* | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 5 | -5/+5 |
| | |||||
* | Remove legacy Debug keycode (#18769) | Ryan | 2022-10-19 | 2 | -2/+2 |
| | | | | | | | | | | | * `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 | ||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -2/+2 |
| | | | | | | | | | * `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 | 18 | -22/+22 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) | Drashna Jaelre | 2022-10-15 | 15 | -62/+144 |
| | |||||
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 6 | -13/+13 |
| | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 7 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | * `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` | ||||
* | Use a macro to compute the size of arrays at compile time (#18044) | Jeff Epler | 2022-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ARRAY_SIZE and CEILING utility macros * Apply a coccinelle patch to use ARRAY_SIZE * fix up some straggling items * Fix 'make test:secure' * Enhance ARRAY_SIZE macro to reject acting on pointers The previous definition would not produce a diagnostic for ``` int *p; size_t num_elem = ARRAY_SIZE(p) ``` but the new one will. * explicitly get definition of ARRAY_SIZE * Convert to ARRAY_SIZE when const is involved The following spatch finds additional instances where the array is const and the division is by the size of the type, not the size of the first element: ``` @ rule5a using "empty.iso" @ type T; const T[] E; @@ - (sizeof(E)/sizeof(T)) + ARRAY_SIZE(E) @ rule6a using "empty.iso" @ type T; const T[] E; @@ - sizeof(E)/sizeof(T) + ARRAY_SIZE(E) ``` * New instances of ARRAY_SIZE added since initial spatch run * Use `ARRAY_SIZE` in docs (found by grep) * Manually use ARRAY_SIZE hs_set is expected to be the same size as uint16_t, though it's made of two 8-bit integers * Just like char, sizeof(uint8_t) is guaranteed to be 1 This is at least true on any plausible system where qmk is actually used. Per my understanding it's universally true, assuming that uint8_t exists: https://stackoverflow.com/questions/48655310/can-i-assume-that-sizeofuint8-t-1 * Run qmk-format on core C files touched in this branch Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | ||||
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | 2022-08-28 | 1 | -24/+1 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 12 | -12/+12 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-21 | 10 | -7/+25 |
|\ | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 3 (#18111) | Ryan | 2022-08-21 | 10 | -7/+25 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-08-20 | 1 | -1/+1 |
|\| | |||||
| * | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | 2022-08-20 | 1 | -1/+1 |
| | | |||||
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 7 | -7/+0 |
|/ | |||||
* | Move keyboard USB IDs and strings to data driven: Y (#17926) | Ryan | 2022-08-06 | 30 | -111/+99 |
| | |||||
* | Add personal YMDK Split64 keymap (#16980) | Minke Zhang | 2022-07-02 | 4 | -0/+162 |
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | keyboards: fix malformed info.json files (#17292) | Ryan Skidmore | 2022-06-02 | 1 | -4/+4 |
| | |||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 17 | -18/+18 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-11 | 2 | -4/+10 |
|\ | |||||
| * | [Keyboard] Update YMDK Split 64 config (#16979) | Minke Zhang | 2022-05-11 | 2 | -4/+10 |
| | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | move melody96 to ymdk vendor folder (#15680) | peepeetee | 2022-04-20 | 22 | -0/+2235 |
|/ | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 3 | -12/+0 |
| | | | | (#16655) | ||||
* | Remove `matrix_key_count()` (#16603) | Ryan | 2022-03-10 | 1 | -9/+0 |
| | | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()` | ||||
* | [Keyboard] add YMDK YMD21 v2 (#16442) | James Young | 2022-02-26 | 7 | -0/+272 |
| | | | | | * [Keyboard] add YMDK YMD21 v2 * remove trailing whitespace from default keymap | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-02 | 2 | -0/+80 |
|\ | |||||
| * | [Keyboard] Add YMDK sp64 VIA support (#16152) | Adrian Fleiszer | 2022-02-01 | 2 | -0/+80 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-29 | 1 | -1/+1 |
|\| | |||||
| * | Remove missing and trailing commas in info.json files. (#16088) | Gabriel Harel | 2022-01-28 | 1 | -1/+1 |
| | | |||||
* | | Yet another bad `DEFAULT_FOLDER` fix. (#15904) | Nick Brassel | 2022-01-16 | 1 | -1/+1 |
| | | |||||
* | | move yd60mq to ymdk vendor folder (#15647) | peepeetee | 2022-01-17 | 18 | -0/+1315 |
| | | |||||
* | | Fix CI. (#15828) | Nick Brassel | 2022-01-11 | 2 | -1/+1 |
| | | | | | | * Fix CI. | ||||
* | | [Keyboard] Rename ymdk_np21 to np21, move to ymdk vendor folder (#15641) | peepeetee | 2022-01-10 | 10 | -0/+470 |
| | | |||||
* | | [Keyboard] move ymd96 to ymdk vendor folder (#15643) | peepeetee | 2022-01-10 | 15 | -0/+555 |
| | | |||||
* | | [Keyboard] move ymd75 to ymdk vendor folder (#15645) | peepeetee | 2022-01-10 | 25 | -0/+983 |
|/ | |||||
* | Fix up build options comments (#15463) | Ryan | 2021-12-12 | 2 | -2/+4 |
| | |||||
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 8 | -14/+8 |
| |