QMK Bot
4f7a7873c8
[CI] Format code according to conventions ( #26000 )
...
Format code according to conventions
2026-02-11 16:06:13 +00:00
takashicompany
61ecee1585
Fix keymap for Palmslave ( #25675 )
...
* fix keymap
* fix keymap
* Update keyboards/takashicompany/palmslave/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
---------
Co-authored-by: Jack Sangdahl <jack@pngu.org >
Co-authored-by: Joel Challis <git@zvecr.com >
2025-10-05 17:55:49 -06:00
takashicompany
20e7906c80
Add new keyboard "Palmbrain" ( #25377 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: jack <0x6a73@protonmail.com >
2025-09-07 10:25:17 -07:00
Ryan
6b38dc17cd
Remove deprecated RGB_ and Mouse keycodes ( #25444 )
...
* Remove deprecated `RGB_` and Mouse keycodes
* Update old mouse keycodes, 0-9/A-M
* Update old mouse keycodes, N-Z & layouts
* Missed some stuff
2025-07-11 11:05:41 -06:00
Joel Challis
c97a798af7
Configure boards to use development_board - T ( #25294 )
2025-05-24 21:20:16 +01:00
Joel Challis
fa35be5135
Resolve miscellaneous keyboard lint warnings ( #25268 )
2025-05-16 17:35:17 +01:00
QMK Bot
142952cac8
Merge remote-tracking branch 'origin/master' into develop
2025-04-27 18:19:53 +00:00
takashicompany
a07360e0f1
Add new keyboard MirageiX ( #25054 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: jack <0x6a73@protonmail.com >
2025-04-27 11:19:19 -07:00
Joel Challis
0bd02952ea
Remove "command":false from keyboards ( #25193 )
2025-04-24 10:28:13 +10:00
Joel Challis
07684bcc99
Remove "console":false from keyboards ( #25190 )
2025-04-23 12:09:56 +10:00
Joel Challis
960c4969a5
Remove empty url fields ( #25181 )
2025-04-22 17:59:00 +01:00
Joel Challis
88453acc6a
Remove duplication of RGBLight defaults ( #25169 )
2025-04-19 11:56:45 -07:00
takashicompany
c2979e309f
Add new keyboard "Palmslave" ( #24814 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2025-03-03 11:21:47 -08:00
takashicompany
9dba024d76
Add EE_HANDS for KLEC-02 ( #24777 )
...
Add #define EE_HANDS
2025-01-04 09:41:32 +01:00
takashicompany
50966934b2
Add new keyboard "Jourkey" ( #24409 )
...
* jourkey
* rotary encoder
* fix keymap
* jourkey
* format json
* Update keyboards/takashicompany/jourkey/readme.md
Co-authored-by: Joel Challis <git@zvecr.com >
* fix layout
* Update readme.md
---------
Co-authored-by: Joel Challis <git@zvecr.com >
2024-12-02 10:10:01 -07:00
QMK Bot
cfb870d219
Merge remote-tracking branch 'origin/master' into develop
2024-11-06 07:44:10 +00:00
takashicompany
6fbfd659ff
Add new keyboard "KLEC-02" ( #24559 )
...
Co-authored-by: jack <0x6a73@protonmail.com >
2024-11-06 00:43:35 -07:00
QMK Bot
81a6f3e641
Merge remote-tracking branch 'origin/master' into develop
2024-11-03 20:14:27 +00:00
takashicompany
c8cdee3e4e
[Keyboard] Add KLEC-01 ( #24543 )
2024-11-03 12:13:56 -08:00
Stefan Kerkmann
3f9d464412
[Core] usb_device_state: consolidate usb state handling across implementations ( #24258 )
...
* usb_device_state: add idle_rate, led and protocol
Previously all usb drivers and platform implementations (expect for our
oddball atsam) tracked the same two global variables:
- keyboard_protocol: to indicate if we are in report or boot protocol
- keyboard_idle: for the idle_rate of the keyboard endpoint
And a local variable that was exposed trough some indirection:
- keyboard_led_state: for the currently set indicator leds (caps lock etc.)
These have all been moved into the usb_device_state struct wich is
accessible by getters and setters.
This reduces code duplication and centralizes the state management
across platforms and drivers.
Signed-off-by: Stefan Kerkmann <karlk90@pm.me >
* usb_device_state: reset protocol on reset
The usb hid specification section 7.2.6 states:
When initialized, all devices default to report protocol. However the
host should not make any assumptions about the device’s state and should
set the desired protocol whenever initializing a device.
Thus on reset we should always do exactly that.
Signed-off-by: Stefan Kerkmann <karlk90@pm.me >
* keyboards: fix oversize warnings
Signed-off-by: Stefan Kerkmann <karlk90@pm.me >
---------
Signed-off-by: Stefan Kerkmann <karlk90@pm.me >
2024-10-18 09:57:08 +02:00
Nick Brassel
45dc2499dc
Remove all via-enabled keymaps, including via. ( #24322 )
2024-08-26 07:51:22 +10:00
Ryan
8f6d2ac53c
Update Underglow keycodes ( #23765 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2024-08-25 22:15:07 +10:00
Joel Challis
ce1adce696
Migrate split.soft_serial_pin to split.serial.pin O-Z ( #24146 )
...
Migrate split.soft_serial_pin to split.serial.pin
2024-07-23 12:12:52 +01:00
QMK Bot
8a58ad27a2
Merge remote-tracking branch 'origin/master' into develop
2024-07-20 13:04:27 +00:00
Joel Challis
2fb9816c77
Remove incorrect use of split.main ( #24158 )
2024-07-20 14:03:57 +01:00
takashicompany
e643fa03ef
Fix dogtag/info.json ( #23520 )
2024-07-07 00:56:57 +01:00
James Young
912124f71c
Migrate LOCKING_*_ENABLE to Data-Driven: T ( #23785 )
...
Affects:
- `takashicompany/center_enter`
- `takashicompany/endzone34`
- `takashicompany/qoolee`
- `takashicompany/radialex`
- `takashiski/namecard2x4/rev1`
- `takashiski/namecard2x4/rev2`
- `takashiski/otaku_split/rev0`
- `takashiski/otaku_split/rev1`
- `taleguers/taleguers75`
- `tanuki`
- `team0110/p1800fl`
- `technika`
- `tenki`
- `tetris`
- `tg4x`
- `the_royal/liminal`
- `the_royal/schwann`
- `thevankeyboards/bananasplit`
- `thevankeyboards/caravan`
- `thevankeyboards/jetvan`
- `thevankeyboards/minivan`
- `thevankeyboards/roadkit`
- `tkc/california`
- `tkc/m0lly`
- `tkc/tkc1800`
- `tkc/tkl_ab87`
- `tkw/stoutgat/v2`
- `tmo50`
- `toad`
- `toffee_studio/blueberry`
- `tokyokeyboard/alix40`
- `tokyokeyboard/tokyo60`
- `tominabox1/adalyn`
- `tominabox1/le_chiffre`
- `tominabox1/qaz`
- `tr60w`
- `treasure/type9`
- `tszaboo/ortho4exent`
2024-05-23 19:48:32 +01:00
Ryan
5fda349018
Remove RGB keycodes from boards with no RGB config ( #23709 )
2024-05-20 17:11:49 +10:00
Joel Challis
9c1662f8f9
Migrate build target markers to keyboard.json - TUV ( #23514 )
2024-04-15 19:19:23 +01:00
Duncan Sutherland
8caa8674d2
Move SPLIT_KEYBOARD to data driven ( #21410 )
2024-04-11 20:22:15 -07:00
Joel Challis
831deac212
Migrate build target markers to keyboard.json ( #23293 )
2024-03-30 11:31:50 +00:00
QMK Bot
da041fcd53
Merge remote-tracking branch 'origin/master' into develop
2024-03-30 03:46:45 +00:00
takashicompany
54593975bf
Add new keyboard "Rookey" ( #22483 )
...
Co-authored-by: jack <0x6a73@protonmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2024-03-29 20:46:15 -07:00
QMK Bot
cf84ec0123
Merge remote-tracking branch 'origin/master' into develop
2024-03-30 02:03:45 +00:00
takashicompany
abc101c122
[Keyboard] Add miniDivide MAX ( #22804 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com >
Co-authored-by: jack <0x6a73@protonmail.com >
2024-03-29 19:03:17 -07:00
Joel Challis
14990ca5a2
Migrate features from rules.mk to data driven - ST ( #23286 )
2024-03-15 22:24:10 +00:00
takashicompany
0a03fc512c
[Keyboard] Add Ejectix ( #23204 )
...
Co-authored-by: jack <0x6a73@protonmail.com >
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2024-03-08 02:51:37 -08:00
jack
07aee9af0e
Fiuxup takashicompany/heavy_left ( #23094 )
...
* initial
* revert ee_hands
2024-02-16 10:22:48 -07:00
Joel Challis
5233a62b20
Remove obvious user keymaps, keyboards/{s,t}* edition. ( #23084 )
2024-02-15 09:42:01 +00:00
jack
f6a70e45c2
Fixup takashicompany/minizone ( #22922 )
...
* initial
* remove bootloader
2024-01-18 22:01:43 -07:00
フィルターペーパー
c8728880de
takashicompany: readme link correction ( #22711 )
...
Updated Github link
2023-12-19 13:54:32 -07:00
Duncan Sutherland
74ae2286a6
Fix erroneous commas in info.json files ( #21712 )
2023-12-04 23:30:02 +00:00
Joel Challis
1ed03f498f
Remove userspace keymaps ( #22544 )
2023-11-27 05:36:45 +11:00
Ryan
023d644bb6
Move RGBLight animations to data driven ( #21635 )
...
* Move RGBLight animations to data driven, 0-9
* Move RGBLight animations to data driven, A
* Move RGBLight animations to data driven, B
* Move RGBLight animations to data driven, C
* Move RGBLight animations to data driven, D
* Move RGBLight animations to data driven, E
* Move RGBLight animations to data driven, F
* Move RGBLight animations to data driven, G
* Move RGBLight animations to data driven, H
* Move RGBLight animations to data driven, handwired
* Move RGBLight animations to data driven, I
* Move RGBLight animations to data driven, J
* Move RGBLight animations to data driven, K
* Move RGBLight animations to data driven, L
* Move RGBLight animations to data driven, M
* Move RGBLight animations to data driven, N
* Move RGBLight animations to data driven, O
* Move RGBLight animations to data driven, P
* Move RGBLight animations to data driven, Q
* Move RGBLight animations to data driven, R
* Move RGBLight animations to data driven, S
* Move RGBLight animations to data driven, T
* Move RGBLight animations to data driven, U
* Move RGBLight animations to data driven, V
* Move RGBLight animations to data driven, W
* Move RGBLight animations to data driven, X
* Move RGBLight animations to data driven, Y
* Move RGBLight animations to data driven, Z
* Fix incorrect placement
* Fix build failures and mismatches
2023-08-23 22:11:39 +01:00
Ryan
5d2f2af198
OLED: driver naming cleanups ( #21710 )
2023-08-15 10:30:34 +01:00
Joel Challis
c9e6669179
Tidy up encoder in matrix references ( #21718 )
2023-08-09 04:43:47 +01:00
QMK Bot
49de9be0d8
Merge remote-tracking branch 'origin/master' into develop
2023-07-12 15:17:42 +00:00
takashicompany
c83ff03a40
[Keyboard] Add minidivide ( #19870 )
...
Co-authored-by: jack <0x6a73@protonmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2023-07-12 09:17:04 -06:00
QMK Bot
7722031260
Merge remote-tracking branch 'origin/master' into develop
2023-07-03 20:55:45 +00:00
takashicompany
e423d5e3d4
[Keyboard] Add Baumkuchen ( #20766 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2023-07-03 13:55:12 -07:00