summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: driver naming cleanups (#21624)Ryan2023-07-292-1/+3
* Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-062-4/+6
* Unicodemap keycodes rename (#21092)Ryan2023-06-012-26/+26
* Remove more junk files and scripts (#20682)Ryan2023-05-032-8/+0
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-124-85/+57
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
* WS2812 driver improvements (#20262)Ryan2023-03-301-1/+1
* Fix some more missing `#pragma once`s (#20241)Ryan2023-03-232-0/+4
* Remove trailing zeroes in info.json layouts (#20156)Ryan2023-03-171-16/+16
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-051-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-33/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-6/+0
* Fix functions with empty params (#19647)Ryan2023-01-202-6/+6
* Align definition of unicode_map (#19452)Joel Challis2023-01-012-2/+2
* Refactor some led_set_kb instances (#19179)Joel Challis2022-12-091-2/+0
* Normalise output selection (Bluetooth) keycodes (#19004)Ryan2022-11-082-10/+4
* Normalise Unicode keycodes (#18898)Ryan2022-10-312-16/+16
* Fix build failures uncovered by #18753 (#18789)Ryan2022-10-211-5/+0
* Remove legacy Debug keycode (#18769)Ryan2022-10-192-2/+2
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
* Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-062-4/+4
* [Core] Rework PS/2 driver selection (#17892)Marek Kraus2022-08-314-6/+9
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-302-2/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-302-11/+7
|\
| * Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-302-11/+7
* | Remove full bootmagic config (#17702)Joel Challis2022-07-191-6/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-171-6/+0
|\|
| * Remove full bootmagic config (#17701)Joel Challis2022-07-171-6/+0
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-7/+7
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-13/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-111-1/+1
|\
| * handwired/promethium: fix missing include (#16317)Ryan2022-02-111-1/+1
* | Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan2022-01-304-9/+9
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-092-2/+2
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-2/+2
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-083-30/+1
|\|
| * Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-073-30/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-022-6/+0
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-6/+0
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-8/+0
|/