summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb/rn42
Commit message (Collapse)AuthorAgeFilesLines
* Fix some more missing `#pragma once`s (#20241)Ryan2023-03-231-4/+1
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* 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 2 (#18660)Ryan2022-10-101-3/+3
| | | | | | | | | | | | | | | | | | | * `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`
* 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
* Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-013-12/+3
| | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* Remove superfluous JTAG disable code (#6445)fauxpark2019-08-201-4/+0
| | | | | | | | | | | | | | | | | | * Remove superfluous JTAG disable code * 32A has differently named register * Accidentally some operators * 32A also has different JTAG pins * Wrap disable_jtag() in an ifndef * Document this new define * Rename the define, it conflicts with a LUFA thing Also, move the ifndef wrapping to the call in keyboard_setup()
* rn42 compilation error fix (#4050)Enochen2018-10-031-1/+1
| | | | | | | | | | * rn42 compile fix Fixes a compilation error * simpler rn42 compile fix good idea drashna :)
* add hhkb bluetooth functionality (rn42) (#2693)Enochen2018-07-0912-0/+1969
* add hhkb bluetooth functionality (rn42) pretty much straight from tmk some minor changes to make things work * hhkb jp personal keymap * Revert "hhkb jp personal keymap" This reverts commit 886713d8bb98572f03110f285706a8140a083892.