Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up Force NKRO in config.h (#19718) | Ryan | 2023-01-30 | 2 | -42/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 14 | -14/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 4 | -6/+0 |
| | |||||
* | Migrate `LAYOUTS` to data driven (#19541) | Ryan | 2023-01-10 | 8 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 5 | -71/+71 |
| | |||||
* | New keymap for ID75 - paryz (#19350) | Filip Paryż | 2022-12-21 | 3 | -0/+166 |
| | |||||
* | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-08 | 8 | -277/+198 |
|\ | |||||
| * | Idobao ID80 V2: Partial Data-Driven Conversion (#19247) | James Young | 2022-12-09 | 8 | -277/+198 |
| | | |||||
* | | Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216) | Drashna Jaelre | 2022-12-01 | 4 | -4/+0 |
|/ | |||||
* | jsonify some info.json (#19146) | Joel Challis | 2022-11-25 | 3 | -3/+3 |
| | |||||
* | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 10 | -19/+19 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Normalise Unicode keycodes (#18898) | Ryan | 2022-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 Auto Shift keycodes (#18892) | Ryan | 2022-10-28 | 2 | -7/+7 |
| | | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header | ||||
* | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 15 | -17/+17 |
| | |||||
* | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 2 | -2/+2 |
| | | | | | | | | | | | * `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 | 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 | 6 | -12/+12 |
| | | | | | | | | | * `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 | 29 | -35/+35 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 2 | -2/+2 |
| | | | | | | | | | | | * `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 | 3 | -4/+4 |
| | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | ||||
* | Remove lingering `DRIVER_LED_TOTAL` references (#18662) | jack | 2022-10-10 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-10 | 15 | -0/+896 |
|\ | |||||
| * | [Keyboard] New IDOBAO ID61 (a.k.a. Denwir D60) (#17362) | Vino Rodrigues | 2022-10-09 | 15 | -0/+896 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial upload * adjust keymap * Delete config.h * Update post.rules.mk * remapped to correct pins * add idobao keymap * disable underglow * minor fix * right menu on windows * imgur * ID61_process_special_k() function * KC_APP fix * Update keymap.c * pre-pr touchups * enum layouts * review changes recommended by tzarc * refactor special keys to common lib * rename layout and add info.json labels * account for 15 possible USER keys * post drashna review * Fn Arrow keys added * post review edits * use bitmask instead of bool array in specialk.c * move to community layout | ||||
* | | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 5 | -21/+10 |
| | | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 11 | -15/+15 |
|/ | |||||
* | [Keyboard] Removal of deprecated defines in IDOBAO keyboards (#18358) | Vino Rodrigues | 2022-09-14 | 6 | -31/+60 |
| | |||||
* | fixed missing x coordinate on spacebar (#18330) | Vino Rodrigues | 2022-09-11 | 1 | -1/+1 |
| | |||||
* | [Keyboard] Add IDOBAO Abacus ID42 Keyboard (#16923) | Vino Rodrigues | 2022-09-03 | 11 | -0/+568 |
| | | | by vinorodrigues | ||||
* | Remove more RESET keycode references (#18252) | Joel Challis | 2022-09-03 | 2 | -2/+2 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 10 | -15/+15 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-08-20 | 8 | -8/+8 |
|\ | |||||
| * | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | 2022-08-20 | 8 | -8/+8 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-08-15 | 5 | -55/+17 |
|\| | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958) | Ryan | 2022-08-15 | 5 | -55/+17 |
| | | |||||
* | | [Keyboard] IDOBAO ID80v1 folder rename (#17265) | Vino Rodrigues | 2022-08-14 | 29 | -74/+112 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 5 | -5/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2022-07-29 | 12 | -47/+41 |
|\| | |||||
| * | Move keyboard USB IDs and strings to data driven: I (#17836) | Ryan | 2022-07-29 | 18 | -69/+59 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-24 | 4 | -74/+78 |
|\| | |||||
| * | Idobao ID63 Community Layout support (#17769) | James Young | 2022-07-24 | 4 | -74/+78 |
| | | | | | | | | | | | | | | * info.json: add key labels * rename LAYOUT_63_ansi to LAYOUT_60_ansi_arrow * enable community layout support | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-13 | 1 | -8/+88 |
|\| | |||||
| * | ID75 v2: update info.json (#17653) | James Young | 2022-07-12 | 1 | -8/+88 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 13 | -0/+814 |
|\| | |||||
| * | [Keyboard] New IDOBAO ID63 (a.k.a. Denwir D60) (#17144) | Vino Rodrigues | 2022-07-02 | 13 | -0/+814 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | [Keyboard] IDOBAO ID67 code touch-ups and include factory keymap (#17231) | Vino Rodrigues | 2022-07-02 | 16 | -387/+703 |
| | | |||||
* | | [Keyboard] IDOBAO ID87v2 code rewrite and include factory keymap (#17232) | Vino Rodrigues | 2022-07-02 | 14 | -391/+713 |
| | | |||||
* | | [Keyboard] IDOBAO ID80v3 code rewrite and include factory keymap (#17234) | Vino Rodrigues | 2022-07-02 | 19 | -449/+790 |
| | | |||||
* | | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | 2022-06-24 | 1 | -0/+1 |
|/ | |||||
* | [Keyboard] Add more bootloader options for id75 (#17441) | Albert Y | 2022-06-20 | 3 | -32/+14 |
| |