summaryrefslogtreecommitdiffstats
path: root/keyboards/kin80
Commit message (Collapse)AuthorAgeFilesLines
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-2/+1
| | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-152-242/+198
|
* Remove more empty headers (#20155)Ryan2023-03-179-98/+4
|
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-119-25/+20
|
* Remove matrix size defines (#19581)Ryan2023-02-171-23/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-178-16/+24
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-29/+14
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-192-2/+2
| | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-164-5/+5
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-155-5/+5
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-4/+4
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-218-8/+20
|\
| * Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2022-08-218-8/+20
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\|
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Correct QMK Configurator layout data for Kin80 (#17526)James Young2022-07-031-6/+188
|
* Specify blackpill board files where relevant (#17521)Joel Challis2022-07-012-0/+2
|
* keyboards: fix malformed info.json files (#17292)Ryan Skidmore2022-06-021-1/+1
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-2/+2
|
* [Keyboard] Fix kin80 default keymap (#16893)Dasky2022-04-211-1/+1
|
* kin80 (#16754)Dmitry Nosachev2022-04-1938-0/+1569
Co-authored-by: Nick Brassel <nick@tzarc.org>