lalalademaxiya1
0f6a4edfb2
[Keyboard] Keychron Q5 ( #18283 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
QMK Bot
8c3d9c6006
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Patrick Muldoon
525b472d88
Fix Typo in Saevus Cor Matrix ( #19073 )
3 years ago
QMK Bot
b774cb34f8
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Sleepdealer
e5e186c516
[Keyboard] Add WITF ( #18922 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
QMK Bot
57956f506b
Merge remote-tracking branch 'origin/master' into develop
3 years ago
coffeeyy
37c271460a
[Keyboard] annepro2: fix bluetooth multi-pairing issue ( #17483 )
3 years ago
QMK Bot
0984cb8ca5
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Yizhen Liu
becd7e5975
[Keyboard] GrayStudio Aero75 Hotswap ( #18883 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
Drashna Jael're
3d72be0637
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Elliot Powell
ede2b4155d
[Keyboard] Add keebsforall freebird75 ( #18653 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
jels
e165407957
[Keyboard] Add Boaty ( #17378 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jels02 <joah@Joah-Big-PC.localdomain>
3 years ago
nopunin10did
0bf72e4fe5
[Keyboard] Add Jabberwocky v2 and reorganize ( #19014 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Pablo Martínez
fe652e6247
Fix references to `mouse_report_t` (which doesnt exist) ( #19107 )
3 years ago
QMK Bot
8449a4a11f
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Joel Challis
5d882ab6ef
Disable onekey console by default ( #19104 )
3 years ago
Selene ToyKeeper
31fb55ae7b
fixed MOUSEKEY_INERTIA on AVR ( #19096 )
...
Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
3 years ago
QMK Bot
63377c8c57
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Charly Delay
d86c0d3723
Use `keyboard_pre_init_kb(void)` at keyboard level ( #19091 )
3 years ago
QMK Bot
dda3a901ea
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Charly Delay
d6956668e3
Specify `DEFAULT_FOLDER` for `v2/splinky` ( #19093 )
3 years ago
Joel Challis
57ac917b43
Extend eeconfig kb/user datablock API ( #19094 )
3 years ago
Ryan
81a6407dca
Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` ( #19089 )
3 years ago
QMK Bot
5dabc1b387
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Albert Y
df5689ed06
[Docs] Note default value for TAP_CODE_DELAY ( #19078 )
3 years ago
QMK Bot
d2888162b4
Merge remote-tracking branch 'origin/master' into develop
3 years ago
bghull
538dbb5b8e
Personal keymap updates ( #18763 )
...
* Latest updates
* Aligning and cleaning up planck and babyv layouts
* Added license, cleaned up errors
3 years ago
QMK Bot
64b744e5be
Merge remote-tracking branch 'origin/master' into develop
3 years ago
trguhq
cadf18c6d3
Planck unicode rune layout ( #18674 )
...
* Furthark layout
3 years ago
QMK Bot
9974978909
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Leon Anavi
7e843d0eca
keyboards/anavi: Add ANAVI Knob 1 ( #18623 )
...
ANAVI Knob 1 is a mini mechanical keyboard with a clickable rotary
encoder, USB-C, RP2040 microcontroller and I2C slot for a display.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
3 years ago
QMK Bot
4de3f53984
Merge remote-tracking branch 'origin/master' into develop
3 years ago
David Kosorin
c21b77fbd2
Fix typo ( #19035 )
...
Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
3 years ago
Ryan
de66797705
Fix some old keycodes ( #19086 )
3 years ago
QMK Bot
594f869619
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Xelus22
4e7f533998
[Keyboard] Add Constellation Rev3 ( #18868 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Sean Jasin
ed70f42638
[Keyboard] change BT LEDs so no longer hard coded in Anne Pro ( #18934 )
3 years ago
QMK Bot
4238d49efe
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Charly Delay
30b2dbe369
Bastard Keyboards: upstream recent changes ( #18903 )
...
* bastardkb: cleanup blackpill configuration
Fixes #17
* bastardkb: fix splinky configuration
The pinout of the splinky changed between the last beta batch, and the
production one. This commit updates the keyboard definition to support
the new pinout by default, while offering backward compatibility.
Define `SPLINKY_BETA_PINOUT` to build the firmware with pre-production
pinout.
Fixes #15
* bastardkb: add support for STeMCell
* Update scylla/tbkmini/skeletyl outdated readmes
* bastardkb/dilemma: enable circular scroll
* bastardkb/dilemma: add initial version of the `via` keymap
* bastardkb/dilemma/assembled: add new keyboard
Fixes #20
* bastardkb/dilemma: remove elite-c
* Initial support for the Dilemma 3x5+3 Assembled RGB
* Address code review comments
* Address more comments
* Address review comments
* Address more nits
* bastardkb: split splinky-based keyboards to distinguish between Splinky v2 and v3 pinout
3 years ago
Drashna Jaelre
1a3f2130d5
Revert "Add pointing device support to data driven config ( #18215 )" ( #19063 )
3 years ago
jack
05540eb668
Fixup handwired/alcor_dactyl ( #19072 )
3 years ago
Drashna Jael're
bed5e1abf5
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Joel Challis
0719d68b20
Add default limit to OLED dirty processing ( #19068 )
3 years ago
David Hoelscher
a42ab90220
Add Bonsai C4 as a platform board file ( #18901 )
...
* Set up Bonsai C4 as a platform board file
* corrections and improvements based on testing and feedback
* Added VBUS sensing as default capability for improved split support using Bonsai C4
* Update clock divisor for SPI flash
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
jack
7901ba431a
Fixup keychron/q6 ( #19066 )
3 years ago
jack
ee7426e7b1
Fixup day_off ( #19067 )
3 years ago
jack
a30964b3c5
Add missing `manufacturer` fields ( #19065 )
3 years ago
QMK Bot
3bf8e9c9bb
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Nick Brassel
3f579c5ef3
Cleanup. ( #19061 )
3 years ago
Joel Challis
9a488a44f6
Fix up laser_ninja/pumpkin_pad ( #19060 )
3 years ago