summaryrefslogtreecommitdiffstats
path: root/keyboards/gh60
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Move keyboard USB IDs and strings to data driven: G (#17818)Ryan2022-07-276-21/+18
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-194-5/+5
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-156-6/+6
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-151-1/+1
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-152-4/+0
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-8/+8
* Fix up build options comments (#15463)Ryan2021-12-122-2/+2
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-094-5/+4
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-071-4/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-013-5/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-056-6/+6
* Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)Drashna Jaelre2021-10-252-2/+0
* Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2021-09-302-2/+0
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-303-4/+0
* Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-261-48/+0
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-122-2/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-123-6/+0
* Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)Ryan2021-09-101-1/+0
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-102-14/+0
* Remove commented out BLUETOOTH_ENABLE rules (#14361)Ryan2021-09-101-1/+0
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-162-2/+1
* Remove Full Bootmagic (#13846)James Young2021-08-0623-23/+23
* Migrate more `fn_actions` stuff (#13502)Ryan2021-07-151-18/+15