index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keyboards
/
mechwild
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move single `LAYOUT_all`s to data driven (#20430)
Ryan
2023-04-15
3
-42
/
+53
*
Move single `LAYOUT`s to data driven (#20365)
Ryan
2023-04-12
15
-524
/
+344
*
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Ryan
2023-04-06
16
-10
/
+30
*
Move small macropad-ish layouts to data driven (#20341)
Ryan
2023-04-05
5
-94
/
+57
*
Add core/fallback encoder behaviour (#20320)
jack
2023-04-03
4
-67
/
+0
*
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
precondition
2023-04-03
6
-13
/
+0
*
Remove `RGB_DI_PIN` ifdefs (#20218)
Ryan
2023-03-23
6
-12
/
+0
*
Remove more empty headers (#20155)
Ryan
2023-03-17
2
-19
/
+1
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2023-03-16
1
-1
/
+1
|
\
|
*
[Keymap] Sugarglider VIA keymap enhancement (#20140)
Kyle McCreery
2023-03-16
1
-1
/
+1
*
|
Remove useless "ifdef KEYBOARD_*" (#20078)
Ryan
2023-03-16
1
-4
/
+0
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2023-03-15
20
-0
/
+1165
|
\
|
|
*
[Keyboard] New Keyboard - Sugar Glider (#19933)
Kyle McCreery
2023-03-15
20
-0
/
+1165
*
|
Adjust offset for some layouts (#20075)
Ryan
2023-03-13
2
-100
/
+104
*
|
Move matrix config to info.json, part 7 (#20020)
Ryan
2023-03-11
16
-98
/
+40
|
/
*
Move encoder config to data driven (#19923)
Ryan
2023-02-26
18
-53
/
+47
*
Reallocate SAFE_RANGE (#19909)
Joel Challis
2023-02-23
1
-1
/
+0
*
VIA Protocol 12 + fixes (#19916)
Nick Brassel
2023-02-23
1
-5
/
+1
*
Move `SOFT_SERIAL_PIN` to data driven (#19863)
Ryan
2023-02-17
4
-8
/
+6
*
Remove matrix size defines (#19581)
Ryan
2023-02-17
8
-32
/
+0
*
Move LED indicator config to data driven (#19800)
Ryan
2023-02-17
6
-12
/
+12
*
Move Bootmagic config to data driven (#19860)
Ryan
2023-02-17
4
-8
/
+6
*
Remove unused RGBLight defines from config.h (#19859)
Ryan
2023-02-17
6
-36
/
+0
*
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Ryan
2023-02-08
24
-90
/
+34
*
Remove unused Bootmagic row/col defines from config.h (#19761)
Ryan
2023-02-07
5
-22
/
+0
*
Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)
Ryan
2023-02-06
6
-31
/
+0
*
Remove `IS_HOST_LED_ON` and migrate usages (#19753)
Ryan
2023-02-06
3
-5
/
+6
*
Debounce defines cleanup (#19742)
Ryan
2023-02-03
9
-25
/
+0
*
Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)
Ryan
2023-02-03
2
-6
/
+0
*
Clean up Force NKRO in config.h (#19718)
Ryan
2023-01-30
5
-103
/
+0
*
Remove usages of config_common.h from config.h files. (#19714)
Nick Brassel
2023-01-31
10
-10
/
+0
*
Fix functions with empty params (#19647)
Ryan
2023-01-20
1
-1
/
+1
*
Remove useless line continuations (#19399)
Ryan
2022-12-30
3
-22
/
+0
*
Tap Dance: remove `qk_` prefix (#19313)
Ryan
2022-12-14
3
-9
/
+9
*
Update use of legacy keycodes (#19120)
Joel Challis
2022-11-22
4
-8
/
+8
*
Remove more `UNUSED_PINS` defines (#18940)
Ryan
2022-11-03
1
-1
/
+0
*
Normalise Space Cadet keycodes (#18864)
Ryan
2022-10-27
1
-2
/
+2
*
Remove legacy Grave Escape keycodes (#18787)
Ryan
2022-10-20
13
-13
/
+13
*
Remove legacy EEPROM clear keycodes (#18782)
Ryan
2022-10-20
1
-1
/
+1
*
Remove legacy keycodes, part 5 (#18710)
Ryan
2022-10-15
8
-12
/
+12
*
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Drashna Jaelre
2022-10-15
2
-24
/
+20
*
Remove legacy keycodes, part 4 (#18683)
Ryan
2022-10-13
2
-2
/
+2
*
Remove legacy keycodes, part 2 (#18660)
Ryan
2022-10-10
6
-7
/
+7
*
RESET -> QK_BOOT user keymaps (#18560)
Joel Challis
2022-10-01
2
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into develop
Joshua Diamond
2022-09-18
1
-1
/
+1
|
\
|
*
FIx ARRAYSIZE def and Murphpad string array (#18392)
jonavin
2022-09-18
1
-1
/
+1
*
|
Use a macro to compute the size of arrays at compile time (#18044)
Jeff Epler
2022-08-30
5
-5
/
+5
|
/
*
[Keyboard] mechwild/bde cleanup and refactor (#18149)
Less/Rikki
2022-08-28
42
-509
/
+501
*
Add eeprom defaults for tinyuf2 bootloader (#18042)
Joel Challis
2022-08-25
3
-103
/
+0
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-08-24
3
-1
/
+2
|
\
[next]