index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keyboards
/
ploopyco
/
mouse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Ryan
2023-04-06
2
-1
/
+3
*
Clean up usage of `QMK_KEYBOARD_H` (#20167)
Ryan
2023-03-20
1
-1
/
+1
*
[Keymap] Drashna updates for 0.20.0 (#19960)
Drashna Jaelre
2023-02-28
1
-0
/
+9
*
Reallocate SAFE_RANGE (#19909)
Joel Challis
2023-02-23
3
-5
/
+0
*
VIA Protocol 12 + fixes (#19916)
Nick Brassel
2023-02-23
1
-9
/
+1
*
Move layouts for direct_pins boards to data driven (#19872)
Ryan
2023-02-19
2
-11
/
+8
*
Move Bootmagic config to data driven (#19860)
Ryan
2023-02-17
2
-4
/
+3
*
Migrate `DIRECT_PINS` to data driven (#19826)
Ryan
2023-02-14
2
-20
/
+5
*
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Ryan
2023-02-08
2
-6
/
+2
*
Debounce defines cleanup (#19742)
Ryan
2023-02-03
1
-3
/
+0
*
Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)
Ryan
2023-02-03
1
-3
/
+0
*
Remove usages of config_common.h from config.h files. (#19714)
Nick Brassel
2023-01-31
1
-1
/
+0
*
Fix references to `mouse_report_t` (which doesnt exist) (#19107)
Pablo MartÃnez
2022-11-18
1
-1
/
+1
*
Enabling Pointing Device support in register code functions (#18363)
Drashna Jaelre
2022-09-26
1
-15
/
+0
*
Use a macro to compute the size of arrays at compile time (#18044)
Jeff Epler
2022-08-30
1
-2
/
+2
*
[Keymap] Drashna keymap updates for 0.18.0 (#18184)
Drashna Jaelre
2022-08-28
2
-9
/
+13
*
RESET -> QK_BOOT user keymaps (#17940)
Joel Challis
2022-08-21
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-08-13
1
-1
/
+1
|
\
|
*
RFC: add a simple implementation of the ploopy optical encoder (#17912)
alaviss
2022-08-13
1
-1
/
+1
*
|
Remove `UNUSED_PINS` (#17931)
Nick Brassel
2022-08-06
2
-3
/
+3
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-08-03
2
-8
/
+7
|
\
|
|
*
Move keyboard USB IDs and strings to data driven: P (#17875)
Ryan
2022-08-03
2
-8
/
+7
*
|
[Core] PMW33XX drivers overhaul (#17613)
Stefan Kerkmann
2022-07-14
1
-2
/
+2
*
|
Add support for large Mouse Reports (#16371)
Drashna Jaelre
2022-06-08
1
-1
/
+1
|
/
*
[Keymap] Drashna update for post Q2 merge (#17241)
Drashna Jaelre
2022-05-30
2
-1
/
+3
*
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...
Ryan
2022-03-15
1
-2
/
+0
*
Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keyma...
Joel Challis
2022-02-26
1
-3
/
+0
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-02-12
2
-0
/
+37
|
\
|
*
[Keymap] Add uqs' keymaps for various boards and ploopy mouse (#16265)
uqs
2022-02-11
2
-0
/
+37
*
|
Update pmw3360 comments to match the datasheet better, fix delays. (#15682)
uqs
2022-01-02
1
-1
/
+1
|
/
*
Tidy up NKRO_ENABLE rules (#15382)
Ryan
2021-12-09
1
-2
/
+1
*
Tidy up `SLEEP_LED_ENABLE` rules (#15362)
Ryan
2021-12-01
1
-2
/
+0
*
[Keyboard] Ploopy improvements (#15348)
Drashna Jaelre
2021-11-29
3
-9
/
+32
*
[Keyboard] Minor typo and broken link fix (#14847)
tangowithfoxtrot
2021-11-29
1
-2
/
+2
*
Rework and expand Pointing Device support (#14343)
Drashna Jaelre
2021-11-14
3
-101
/
+27
*
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
James Young
2021-11-05
1
-1
/
+1
*
Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)
Ryan
2021-09-30
1
-1
/
+0
*
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)
Ryan
2021-09-12
1
-1
/
+0
*
Remove width, height and key_count from info.json (#14274)
Ryan
2021-09-12
1
-2
/
+0
*
Improve pmw3360 sensor and make it more hardware agnostic (#14097)
Drashna Jaelre
2021-08-20
1
-0
/
+3
*
Remove Full Bootmagic (#13846)
James Young
2021-08-06
1
-1
/
+1
*
[Keymap] Drashna's Defaults cleanup (#13722)
Drashna Jaelre
2021-07-26
2
-1
/
+10
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-06-26
2
-19
/
+20
|
\
|
*
[Keyboard] Bugfixes and Readme additions for PloopyCo devices (#13043)
Drashna Jaelre
2021-06-25
2
-19
/
+20
|
*
2021 May 29 Breaking Changes Update (#13034)
James Young
2021-05-29
1
-0
/
+1
*
|
Move optical sensor code to drivers folder (#13044)
Drashna Jaelre
2021-06-21
2
-2
/
+2
*
|
[Keymap] Update to Drashna keymap and user code (based on develop) (#12936)
Drashna Jaelre
2021-05-25
1
-0
/
+1
|
/
*
[Keyboard] Preserve signedness from opt_encoder_handler for scroll data on pl...
sbuller
2021-03-24
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-02-15
5
-56
/
+71
|
\
|
*
[Keyboard] PloopyCo VIA updates (#11290)
Drashna Jaelre
2021-02-14
5
-56
/
+71
[next]