summaryrefslogtreecommitdiffstats
path: root/keyboards/jc65
Commit message (Expand)AuthorAgeFilesLines
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-244-6/+4
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+6
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-124-61/+159
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
* Remove more empty headers (#20155)Ryan2023-03-172-19/+0
* Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-083-0/+0
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-054-12/+10
* Move backlight config to data driven (#19910)Ryan2023-02-264-4/+6
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-222-4/+0
* Remove matrix size defines (#19581)Ryan2023-02-172-7/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-174-5/+7
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-12/+4
* Debounce defines cleanup (#19742)Ryan2023-02-031-1/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-063-4/+4
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-031-5/+5
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-208-8/+8
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-152-2/+20
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-136-215/+0
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-218-9/+9
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
* Merge remote-tracking branch 'origin/master' into developzvecr2022-07-294-15/+14
|\
| * Move keyboard USB IDs and strings to data driven: J (#17837)Ryan2022-07-294-15/+14
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
|/
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-3/+0
* Fix up build options comments (#15463)Ryan2021-12-121-1/+3
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-091-3/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-291-1/+0
|\
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-211-1/+1
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-201-1/+1
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-201-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-121-1/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-122-4/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-122-4/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-101-1/+1
|\|
| * Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-101-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-102-14/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-102-14/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-013-37/+31
|/
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+0
* Remove Full Bootmagic (#13846)James Young2021-08-063-3/+3