summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth: driver naming cleanups (#21624)Ryan2023-07-292-3/+3
|
* Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan2023-06-182-4/+0
|
* Remove HHKB RN42 code (#21007)Ryan2023-05-2221-2270/+0
|
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-252-97/+75
|
* Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan2023-04-153-97/+65
|
* 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
|
* 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
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-2/+3
|
* Refactor Leader key feature (#19632)Ryan2023-02-131-22/+0
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* 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 `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
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)Ryan2022-12-301-4/+4
|
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-033-8/+8
| | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
* 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
| | | | | | | | | | | * `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)Ryan2022-10-162-3/+3
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1521-23/+23
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-3/+3
| | | | | | | | | | | * `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)Ryan2022-10-112-2/+2
| | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-4/+4
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* 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
| | | | | | | | | * Simplify extrakeys sending at the host driver level * There are two arguments here * Wrong syntax * Adjust keyboards which use a custom host driver
* 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
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-151-1/+1
|
* Remove some layout exceptions (#16957)Joel Challis2022-04-2911-27/+27
| | | | | | | * LAYOUT_JP -> LAYOUT_jp * LAYOUT_ANSI_DEFAULT -> LAYOUT * LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-152-4/+0
| | | | (#16655)
* Remove `matrix_key_count()` (#16603)Ryan2022-03-102-16/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* Remove parent-relative paths from keyboards. (#16282)Nick Brassel2022-02-102-12/+12
| | | | | | | | | * Remove parent-relative paths from keyboards. * Update keyboards/capsunlocked/cu75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-132-2/+2
|\
| * Fix up build options comments (#15463)Ryan2021-12-122-2/+2
| |