summaryrefslogtreecommitdiffstats
path: root/keyboards/gh60
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-44/+26
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-244-6/+3
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+4
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-1/+3
* Unicodemap keycodes rename (#21092)Ryan2023-06-011-1/+1
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-271-1/+0
* Remove more junk files and scripts (#20682)Ryan2023-05-031-42/+0
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-274-855/+993
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-152-671/+535
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0610-11/+15
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
* Remove more empty headers (#20155)Ryan2023-03-173-18/+0
* Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-056-45/+15
* Move backlight config to data driven (#19910)Ryan2023-02-264-9/+8
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-2/+0
* Remove matrix size defines (#19581)Ryan2023-02-173-12/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-174-6/+8
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
* Debounce defines cleanup (#19742)Ryan2023-02-032-6/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-032-6/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-313-3/+0
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-282-2/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-106-6/+3
* Remove useless line continuations (#19399)Ryan2022-12-3030-410/+413
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-8/+8
* Normalise MIDI keycodes (#18972)Ryan2022-11-071-5/+5
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-0625-31/+31
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-031-1/+1
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-212-2/+2
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2013-15/+15
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-165-5/+5
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1517-18/+18
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-157-19/+73
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-135-9/+9
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-134-225/+0
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-113-4/+4
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-2/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-055-22/+59
|\
| * Fix compilation error for GH60 satan HHKB 7u layout (#18250)AMing Lau2022-09-055-22/+59
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-283-207/+4
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2127-49/+49
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-071-1/+1
|\
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-071-1/+1
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-064-4/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-276-21/+18
|\|