summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-206-6/+6
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-206-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-1412-83/+34
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-1412-83/+34
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-122-4/+4
|\|
| * Put non-US ISO keys in their expected spots in sagittarius' default keymaps ↵precondition2022-08-132-4/+4
| | | | | | | | (#18005)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-101-3/+3
|\|
| * Fix detection of EEPROM reset in some keyboards (#17970)Wilba2022-08-091-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-076-6/+6
|\|
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-076-6/+6
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0611-0/+336
|\|
| * [Keyboard] Add Crin PCB (#17913)Andrew Kannan2022-08-0511-0/+336
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-2558-205/+177
|\|
| * Move keyboard USB IDs and strings to data driven: C (#17789)Ryan2022-07-2658-205/+177
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-132-3/+149
|\|
| * Gentoo & Gentoo Hotswap: correct Configurator key sequence errors (#17668)James Young2022-07-132-3/+149
| | | | | | | | | | | | | | | | | | * Gentoo info.json: apply friendly formatting * Gentoo info.json: correct key sequence error * Gentoo Hotswap info.json: apply friendly formatting * Gentoo Hotswap info.json: correct key sequence error
* | [Fix] Patches after printf library update (#17584)Stefan Kerkmann2022-07-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Add missing '(' to print_bin_reverse32 declaration * Fix insufficient character buffers on satisfaction75 * Remove \0 character in format string and use corrected offset math instead on rocketboard 16 * Replace snprintf_ with snprintf for djinn * Explicitly ignore format checks for tracktyl manuform that uses %b specifier * Print properly escaped version string in command.c, as PRODUCT or other defines can contain constructs like 'Vendor keyboard 66%' which will be interpreted as a format specifier
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-029-0/+279
|\|
| * Add Gentoo Hotswap PCB to QMK (#17528)Andrew Kannan2022-07-029-0/+279
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-029-0/+282
|\|
| * Add Gentoo Solderable PCB to QMK (#17527)Andrew Kannan2022-07-029-0/+282
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-37/+38
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] Add BrutalV2 65 Keyboard (#17252)Andrew Kannan2022-06-079-0/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add Brutal65 V2 to QMK * Update info.json and copyright notices * Update info.json] * Update readme and delete chconf * Update matrix and keymaps to match info json * Update keyboards/cannonkeys/brutalv2_65/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/cannonkeys/brutalv2_65/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cannonkeys/brutalv2_65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Cloudline PCB support (#17253)Andrew Kannan2022-06-0711-0/+308
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1554-57/+57
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-131-1/+5
|\