summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys
Commit message (Collapse)AuthorAgeFilesLines
* Remove matrix size defines (#19581)Ryan2023-02-1734-130/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-1718-36/+41
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-6/+0
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-107-0/+256
|\
| * Add Type-B firmware to QMK (#19764)Andrew Kannan2023-02-097-0/+256
| | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0868-207/+70
| |
* | Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
| |
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-1/+1
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-0336-104/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-0332-96/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-025-43/+35
|\|
| * [Keyboard] Add Crin (#18065)Andrew Kannan2023-02-025-43/+35
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-314-4/+0
| |
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-296-6/+6
| |
* | Fix functions with empty params (#19647)Ryan2023-01-203-9/+9
| | | | | | | | | | * Fix functions with empty params * Found a bunch more
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1022-22/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* | Remove useless line continuations (#19399)Ryan2022-12-302-42/+42
| |
* | [Keyboard] Add Ortho60 v2 Keyboard (#18890)Andrew Kannan2022-12-0311-0/+387
|/ | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* jsonify some info.json (#19146)Joel Challis2022-11-254-5/+5
|
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
|
* Add missing `manufacturer` fields (#19065)jack2022-11-141-0/+1
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-129-0/+371
|\
| * [Keyboard] Add Serenity PCB (#18705)Andrew Kannan2022-11-129-0/+371
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | VIA V3 - The Custom UI Update (#18222)Wilba2022-11-103-96/+122
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-087-0/+298
|\|
| * [Keyboard] Add Brutal v2 1800 PCB to QMK (#18891)Andrew Kannan2022-11-087-0/+298
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | `cannonkeys/db60/hotswap`: fix layouts (#18982)Ryan2022-11-076-13/+609
| |
* | Reworked backlight keycodes. (#18961)Nick Brassel2022-11-0654-63/+63
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove hardcoded VIA keycode range (#18956)Joel Challis2022-11-051-1/+1
| |
* | Remove more `UNUSED_PINS` defines (#18940)Ryan2022-11-031-1/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-291-0/+3
|\|
| * Add indicator LEDs to hoodrow G PCB (#18888)Andrew Kannan2022-10-291-0/+3
| |
* | Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-2415-0/+513
|\|
| * [Keyboard] Add Ellipse PCB support (#18706)Andrew Kannan2022-10-249-0/+301
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Add Ellipse hotswap PCB support (#18707)Andrew Kannan2022-10-246-0/+212
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2041-57/+57
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1512-13/+13
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-1518-29/+188
| |
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-112-2/+2
|/ | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* Remove more RESET keycode references (#18559)Joel Challis2022-10-016-6/+6
|
* [Keyboard] Add Moment Solderable (#18385)Andrew Kannan2022-09-299-0/+300
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Add Moment Hotswap PCB (#18384)Andrew Kannan2022-09-246-0/+216
|
* [Keyboard] Add Vector PCB (#17380)Andrew Kannan2022-09-146-0/+153
|
* Remove more RESET keycode references (#18252)Joel Challis2022-09-033-3/+3
|
* [Keyboard] CannonKeys Malicious Ergo (#17076)Andrew Kannan2022-08-3012-0/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Malicious Ergo keyboard to QMK * Update layout * update info.json * update info.json again * Update info.json again * i h8 info.json * its default not all * Update keyboards/cannonkeys/malicious_ergo/config.h * Add bootloader instructions and license header * Update keyboards/cannonkeys/malicious_ergo/rules.mk * Update keyboards/cannonkeys/malicious_ergo/rules.mk * Update keyboards/cannonkeys/malicious_ergo/readme.md * Remove rotation from info.json * Remove labels * Update keyboards/cannonkeys/malicious_ergo/readme.md * Update keyboards/cannonkeys/malicious_ergo/malicious_ergo.h * Revise info.json again * whitespace fix * Apply suggestions from code review Move pid/vid into info json Fix rounding errors in info json Thanks to fauxpark and noroadsleft!
* [Keyboard] Fix layout macro for Cannonkeys Atlas keyboard (#18216)Drashna Jaelre2022-08-301-2/+2
|
* [Keyboard] add Nearfield, fix typo in Le Chiffre Readme (#17914)TJ2022-08-287-0/+543
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
|