Commit Graph

27583 Commits (7b5d7907df3b2e5871aa627cd02359879f04b42d)

Author SHA1 Message Date
kopibeng e754c9f2b4
Update keymap for KLC x TGR Lena (#23688) 2024-07-03 01:38:57 -07:00
Cipulot 869b7d9ae6
Fix index EC Dolice (#24033)
* Update keyboard.json

Fixed wrong index in keyboard.json

* Small touch layout
2024-07-02 15:35:26 -06:00
Joel Challis 3ffe8d917a
Fix 'qmk new-keyboard' processing of development_board (#23996) 2024-06-30 03:39:49 +01:00
Danylo Kondratiev 12379dc1eb
Fix ploopy Adept/Madromys link (#24018) 2024-06-30 02:57:35 +01:00
Ryan d6bfbdb6b1
`horrortroll/handwired_k552`: fix RGB Matrix LED config (#24014) 2024-06-29 20:56:29 +10:00
Ryan cc0b2f9814
`jels/boaty`: adjust layout name (#24013) 2024-06-29 10:20:11 +01:00
Ryan 5624804c68
`h0oni/deskpad` and `hotduck`: adjust layout names (#24004) 2024-06-29 10:19:51 +01:00
Ryan 2bde8ce206
`ez_maker`: adjust layout names (#24015) 2024-06-29 07:54:52 +01:00
Ryan 086e8e938e
`tzarc/djinn`: adjust layout name (#24012) 2024-06-29 16:00:05 +10:00
Ryan cd374b1500
`clueboard/card`: Swap layout and alias (#24007) 2024-06-29 04:07:42 +01:00
Danny 9d02ac37f7
Add Nyquist Rev. 5 (#23971)
* Add Nyquist Rev. 5

* Remove unused keymap
2024-06-27 13:37:41 -04:00
David Hoelscher 603586800c
[Keyboard] Add Elysian (#23949)
* adding Elysian

* corrections from zvecr
2024-06-26 21:56:16 -06:00
TyraelWasTaken 90b043e01c
Add support for Equanimity (#23965)
* Add Equanimity files

* Update keyboard.json format

* Update readme.md

* CRLF to LF

* Force LF and correct rules.mk

* Remove config.h

* Remove rules.mk

* Update keymap.c

* Update keyboard.json

* Update name in readme.md
2024-06-26 21:55:47 -06:00
Ryan 5f794217b4
`xelus/snap96`: add matrix diagram and some additional layouts (#23992) 2024-06-26 14:35:45 +10:00
Ryan b71b81d539
`hs60/v2/hhkb`: Adjust layout name (#23998) 2024-06-26 05:28:45 +01:00
Ryan 17ae6f9b53
`helix/pico` and `rev2`: add `keyboard.json`s (#23964) 2024-06-26 13:47:36 +10:00
Joel Challis cebe521b11
Fix docker_cmd.sh when userspace is not configured (#23997) 2024-06-26 11:34:24 +10:00
Joel Challis 0b572a1be6
Remove some redundant 'blank' files (#23995) 2024-06-25 07:38:56 +01:00
Ryan 378dbd32bd
`custommk/ergostrafer_rgb`: move to keyboard.json (#23990) 2024-06-24 18:19:48 +10:00
Nick Brassel 03e688e91f
Add support for userspace to docker build commands. (#23988) 2024-06-24 12:29:30 +10:00
Ryan d5e0562a70
Rename layouts containing keyboard name (#23930) 2024-06-23 19:33:26 +01:00
Ryan 191c8cca33
`handwired/symmetric70_proto`: add `keyboard.json` (#23966) 2024-06-23 03:57:50 +01:00
Joel Challis 7aa2ce2b38
Update documentation suggestion in top level readme (#23978) 2024-06-22 05:45:04 +01:00
Joel Challis 6f03d20a92
Fix 'qmk import-kbfirmware' WS2812 config (#23976) 2024-06-22 04:27:57 +01:00
Danny e5c80fc6b3
Update what's powering QMK docs (#23977) 2024-06-22 04:27:15 +01:00
Kevin Horvat aa11ef5bcf
Fix leftover reference to previous AW20216S EN pin definition (#23974) 2024-06-22 01:53:59 +01:00
Drashna Jaelre a6ef34cd16
[Keyboard] fixes for ZSA Voyager (#23912) 2024-06-20 09:08:57 +01:00
Joel Challis 4fdde75333
Update 'qmk import-kbfirmware' to use 'keyboard.json' (#23960) 2024-06-20 02:59:29 +01:00
lizaoreo dafc46f1d1
Update RGB matrix indicator example (#23947)
Changed the example in indicator-examples-2 to use a compound literal, otherwise the code fails to compile.
2024-06-17 20:30:57 +01:00
Ryan baa564bddf
Remove references to bootloadHID flashing page in keyboard readmes (#23942)
* Remove references to bootloadHID flashing page in keyboard readmes

* Remove bootloadHID flashing page
2024-06-17 20:23:45 +01:00
Ryan 3f44231d2d
Strip decimals from RGB Matrix layout positions (#23943) 2024-06-17 20:12:26 +10:00
Ryan 4864d5afca
Mechwild OBE/Waka60: Fix build warnings (#23929) 2024-06-17 14:47:33 +10:00
Ryan 089a819179
keyboard.json schema: set minimum value for `key_unit` (#23937)
* keyboard.json schema: set minimum value for `key_unit`

* Fix invalid `matrix_size` in keyboard.json

* Fix bad layout for silverbullet44
2024-06-16 21:57:37 +01:00
Danny 751fbd75d3
Add Chiri CE (#23926)
* Add Chiri CE

* Add more layers for dynamic keymap

* Move EEPROM clear

* Convert to keymap.json

* Change bootmagic matrix position
2024-06-16 12:16:05 -06:00
Ryan 3c868b9316
`ergodox_ez/base`: Add missing `features` object (#23935) 2024-06-16 22:52:47 +10:00
Nick Brassel 7ac1a34a34
[CLI] Older python compat. (#23933) 2024-06-16 19:53:03 +10:00
David Hoelscher ad82c4703a
[Keyboard] ErgoStrafer RGB (#22936)
* adding ergostrafer rgb

* removing comment
2024-06-15 21:46:22 -07:00
Nick Brassel 0262161914
[CLI] Don't `exit()` when certain exceptions occur. (#23442) 2024-06-15 10:37:47 +01:00
Ryan d4654ab893
Various keyboard fixes (#23919) 2024-06-14 22:58:13 +01:00
ai03 aec7569a04
[Keyboard] Add Altair (#23878)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-06-14 13:26:21 -07:00
ai03 0594121b68
[Keyboard] Add Altair-X (#23879)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-06-14 13:26:00 -07:00
Myriam 4e8b740dd7
fix keymap for kprepublic bm60hsrgb_iso (#23733)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-06-14 00:34:06 -07:00
adophoxia c92becc57e
[Keyboard] Enable dip switch for Keychron Q4 (#23889) 2024-06-13 21:10:23 -07:00
Joel Challis cd565a95a0
Remove suggestion of creating issues for unsupported keyboards. (#23918) 2024-06-14 00:23:57 +01:00
Danny caf13bb9db
Fix order of RGB LEDs to correct one for Iris CE (#23914) 2024-06-13 15:36:26 -07:00
Danny 4a4eda4c3c
Add missing encode enable for BAMFK-1 (#23821)
Add missing encode enable
2024-06-13 09:00:42 -04:00
Ryan 942c2a8d5a
Fix nonunique anchors (#23910) 2024-06-13 13:31:03 +10:00
Ryan be9dfe65dd
Add API reference section for LED/RGB Matrix docs (#23902) 2024-06-13 12:55:47 +10:00
Joel Challis fa40356250
Ensure documentation pull requests build (#23908) 2024-06-13 02:59:37 +01:00
Nick Brassel 7247039742
Fixup docs. (#23906) 2024-06-13 02:55:52 +01:00