Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jones/v1: fix layout offset and disable audio on via keymap (#21468) | Ryan | 2023-07-07 | 1 | -0/+1 |
| | |||||
* | Fix encoder map declarations (#21435) | Joel Challis | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | Remove encoder in-matrix workaround code (#20389) | jack | 2023-06-19 | 4 | -95/+20 |
| | |||||
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) | Stefan Kerkmann | 2023-04-03 | 1 | -2/+4 |
| | |||||
* | Remove `RGB_DI_PIN` ifdefs (#20218) | Ryan | 2023-03-23 | 1 | -2/+0 |
| | |||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 2 | -7/+4 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove `IS_HOST_LED_ON` and migrate usages (#19753) | Ryan | 2023-02-06 | 1 | -1/+1 |
| | |||||
* | Update use of legacy keycodes (#19120) | Joel Challis | 2022-11-22 | 2 | -3/+3 |
| | |||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 2 | -2/+2 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 1 | -1/+1 |
| | |||||
* | Rename keymap_extras headers for consistency (#16939) | Ryan | 2022-05-15 | 1 | -1/+1 |
| | |||||
* | [keyboard]Add v1 to jones keyboard (#14405) | Takeshi Nishio | 2022-03-09 | 6 | -0/+370 |
* Change for latest information. * Update from v03_1 to v1. * Add v1 files. * Remove finished todo comment. * Fix COLUMN number, from "a" to "9". * Formatting * Update keyboards/jones/v1/rules.mk * Add license header. https://github.com/qmk/qmk_firmware/pull/14405#discussion_r710752035 * Implement better way to handle keycode for encoder. Use "action_exec" instead of "tap_code16" https://github.com/qmk/qmk_firmware/pull/14405#discussion_r710752924 * Move External EEPROM config to keyboard level * Move the lest of DYNAMIC_KEYMAP config to keyboard level https://github.com/qmk/qmk_firmware/pull/14405#discussion_r711668094 * Move the rest of DYNAMIC_KEYMAP config to keyboard level https://github.com/qmk/qmk_firmware/pull/14405#discussion_r711668094 * Update keyboards/jones/v1/rules.mk * Update keyboards/jones/v1/rules.mk * Update keyboards/jones/v1/rules.mk |