summaryrefslogtreecommitdiff
path: root/keyboards/jones
AgeCommit message (Expand)AuthorFilesLines
2025-01-30Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24845)Joel Challis1-1/+0
2024-11-23Update keymaps to use PDF keycode (#24633)Joel Challis3-81/+6
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel3-223/+0
2024-08-25Update Underglow keycodes (#23765)Ryan5-14/+14
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis2-6/+0
2024-05-17Delete trivial keymap readmes (#23714)Ryan5-5/+0
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan1-1/+1
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-12/+12
2024-04-23Migrate build target markers to keyboard.json - JK (#23588)Joel Challis2-0/+0
2024-04-19Data-Driven Keyboard Conversions: J (#23547)James Young6-51/+34
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan2-6/+0
2023-09-20Migrate dynamic_keymap.layer_count >= 4 (#22087)Joel Challis2-5/+3
2023-09-14Migrate i2c EEPROM_DRIVER to info.json (#22013)Joel Challis2-3/+3
2023-08-23Move RGBLight animations to data driven (#21635)Ryan4-20/+10
2023-07-07jones/v1: fix layout offset and disable audio on via keymap (#21468)Ryan2-71/+72
2023-07-03Fix encoder map declarations (#21435)Joel Challis1-1/+1
2023-07-02Move miscellaneous defines to data driven (#21382)Ryan2-8/+0
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan6-9/+6
2023-06-19Remove encoder in-matrix workaround code (#20389)jack5-102/+21
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan6-3/+7
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2-2/+0
2023-06-14Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2-1/+3
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan3-3/+0
2023-04-30Remove use of layout macros for `music_map` (#20634)Ryan2-16/+26
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan5-241/+437
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-64/+82
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan6-3/+9
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann1-2/+4
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan4-8/+0
2023-03-17Remove more empty headers (#20155)Ryan1-17/+0
2023-03-13Fix layout macro keys with no matrix position (#20033)Ryan1-2/+2
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan2-7/+5
2023-02-26Move encoder config to data driven (#19923)Ryan8-22/+22
2023-02-17Remove matrix size defines (#19581)Ryan1-5/+0
2023-02-17Move Bootmagic config to data driven (#19860)Ryan2-4/+3
2023-02-17Remove unused RGBLight defines from config.h (#19859)Ryan2-12/+0
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2-4/+4
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan6-18/+6
2023-02-07Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2-10/+0
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2-8/+0
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2-10/+0
2023-02-06Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan1-1/+1
2023-02-05Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2-10/+0
2023-02-03Debounce defines cleanup (#19742)Ryan3-9/+0
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2-6/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan2-42/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel3-3/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2-8/+0
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan3-21/+21
2022-11-22Update use of legacy keycodes (#19120)Joel Challis4-7/+7