summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb/ansi
Commit message (Expand)AuthorAgeFilesLines
* Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan2023-06-181-2/+0
* Remove HHKB RN42 code (#21007)Ryan2023-05-223-56/+0
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-83/+67
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-032-7/+0
* Remove more empty headers (#20155)Ryan2023-03-171-1/+0
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-2/+0
* Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)Ryan2023-02-175-9/+10
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-051-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
* 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-161-2/+2
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1511-13/+13
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-112-2/+2
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-1/+1
* Remove legacy international keycodes (#18588)Ryan2022-10-092-16/+16
* 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
* Move keyboard USB IDs and strings to data driven: H (#17821)Ryan2022-07-282-8/+7
* Add ATmega32u2 Support to HHKB (#17298)jels2022-07-023-2/+61
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-151-1/+1
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-8/+0
* Remove parent-relative paths from keyboards. (#16282)Nick Brassel2022-02-101-6/+6
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-131-1/+1
|\
| * Fix up build options comments (#15463)Ryan2021-12-121-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-091-1/+1
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-021-2/+0
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-9/+0
|/
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-301-2/+0
|\
| * Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2021-09-301-2/+0
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-291-1/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-121-2/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* | Move non-assignment code to post_rules.mk (#14207)Zach White2021-09-092-20/+18
|/
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* Remove commented out BLUETOOTH_ENABLE rules (#14361)Ryan2021-09-101-1/+0
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+1