summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys
AgeCommit message (Collapse)Author
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-05Remove hardcoded VIA keycode range (#18956)Joel Challis
2022-11-03Remove more `UNUSED_PINS` defines (#18940)Ryan
2022-10-29Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-10-29Add indicator LEDs to hoodrow G PCB (#18888)Andrew Kannan
2022-10-27Remove `KC_DELT` (#18882)Ryan
2022-10-24Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-10-24[Keyboard] Add Ellipse PCB support (#18706)Andrew Kannan
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-24[Keyboard] Add Ellipse hotswap PCB support (#18707)Andrew Kannan
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-10-20Remove legacy EEPROM clear keycodes (#18782)Ryan
* `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
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
2022-10-01Remove more RESET keycode references (#18559)Joel Challis
2022-09-29[Keyboard] Add Moment Solderable (#18385)Andrew Kannan
Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-24[Keyboard] Add Moment Hotswap PCB (#18384)Andrew Kannan
2022-09-14[Keyboard] Add Vector PCB (#17380)Andrew Kannan
2022-09-03Remove more RESET keycode references (#18252)Joel Challis
2022-08-30[Keyboard] CannonKeys Malicious Ergo (#17076)Andrew Kannan
* 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!
2022-08-30[Keyboard] Fix layout macro for Cannonkeys Atlas keyboard (#18216)Drashna Jaelre
2022-08-28[Keyboard] add Nearfield, fix typo in Le Chiffre Readme (#17914)TJ
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-08-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis
2022-08-14Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-08-14Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan
2022-08-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13Put non-US ISO keys in their expected spots in sagittarius' default keymaps ↵precondition
(#18005)
2022-08-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-09Fix detection of EEPROM reset in some keyboards (#17970)Wilba
2022-08-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-07RESET -> QK_BOOT default keymaps (#17939)Joel Challis
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel
2022-08-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-05[Keyboard] Add Crin PCB (#17913)Andrew Kannan
2022-07-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-26Move keyboard USB IDs and strings to data driven: C (#17789)Ryan
2022-07-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-13Gentoo & Gentoo Hotswap: correct Configurator key sequence errors (#17668)James Young
* 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
2022-07-07[Fix] Patches after printf library update (#17584)Stefan Kerkmann
* 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
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Add Gentoo Hotswap PCB to QMK (#17528)Andrew Kannan
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Add Gentoo Solderable PCB to QMK (#17527)Andrew Kannan
2022-06-19Make default layer size 16-bit (#15286)Drashna Jaelre
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-06-07[Keyboard] Add BrutalV2 65 Keyboard (#17252)Andrew Kannan
* 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>
2022-06-07[Keyboard] Add Cloudline PCB support (#17253)Andrew Kannan
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-05-13Merge remote-tracking branch 'origin/master' into developQMK Bot