| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove `"command":false` from keyboards (#25193) | Joel Challis | 2025-04-24 | 1 | -1/+0 |
| | | |||||
| * | Remove `"console":false` from keyboards (#25190) | Joel Challis | 2025-04-23 | 1 | -1/+0 |
| | | |||||
| * | Update Janus keyboard firmware to use EE_HANDS (#24261) | Steven Karrmann | 2024-10-06 | 2 | -2/+4 |
| | | | | | | * Use EE_HANDS https://docs.qmk.fm/features/split_keyboard#handedness-by-eeprom * Update Janus readme to indicate EEPROM handedness is used | ||||
| * | Migrate SERIAL_DRIVER to json (#23925) | Joel Challis | 2024-07-13 | 2 | -2/+4 |
| | | |||||
| * | Migrate build target markers to keyboard.json - JK (#23588) | Joel Challis | 2024-04-23 | 1 | -0/+0 |
| | | |||||
| * | Even more `info.json` whitespace cleanups (#20703) | Ryan | 2023-05-04 | 1 | -34/+34 |
| | | |||||
| * | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-30 | 1 | -1/+0 |
| | | |||||
| * | [keyboard] Enable community layout support (#19499) | Manna Harbour | 2023-01-10 | 1 | -1/+4 |
| | | |||||
| * | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -2/+2 |
| | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
| * | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * `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` | ||||
| * | [Keyboard] Add Janus keyboard (#18367) | Steven Karrmann | 2022-09-24 | 8 | -0/+200 |
| Co-authored-by: Ryan <fauxpark@gmail.com> | |||||