summaryrefslogtreecommitdiff
path: root/keyboards/jkeys_design
AgeCommit message (Collapse)Author
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel
2023-08-23Move RGBLight animations to data driven (#21635)Ryan
* 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
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-07-08Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-07-08Adding Custom Shift Key Implementation for BriianPowell's Gentleman65 Keymap ↵Brian
(#21315)
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-05-03JKeys Design Gentleman65 Suited Edition Layout Macro Addition (#20685)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_65_ansi_rwkl_split_bs * add LAYOUT_65_ansi_wkl_split_bs * Update keyboards/jkeys_design/gentleman65_se_s/info.json
2023-05-03JKeys Design Gentleman65 Layout Macro Addition and Touch-Up (#20684)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct `name` to `keyboard_name` * rename LAYOUT_all to LAYOUT_65_ansi_rwkl_split_bs * add LAYOUT_65_isoenter_rwkl_split_bs * Update keyboards/jkeys_design/gentleman65/info.json
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-03Add core/fallback encoder behaviour (#20320)jack
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan
2023-02-26Move encoder config to data driven (#19923)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2022-11-03Remove more `UNUSED_PINS` defines (#18940)Ryan
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-09-02[Keymap] Fixing location of my Keymap for the Gentleman65 (#18246)Brian
2022-08-24Move keyboard USB IDs and strings to data driven: develop (#18152)Ryan
* Move keyboard USB IDs and strings to data driven: develop * Also do new onekeys
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-08-14Add Gentleman 65 SE Solderd PCB support (#16992)JJ48