index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keyboards
/
lfkeyboards
/
smk65
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RGBLight animations to data driven (#21635)
Ryan
2023-08-23
2
-12
/
+13
*
rgblight: driver selection cleanups (#21558)
Ryan
2023-08-15
4
-2
/
+2
*
Eliminate `TMK_COMMON_*` in makefiles (#21517)
Ryan
2023-07-15
3
-18
/
+7
*
Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)
Ryan
2023-06-24
2
-3
/
+1
*
Move `RGBLED_NUM` to data driven (#21278)
Ryan
2023-06-18
4
-4
/
+6
*
Add missing layout data for a handful of boards (#20931)
Ryan
2023-05-16
2
-134
/
+57
*
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Ryan
2023-04-06
2
-1
/
+3
*
Move 65% layouts to data driven (#20308)
Ryan
2023-04-04
5
-146
/
+474
*
Remove useless "ifdef KEYBOARD_*" (#20078)
Ryan
2023-03-16
2
-24
/
+1
*
Remove some use of keymap.h (#20006)
Joel Challis
2023-03-03
1
-1
/
+0
*
Move backlight config to data driven (#19910)
Ryan
2023-02-26
2
-1
/
+3
*
Remove matrix size defines (#19581)
Ryan
2023-02-17
2
-8
/
+0
*
Remove unused RGBLight defines from config.h (#19859)
Ryan
2023-02-17
1
-15
/
+1
*
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Ryan
2023-02-08
4
-14
/
+6
*
Remove unused Bootmagic row/col defines from config.h (#19761)
Ryan
2023-02-07
2
-8
/
+0
*
Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)
Ryan
2023-02-06
2
-10
/
+0
*
Debounce defines cleanup (#19742)
Ryan
2023-02-03
2
-6
/
+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
2
-42
/
+0
*
Remove usages of config_common.h from config.h files. (#19714)
Nick Brassel
2023-01-31
2
-2
/
+0
*
Fix functions with empty params (#19647)
Ryan
2023-01-20
1
-1
/
+1
*
Migrate `LAYOUTS` to data driven (#19541)
Ryan
2023-01-10
2
-2
/
+1
*
Update use of legacy keycodes (#19120)
Joel Challis
2022-11-22
2
-6
/
+6
*
Remove .noci functionality (#19122)
Joel Challis
2022-11-21
2
-0
/
+0
*
Remove legacy Grave Escape keycodes (#18787)
Ryan
2022-10-20
3
-3
/
+3
*
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Drashna Jaelre
2022-10-15
2
-13
/
+10
*
Remove more RESET keycode references (#18252)
Joel Challis
2022-09-03
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into develop
fauxpark
2022-08-20
5
-15
/
+16
|
\
|
*
Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)
Ryan
2022-08-20
5
-15
/
+16
*
|
Remove `UNUSED_PINS` (#17931)
Nick Brassel
2022-08-06
2
-3
/
+0
|
/
*
RESET -> QK_BOOT default keymaps (#17037)
Joel Challis
2022-05-15
3
-4
/
+4
*
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...
Ryan
2022-03-15
2
-7
/
+1
*
Remove `action_function()` from LFKeyboards boards (#15993)
Ryan
2022-01-22
4
-169
/
+80
*
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
*
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
James Young
2021-11-05
1
-1
/
+1
*
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
*
Remove more cruft in keyboard files (#14288)
Ryan
2021-09-03
2
-20
/
+4
*
Merge remote-tracking branch 'upstream/master' into develop
fauxpark
2021-08-15
2
-4
/
+4
|
\
|
*
LFKeyboards: Replace `KC_FNx` with `F(x)` (#13999)
Ryan
2021-08-15
2
-4
/
+4
*
|
Remove Full Bootmagic (#13846)
James Young
2021-08-06
1
-1
/
+1
|
/
*
Audio system overhaul (#11820)
Drashna Jaelre
2021-02-15
1
-2
/
+1
*
Initial list of keyboards to exclude from CI (#11213)
Zach White
2020-12-21
2
-0
/
+0
*
Add smk65/revf support (#10434)
Joel Challis
2020-10-08
19
-333
/
+565
*
Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)
ridingqwerty
2020-01-30
2
-8
/
+8
*
Cleanup rules.mk for USB64 and USB128 keyboards (#6769)
fauxpark
2019-09-19
1
-1
/
+11
*
Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)
fauxpark
2019-09-05
1
-12
/
+0
*
Remove/migrate action_get_macro()s from default keymaps (#5625)
fauxpark
2019-07-15
2
-19
/
+0
*
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
Drashna Jaelre
2019-06-06
1
-1
/
+1
[next]