summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb
Commit message (Expand)AuthorAgeFilesLines
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-032-7/+0
* Fix some more missing `#pragma once`s (#20241)Ryan2023-03-231-4/+1
* Remove more empty headers (#20155)Ryan2023-03-172-2/+0
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-222-4/+0
* Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)Ryan2023-02-175-9/+10
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-2/+3
* Refactor Leader key feature (#19632)Ryan2023-02-131-22/+0
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-112-4/+4
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-12/+4
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-5/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-053-15/+0
* Debounce defines cleanup (#19742)Ryan2023-02-034-9/+1
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-313-3/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-282-2/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
* Remove useless line continuations (#19399)Ryan2022-12-301-4/+4
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-033-8/+8
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-1/+1
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-204-8/+8
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-3/+3
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1521-23/+23
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-3/+3
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-112-2/+2
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-4/+4
* Remove legacy international keycodes (#18588)Ryan2022-10-098-35/+35
* Refactor `send_extra` (#18615)Ryan2022-10-061-6/+6
* Simplify extrakeys sending at the host driver level (#18230)Ryan2022-09-021-23/+15
* Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-283-84/+6
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
* Remove tmk_core 'serial' code (#17866)Joel Challis2022-08-082-0/+179
* Move keyboard USB IDs and strings to data driven: H (#17821)Ryan2022-07-286-24/+21
* Add ATmega32u2 Support to HHKB (#17298)jels2022-07-023-2/+61
* HHKB YDKB Yang BT Controller (#15759)Kan-Ru Chen2022-07-0211-0/+1028
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-151-1/+1
* Remove some layout exceptions (#16957)Joel Challis2022-04-2911-27/+27
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-152-4/+0
* Remove `matrix_key_count()` (#16603)Ryan2022-03-102-16/+0
* Remove parent-relative paths from keyboards. (#16282)Nick Brassel2022-02-102-12/+12
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-132-2/+2
|\
| * Fix up build options comments (#15463)Ryan2021-12-122-2/+2
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-092-2/+2
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-2/+2
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-022-4/+0
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-292-18/+0
|/
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-052-2/+2