leyew
2623a258f1
[Keyboard] Rename dnworks/9973 to dnworks/tkl87 ( #23692 )
2024-07-11 14:40:54 +01:00
Joel Challis
f5319d8911
Remove DEFAULT_FOLDER from maple_computing/lets_split_eh ( #24054 )
2024-07-10 17:17:08 -07:00
Ryan
f8596b40a4
Normalise mouse keycodes ( #23975 )
2024-07-03 18:35:54 +10:00
QMK Bot
641a1ce568
Merge remote-tracking branch 'origin/master' into develop
2024-06-30 02:40:18 +00:00
Joel Challis
3ffe8d917a
Fix 'qmk new-keyboard' processing of development_board ( #23996 )
2024-06-30 03:39:49 +01:00
Joel Challis
f0471dd5b4
Remove skipped schema files ( #23987 )
2024-06-23 09:02:13 +01:00
Amir
751a6b5bc4
add farsi keymap extras ( #23650 )
2024-06-20 16:12:16 -07:00
Joel Challis
53a0cdc446
Implement data driven joysticks ( #22947 )
2024-06-18 03:44:22 +01:00
Joel Challis
51acd35e6f
Implement data driven serial driver ( #23923 )
2024-06-17 19:22:47 +01: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
James Young
249f1706f1
noroadsleft's 0.25.0 Changelogs and Touch-Ups ( #23793 )
...
* Modify PR23309 changelog
Adds a direct link to the pull request.
* Add PR23329 changelog
* Update keyboard aliases file
Updates the legacy keyboard aliases for the JJ40 and JJ50, which have
been moved again for version 0.25.0.
* Minor touch-up for JJ40 rev1 readme
2024-05-26 21:45:29 +01:00
Joel Challis
ef0734b7a6
Remove 'split.transport.protocol=serial_usart' ( #23668 )
2024-05-10 20:54:44 +10:00
Ryan
224ff1d262
Normalise RGBLight (underglow) keycodes ( #23656 )
2024-05-07 18:36:50 +10:00
Ryan
b7d5a6c50b
Add new set of keycodes for RGB Matrix ( #23463 )
2024-05-04 16:49:19 +10:00
Pavel Kroupa
1fc4bfa313
Add MacOS Czech ISO and ANSI keymaps #23346 ( #23412 )
2024-04-30 23:53:30 -07:00
Ryan
0ff53b2498
Rename RGBW
define to WS2812_RGBW
( #23585 )
2024-04-28 00:36:54 +10:00
Joel Challis
d333a25868
Add audio driver to keyboard.json schema ( #23616 )
2024-04-26 05:41:22 +01:00
Joel Challis
16cca527a6
Fix WAIT_FOR_USB handling ( #23598 )
2024-04-24 19:33:52 +01:00
Ryan
c505ea48b3
Add haptic driver to keyboard.json schema ( #23591 )
2024-04-24 04:59:57 +01:00
Ryan
52d3ef0fe4
Add new set of keycodes for LED Matrix ( #23432 )
2024-04-11 14:14:02 +10:00
QMK Bot
38813e864b
Merge remote-tracking branch 'origin/master' into develop
2024-03-22 23:30:59 +00:00
JuanoD
4afbade6d1
Add ES_GRV to latam language-specific keycodes ( #23333 )
2024-03-22 23:30:30 +00:00
Ryan
23b7a02ebe
LED drivers: add support for IS31FL3236 ( #23264 )
2024-03-17 19:23:14 +11:00
James Young
47dc471bd4
KPRepublic JJ40 rev1 Refactor ( #23299 )
...
* Move `kprepublic/jj40` to `kprepublic/jj40/rev1`
[chore]
* Friendly-format `info.json`
[style]
* Add layout/matrix diagram
[docs]
* Refactor keymaps
- use four-space indent
- grid-align keycodes
- refactor to use `LAYOUT_ortho_4x12` macro
[refactor]
* Rename `LAYOUT_planck_mit` to `LAYOUT_ortho_4x12_1x2u_c`
[refactor]
* Rename `LAYOUT_planck_1x2uR` to `LAYOUT_ortho_4x12_1x2u_r`
[refactor]
* Re-sort `layouts` object
Places `LAYOUT_ortho_4x12` (the `LAYOUT_all` equivalent) first in
sequence.
[refactor]
* Add `LAYOUT_ortho_4x12_1x2u_l`
[enhancement]
* Add `LAYOUT_ortho_4x12_2x2u`
[enhancement]
* Convert `rules.mk` to data driven
[chore]
* Remove `console` and `command` settings from keyboard level
[chore]
* Rename `info.json` to `keyboard.json`
[chore]
[enhancement]
* Remove `audio` setting from keyboard level
[chore]
2024-03-17 07:03:58 +00:00
James Young
bbe0c515f8
KPRepublic JJ50 rev1 Refactor ( #23294 )
...
* Move `kprepublic/jj50` to `kprepublic/jj50/rev1`
[chore]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_ortho_5x12_1x2u_c`
[enhancement]
* Add `LAYOUT_ortho_5x12_1x2u_l`
[enhancement]
* Add `LAYOUT_ortho_5x12_1x2u_r`
[enhancement]
* Add `LAYOUT_ortho_5x12_2x2u`
[enhancement]
* Convert `rules.mk` to data driven
[chore]
* Remove `console` and `command` from keyboard level
[chore]
* Rename `info.json` to `keyboard.json`
Also deletes `rules.mk` as it's no longer needed.
[chore]
[enhancement]
2024-03-16 00:30:16 +00:00
Joel Challis
9f4a9d5826
Enable 'keyboard.json' as a build target ( #22891 )
2024-03-10 16:20:25 +11:00
Drashna Jaelre
83e6ddbbb4
[Audio] Add support for audio shutdown pin ( #22731 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-03-06 22:02:37 +11:00
Ryan
14d1d9639c
Add LED/RGB Matrix drivers to info.json schema ( #23127 )
2024-02-25 21:29:25 +00:00
フィルターペーパー
bc7d1cc397
Refactor: group kbdfans keyboards ( #22764 )
...
Move two kbdfans keyboard into kbdfans folder
2024-02-19 11:18:20 +00:00
Nick Brassel
9d9cdaaa2d
Add encoder abstraction. ( #21548 )
2024-02-18 21:17:15 +11:00
Joel Challis
e2dbe39b94
Removal of bootmagic lite terminology ( #22979 )
2024-02-17 12:27:34 +00:00
フィルターペーパー
0cad5e9d4a
Refactor: move p3d keyboards ( #22763 )
...
Group standalone p3dstore keyboards into p3d folder
2024-02-12 16:37:17 -07:00
Joel Challis
3a13c2120a
Ensure LTO is enabled as a info.json
build config option ( #22932 )
...
* feature.lto -> build.lto
* keymaps too
2024-02-01 15:45:58 +00:00
Duncan Sutherland
b1ea30ca7c
Move redox_w
into redox
( #21448 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-12 22:44:44 -08:00
Nebuleon
e67d2c2f6f
Add Canadian French input locale ( #21456 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-09 22:11:59 +11:00
Joel Challis
71257e21e6
Generate true/false for _DEFAULT_ON options ( #22829 )
2024-01-06 13:16:23 +00:00
フィルターペーパー
594d03f4aa
Refactor: group hub keyboards ( #22762 )
2023-12-26 20:28:06 -08:00
フィルターペーパー
2a048fbb65
Refactor: group kira keyboards ( #22760 )
2023-12-26 20:27:29 -08:00
フィルターペーパー
e5a92fa80f
Refactor: group rookiebwoy keyboards ( #22745 )
...
Move @rookiebwoy's keyboards into rookiebwoy folder
2023-12-25 07:40:30 -07:00
Joel Challis
b24bd2351a
Remove redundant audio eeconfig init ( #22736 )
2023-12-24 06:52:58 +00:00
フィルターペーパー
b37d23bfa5
Refactor: group shandoncodes keyboards ( #22743 )
2023-12-23 19:02:29 -08:00
フィルターペーパー
456291d04e
Refactor: move miniaxe into kagizaraya ( #22708 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-12-23 15:49:47 -08:00
フィルターペーパー
6510188138
Refactor: move keyboards into kbdmania folder ( #22714 )
2023-12-23 15:49:18 -08:00
フィルターペーパー
6f16349e93
Refactor: move keyboards into monokei folder ( #22715 )
2023-12-23 15:48:40 -08:00
フィルターペーパー
9642cd9046
Refactor: move keyboards into kumaokobo ( #22719 )
2023-12-23 15:48:32 -08:00
フィルターペーパー
77688ac706
Refactor: move keyboards into kezewa ( #22712 )
2023-12-23 15:48:18 -08:00
フィルターペーパー
0b410ffd77
Refactor: move keyboards into zigotica folder ( #22709 )
2023-12-23 15:46:46 -08:00
Drashna Jaelre
70a7ed26e1
[Keyboard] Move Moonlander to ZSA folder ( #22740 )
2023-12-23 15:46:07 -08:00
フィルターペーパー
300af1e5bf
Refactor: move keyboards into laneware folder ( #22710 )
2023-12-23 15:45:53 -08:00
Ryan
8812a09581
Rename RGB_DISABLE_WHEN_USB_SUSPENDED
-> RGB_MATRIX_SLEEP
( #22682 )
2023-12-20 13:31:50 +11:00
Ryan
73758d3d3a
Rename LED_DISABLE_WHEN_USB_SUSPENDED
-> LED_MATRIX_SLEEP
( #22681 )
2023-12-20 13:31:39 +11:00
Zykrah
05d2b7e2ac
Rename Pumpkin Pad to Pumkinpad ( #22651 )
2023-12-13 18:28:17 +00:00
Ryan
e648155113
Rename RGBLED_NUM
-> RGBLIGHT_LED_COUNT
( #22570 )
2023-12-12 15:30:08 +11:00
SmollChungus
2d3f2e92d8
consolidate firmware folder in smoll parent folder ( #22401 )
...
* consolidate firmware folder in smoll parent folder
* add moved keyboards to mapping
* typo fix
* typo..
* Update rules.mk
fix default folder lefty
* Update data/mappings/keyboard_aliases.hjson
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
---------
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-12-08 04:36:38 +00:00
era
11aa512c85
[Keyboard] Remove era/klein ( #22384 )
...
* Remove era/klein
era/klein is replaced by sirind/era/klein_sd
* Add an entry to data/mappings/keyboard_aliases.hjson
Add an entry to data/mappings/keyboard_aliases.hjson
2023-12-05 15:57:07 -07:00
zvecr
daa5afcf1d
Merge remote-tracking branch 'origin/master' into develop
2023-12-04 13:58:34 +00:00
yiancar
7f67256047
Add EE-AT and move W1-AT under geonworks ( #22526 )
...
* Add EE-AT and move W1-AT under geonworks
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-12-04 09:07:37 +00:00
Ryan
c1b385ce0f
Sort defaults.hjson ( #22587 )
2023-12-04 12:04:21 +11:00
Ryan
33ff722ec8
Sort definitions.jsonschema ( #22588 )
2023-12-04 12:04:09 +11:00
JuanoD
ce81801480
Add latam spanish headers ( #22542 )
2023-12-04 00:13:27 +00:00
leah-splitkb
2450fe28ee
Add Imera converter ( #22419 )
2023-11-28 17:53:47 +11:00
Nick Brassel
07e7dd8fc1
develop
2023q4 changelog (#22552 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-11-28 15:51:56 +11:00
Nick Brassel
5501e804ff
QMK Userspace ( #22222 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-11-28 07:53:43 +11:00
Joel Challis
e279c78ba3
Enable linking of encoders to switch within layout macros ( #22264 )
2023-11-20 15:41:48 +00:00
Jeayo Keh
75e1a0d610
[Keyboard] Rename soda/{mango,pocket} ( #22151 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2023-11-08 10:45:24 -07:00
Logan Butler
0a94c2951f
[Keyboard] matchstickworks/southpad - Move files to rev1, add rev2 ( #21574 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-10-31 20:12:20 -07:00
Joel Challis
fbbb221a31
Implement data driven lighting defaults ( #21825 )
2023-11-01 01:26:24 +00:00
Joel Challis
a19ae3d784
Add dd mapping for hardware based split handedness ( #22369 )
2023-11-01 00:55:48 +00:00
Joel Challis
17c3182b1c
Remove use of broken split.main ( #22363 )
2023-10-30 00:49:56 +00:00
Joel Challis
98530cad3b
Implement data driven dip switches ( #22017 )
...
* Add data driven dip switches
* Autogen weak matrix_mask
2023-10-29 01:09:02 +01:00
QMK Bot
6b4728796a
Merge remote-tracking branch 'origin/master' into develop
2023-10-28 01:10:36 +00:00
Joel Challis
ca2d2a524f
Flag more VIAL config options in lint ( #22345 )
2023-10-28 02:09:53 +01:00
jack
896d3dc497
Add DD mappings for locking switch ( #22242 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-10-25 02:15:27 -07:00
studiokestra
1e9b299fb0
Rename LINE FRIENDS TKL keyboard ( #22310 )
2023-10-22 15:56:46 +01:00
Andrey Tutolmin
4410e6b3bf
Russian typewriter keymap file for popular legacy layout ( #21174 )
...
Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com>
2023-10-22 03:44:44 -07:00
Joel Challis
e4c54a9612
Support additional split sync items for info.json ( #22193 )
2023-10-21 01:48:05 +01:00
Joel Challis
81d69a5798
Resolve invalid keyboard alias targets ( #22239 )
2023-10-09 23:17:05 +01:00
QMK Bot
0ca60eb759
Merge remote-tracking branch 'origin/master' into develop
2023-10-05 23:35:02 +00:00
Nick Brassel
127560ae22
Add qmk ci-validate-aliases
( #22205 )
2023-10-06 10:34:23 +11:00
adophoxia
a7406a429e
Update Keychron Q4 ( #21996 )
2023-10-04 21:59:24 -07:00
adophoxia
5f33a251b3
Update Keychron Q0 ( #22068 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-10-04 21:59:06 -07:00
adophoxia
38f89dfc2f
Update Keychron Q1v1 ( #21993 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-10-03 20:53:39 -07:00
Joel Challis
4e86dca49d
Fix parsing/validation for 21939 ( #22148 )
2023-09-27 03:57:37 +01:00
Joel Challis
80ccbdfd86
More data driven RGB/LED Matrix config ( #21939 )
2023-09-27 00:41:13 +01:00
James Young
a7afa58fb6
YMDK Melody96 Break-Up ( #22121 )
2023-09-24 22:39:18 -07:00
Richard Goulter
629ac9ae68
Add KPRepublic/BM40hsrgb rev2 ( #16689 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>
2023-09-20 22:45:25 -07:00
Duncan Sutherland
29ffe804b8
Modernize dactyl_manuform/dmote
keyboard ( #20427 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-20 19:10:59 -07:00
QMK Bot
21c396a3aa
Merge remote-tracking branch 'origin/master' into develop
2023-09-20 13:14:27 +00:00
Joel Challis
cdff9b8da7
Restrict "feature" and "animation" keys ( #21895 )
2023-09-20 14:13:51 +01:00
dztech
85c2b03507
[Keyboard] Rename og60 to tofu60 ( #21684 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-15 12:36:31 -07:00
Joel Challis
5fab310e65
Implement data driven wear leveling ( #21906 )
...
* DD encoder map, wear leveling
* remove encoder map from DD
let's avoid the support headache
* wear leveling: specify the allowed drivers by name
Co-authored-by: Ryan <fauxpark@gmail.com>
* Add additional params
* Relocate under eeprom
* disable parsing
---------
Co-authored-by: Dimitris Mantzouranis <d3xter93@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-05 01:53:05 +01:00
Joel Challis
95681b8ff4
Add *_MATRIX_LED_COUNT generation ( #21110 )
2023-08-27 04:00:14 +01:00
HiryKun
5cd47f5094
Add "apm32-dfu" in keyboard.jsonschema ( #21842 )
2023-08-26 19:31:59 +01:00
Joel Challis
a9e2f6a25a
Remove led_matrix.hue_steps
and led_matrix.sat_steps
from schema ( #21827 )
2023-08-25 00:47:12 +01:00
Ryan
1c069b13b9
rgblight: driver selection cleanups ( #21558 )
2023-08-15 11:06:57 +01:00
Joel Challis
27ff1d4153
Remove layout aliases from keyboard_aliases.hjson ( #21658 )
2023-08-01 01:54:28 +01:00
Ryan
b4a7b9253a
Bluetooth: driver naming cleanups ( #21624 )
2023-07-29 15:16:14 +10:00
Joe Scotto
ba6a49612a
[Keyboard] Delete jscotto directory ( #21157 )
2023-07-24 20:56:52 -06:00
Duncan Sutherland
b20b360404
Rename dactyl_manuform
variant 3x5_3
( #21015 )
2023-07-20 16:03:23 -04:00
fauxpark
9a4abea7c9
Merge remote-tracking branch 'upstream/master' into develop
2023-07-21 00:51:15 +10:00