Ryan
4deaa58016
cannonkeys/db60/hotswap
: fix layouts (#18982 )
2022-11-07 16:16:41 +11:00
Nick Brassel
219afaba42
Reworked backlight keycodes. ( #18961 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-06 08:11:59 +11:00
Joel Challis
a070c4c501
Remove hardcoded VIA keycode range ( #18956 )
2022-11-05 08:12:37 +00:00
Ryan
db2aa039f1
Remove more UNUSED_PINS
defines ( #18940 )
2022-11-03 17:42:19 +00:00
fauxpark
9d717c85dc
Merge remote-tracking branch 'upstream/master' into develop
2022-10-29 16:54:14 +11:00
Andrew Kannan
e90ff84c31
Add indicator LEDs to hoodrow G PCB ( #18888 )
2022-10-29 00:55:18 +01:00
Ryan
90f6b75873
Remove KC_DELT
( #18882 )
2022-10-27 19:33:38 +01:00
Drashna Jael're
eeb3f9c043
Merge remote-tracking branch 'origin/master' into develop
2022-10-24 23:28:56 -07:00
Andrew Kannan
2dff39720d
[Keyboard] Add Ellipse PCB support ( #18706 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-24 22:05:53 -07:00
Andrew Kannan
d861a35ebf
[Keyboard] Add Ellipse hotswap PCB support ( #18707 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-24 22:05:22 -07:00
Ryan
1cb1a5a374
Remove legacy Grave Escape keycodes ( #18787 )
2022-10-20 18:04:11 -07:00
Ryan
c347e732be
Remove legacy EEPROM clear keycodes ( #18782 )
...
* `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-20 12:20:07 +01:00
Ryan
5e4b076af3
Remove legacy keycodes, part 5 ( #18710 )
...
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
Drashna Jaelre
d021bedf50
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F ( #18725 )
2022-10-15 09:55:12 -07:00
Ryan
e96d829724
Remove legacy keycodes, part 3 ( #18669 )
...
* `KC__VOLDOWN` -> `KC_VOLD`
* `KC__VOLUP` -> `KC_VOLU`
* `KC__MUTE` -> `KC_MUTE`
* `KC_POWER` -> `KC_PWR`
2022-10-11 14:21:47 +01:00
Joel Challis
2d25b89d11
Remove more RESET keycode references ( #18559 )
2022-10-01 17:20:42 +01:00
Andrew Kannan
be61df0827
[Keyboard] Add Moment Solderable ( #18385 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-29 20:29:11 -07:00
Andrew Kannan
fa1388a42e
[Keyboard] Add Moment Hotswap PCB ( #18384 )
2022-09-24 08:38:42 -07:00
Andrew Kannan
017398c283
[Keyboard] Add Vector PCB ( #17380 )
2022-09-14 11:13:13 -07:00
Joel Challis
5c0e87608f
Remove more RESET keycode references ( #18252 )
2022-09-03 06:50:44 +01:00
Andrew Kannan
bc538e3776
[Keyboard] CannonKeys Malicious Ergo ( #17076 )
...
* 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 11:29:05 -07:00
Drashna Jaelre
092dd58e34
[Keyboard] Fix layout macro for Cannonkeys Atlas keyboard ( #18216 )
2022-08-30 01:40:35 -07:00
TJ
b719a16b03
[Keyboard] add Nearfield, fix typo in Le Chiffre Readme ( #17914 )
2022-08-28 21:48:41 -07:00
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
2022-08-21 23:55:30 +01:00
Drashna Jael're
8f6b019dcc
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 10:22:48 -07:00
Joel Challis
d2accb48e7
RESET -> QK_BOOT keyboard readme ( #18110 )
2022-08-20 11:34:17 +01:00
Drashna Jael're
ac31e42974
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 01:54:23 -07:00
Ryan
3a7dbc8981
Move keyboard USB IDs and strings to data driven, pass 2: B-C ( #17945 )
2022-08-14 12:16:16 +10:00
QMK Bot
83f6aedd93
Merge remote-tracking branch 'origin/master' into develop
2022-08-12 23:03:46 +00:00
precondition
1a4a278251
Put non-US ISO keys in their expected spots in sagittarius' default keymaps ( #18005 )
2022-08-13 09:03:14 +10:00
QMK Bot
663b250e2f
Merge remote-tracking branch 'origin/master' into develop
2022-08-10 03:01:41 +00:00
Wilba
8a24fbbdae
Fix detection of EEPROM reset in some keyboards ( #17970 )
2022-08-09 20:01:09 -07:00
QMK Bot
93914142a3
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 01:24:34 +00:00
Joel Challis
c6ad38e79f
RESET -> QK_BOOT default keymaps ( #17939 )
2022-08-07 02:23:58 +01:00
Nick Brassel
154d35ac14
Remove UNUSED_PINS
( #17931 )
2022-08-06 23:23:35 +10:00
QMK Bot
3c9941a629
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 06:31:44 +00:00
Andrew Kannan
99377a0f5b
[Keyboard] Add Crin PCB ( #17913 )
2022-08-05 23:31:05 -07:00
QMK Bot
1e651dbdb0
Merge remote-tracking branch 'origin/master' into develop
2022-07-25 23:04:48 +00:00
Ryan
a939293aca
Move keyboard USB IDs and strings to data driven: C ( #17789 )
2022-07-26 00:04:09 +01:00
QMK Bot
2cdaa639ee
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 19:40:36 +00:00
James Young
f7510ca202
Gentoo & Gentoo Hotswap: correct Configurator key sequence errors ( #17668 )
...
* 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-13 12:40:03 -07:00
Stefan Kerkmann
643f6367a1
[Fix] Patches after printf library update ( #17584 )
...
* 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-07 14:14:09 +02:00
QMK Bot
8744d57578
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 22:19:13 +00:00
Andrew Kannan
43e33ba232
Add Gentoo Hotswap PCB to QMK ( #17528 )
2022-07-02 23:18:43 +01:00
QMK Bot
5f11d7b554
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 22:18:33 +00:00
Andrew Kannan
2011aec06f
Add Gentoo Solderable PCB to QMK ( #17527 )
2022-07-02 23:17:53 +01:00
Drashna Jaelre
0da6562c4d
Make default layer size 16-bit ( #15286 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-06-19 07:37:51 +10:00
Andrew Kannan
1c97a0375e
[Keyboard] Add BrutalV2 65 Keyboard ( #17252 )
...
* 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 11:30:35 -07:00
Andrew Kannan
fbe236fa77
[Keyboard] Add Cloudline PCB support ( #17253 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-07 11:29:31 -07:00
Joel Challis
b7771ec25b
RESET -> QK_BOOT default keymaps ( #17037 )
2022-05-15 20:26:27 +01:00