summaryrefslogtreecommitdiffstats
path: root/keyboards/jones
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* jones/v1: fix layout offset and disable audio on via keymap (#21468)Ryan2023-07-072-71/+72
|
* Fix encoder map declarations (#21435)Joel Challis2023-07-031-1/+1
|
* Move miscellaneous defines to data driven (#21382)Ryan2023-07-022-8/+0
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-246-9/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove encoder in-matrix workaround code (#20389)jack2023-06-195-102/+21
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-186-3/+7
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-2/+0
|
* Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-142-1/+3
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-273-3/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove use of layout macros for `music_map` (#20634)Ryan2023-04-302-16/+26
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-275-241/+437
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-123-64/+82
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-3/+9
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-2/+4
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-234-8/+0
|
* Remove more empty headers (#20155)Ryan2023-03-171-17/+0
|
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-2/+2
|
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-052-7/+5
|
* Move encoder config to data driven (#19923)Ryan2023-02-268-22/+22
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-4/+3
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-172-12/+0
|
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-112-4/+4
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
|
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-072-10/+0
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-072-8/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-062-10/+0
|
* Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-061-1/+1
|
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-052-10/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-033-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-032-6/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-302-42/+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-8/+0
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-143-21/+21
|
* Update use of legacy keycodes (#19120)Joel Challis2022-11-224-7/+7
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-152-6/+0
|
* Remove legacy international keycodes (#18588)Ryan2022-10-096-6/+6
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
|
* Merge remote-tracking branch 'origin/master' into developzvecr2022-07-296-21/+18
|\
| * Move keyboard USB IDs and strings to data driven: J (#17837)Ryan2022-07-296-21/+18
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-2/+2
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-136-9/+39
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-153-3/+3
|
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-154-4/+4
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-153-12/+0
| | | | (#16655)
* [keyboard]Add v1 to jones keyboard (#14405)Takeshi Nishio2022-03-0914-11/+612
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-4/+2
|