index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keyboards
/
owlab
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix encoder map declarations (#21435)
Joel Challis
2023-07-03
4
-4
/
+4
*
Move `TAP_CODE_DELAY` to data driven (#21363)
Ryan
2023-06-25
4
-4
/
+6
*
Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)
Ryan
2023-06-24
10
-15
/
+10
*
Remove encoder in-matrix workaround code (#20389)
jack
2023-06-19
12
-750
/
+76
*
Move `RGBLED_NUM` to data driven (#21278)
Ryan
2023-06-18
10
-5
/
+11
*
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Ryan
2023-05-27
7
-6
/
+7
*
`info.json` whitespace cleanups (#20651)
Ryan
2023-05-02
3
-3
/
+3
*
Move `FORCE_NKRO` to data driven (#20604)
Ryan
2023-05-01
14
-64
/
+14
*
Move remaining `LAYOUT_all`s to data driven (#20463)
Ryan
2023-04-27
2
-230
/
+206
*
Move miscellaneous layouts to data driven (#20516)
Ryan
2023-04-25
2
-123
/
+101
*
Move single `LAYOUT`s to data driven (#20365)
Ryan
2023-04-12
5
-220
/
+167
*
Move `RGB_MATRIX_DRIVER` to data driven (#20350)
Ryan
2023-04-08
4
-2
/
+6
*
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Ryan
2023-04-06
10
-5
/
+15
*
Move 75% and 96% layouts to data driven (#20289)
Ryan
2023-04-05
2
-316
/
+261
*
Move 65% layouts to data driven (#20308)
Ryan
2023-04-04
4
-578
/
+504
*
Remove `RGB_DI_PIN` ifdefs (#20218)
Ryan
2023-03-23
5
-12
/
+0
*
Remove more empty headers (#20155)
Ryan
2023-03-17
4
-72
/
+0
*
Fix layout macro keys with no matrix position (#20033)
Ryan
2023-03-13
1
-1
/
+1
*
Move matrix config to info.json, part 2 (#19987)
Ryan
2023-03-10
14
-55
/
+35
*
Move encoder config to data driven (#19923)
Ryan
2023-02-26
4
-8
/
+10
*
Remove matrix size defines (#19581)
Ryan
2023-02-17
7
-28
/
+0
*
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Ryan
2023-02-08
14
-42
/
+14
*
Debounce defines cleanup (#19742)
Ryan
2023-02-03
7
-21
/
+0
*
Clean up Force NKRO in config.h (#19718)
Ryan
2023-01-30
6
-18
/
+7
*
Remove usages of config_common.h from config.h files. (#19714)
Nick Brassel
2023-01-31
7
-7
/
+0
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2023-01-20
4
-8
/
+11
|
\
|
*
Refactor some layouts which contain keyboard name (#19642)
Joel Challis
2023-01-20
4
-8
/
+11
*
|
Migrate `LAYOUTS` to data driven (#19541)
Ryan
2023-01-10
4
-4
/
+2
|
/
*
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)
Ryan
2022-11-27
2
-2
/
+2
*
Remove legacy keycodes, part 5 (#18710)
Ryan
2022-10-15
6
-6
/
+6
*
Fix Per Key LED Indicator Callbacks (#18450)
Drashna Jaelre
2022-10-04
2
-70
/
+72
*
Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)
Ryan
2022-09-26
2
-2
/
+0
*
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Ryan
2022-09-23
4
-4
/
+4
*
Move keyboard USB IDs and strings to data driven: O (#17874)
Ryan
2022-08-02
14
-56
/
+48
*
RESET -> QK_BOOT default keymaps (#17037)
Joel Challis
2022-05-15
14
-14
/
+14
*
[Keyboard] Add OwLab Spring (#15614)
owlab-git
2022-01-12
9
-0
/
+437
*
Tidy up NKRO_ENABLE rules (#15382)
Ryan
2021-12-09
6
-12
/
+6
*
Tidy up `SLEEP_LED_ENABLE` rules (#15362)
Ryan
2021-12-01
6
-12
/
+0
*
Require explicit enabling of RGB Matrix modes (#15018)
Drashna Jaelre
2021-11-15
2
-0
/
+97
*
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
James Young
2021-11-05
4
-4
/
+4
*
Clean up LED/RGB Matrix driver config (#14760)
Ryan
2021-10-10
2
-8
/
+4
*
[Keyboard] Fix end of file issue for Owlab suit80 (#14640)
Drashna Jaelre
2021-09-29
1
-26
/
+26
*
[Keyboard] Add OwLab Suit80 (#14362)
owlab-git
2021-09-28
18
-0
/
+789
*
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)
Ryan
2021-09-12
4
-4
/
+0
*
Remove width, height and key_count from info.json (#14274)
Ryan
2021-09-12
3
-8
/
+2
*
Remove bootloader listings from rules.mk (#14330)
Ryan
2021-09-10
2
-2
/
+2
*
[Keyboard] Fix rotary encoder function for Voice65 (#14316)
kb-elmo
2021-09-05
6
-37
/
+62
*
OwLab Voice65 Hotswap: 65_ansi_blocker Community Layout support (#14293)
James Young
2021-09-03
5
-10
/
+13
*
[Keyboard] Add OwLab Jelly Epoch (#14190)
kb-elmo
2021-08-30
20
-2
/
+907
*
Updated RGB Matrix suspend define part 3 (#13954)
Drashna Jaelre
2021-08-22
2
-20
/
+20
[next]