summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\
| * [Keyboard] Add caps and num indicators to Balance keyboard (#17075)Andrew Kannan2022-05-121-1/+5
| |
* | Provide better config defaults for bluepill boards (#16909)Joel Challis2022-04-225-145/+0
|/
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-1526-54/+0
| | | | (#16655)
* Fix a couple of mismatched info.json layout names (#16164)Ryan2022-02-021-2/+102
| | | | | | | * Fix a couple of mismatched info.json layout names * Fix layouts * Clean up layouts
* [Keyboard] HoodrowG PCB (#15474)Andrew Kannan2022-01-139-0/+278
| | | | | Co-authored-by: Julian <julianzabala1@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* cannonkeys/adelie: Fix QMK Configurator Implementation (#15754)James Young2022-01-051-1/+59
| | | | | * info.json: apply friendly formatting * info.json: correct key sequence
* [Keyboard] Adelie Firmware (#13265)Andrew Kannan2021-12-149-0/+412
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-146-86/+86
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Fix up build options comments (#15463)Ryan2021-12-1216-23/+29
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0925-33/+25
|
* Remove pointless `CUSTOM_MATRIX = no` (#15383)Ryan2021-12-029-9/+0
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0125-33/+5
|
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-192-2/+2
|