aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/h0oni/deskpad
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2025-07-111-4/+4
| | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
* Deprecate some nonstandard mod & mod-tap keycode aliases (#25437)Ryan2025-07-061-1/+1
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-241-1/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-231-1/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-221-1/+0
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-252-192/+0
|
* `h0oni/deskpad` and `hotduck`: adjust layout names (#24004)Ryan2024-06-293-9/+12
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 1 (#23759)James Young2024-05-212-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `h0oni/deskpad` - `h0oni/hotduck` - `halfcliff` - `halokeys/elemental75` - `han60` - `hardlineworks/otd_plus` - `helix/rev3_4rows` - `helix/rev3_5rows` - `hfdkb/ac001` - `hidtech/bastyl` - `hineybush/h08_ocelot` - `hineybush/h10` - `hineybush/h60` - `hineybush/h65` - `hineybush/h65_hotswap` - `hineybush/h660s` - `hineybush/h75_singa` - `hineybush/h87a` - `hineybush/h88` - `hineybush/hbcp` - `hineybush/hineyg80` - `hineybush/physix` - `hineybush/sm68` - `hnahkb/freyr` - `hnahkb/stella` - `hnahkb/vn66` - `horizon` - `hotdox` - `hs60/v1`
* Migrate features from rules.mk to data driven - EFGH (#23248)Joel Challis2024-03-152-13/+9
|
* Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-242-3/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+3
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-153-35/+10
|
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-102-17/+5
|
* Move encoder config to data driven (#19923)Ryan2023-02-252-4/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Debounce defines cleanup (#19742)Ryan2023-02-032-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-301-1/+0
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-22/+22
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-4/+4
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: H (#17821)Ryan2022-07-282-7/+6
|
* [Keyboard] Add deskpad (#15602)Md. Mashur Shalehin Sakib2022-04-1810-0/+578
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>