Ryan
7e0299117b
Move encoder config to data driven ( #19923 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
Ryan
314f6c1ddb
Move backlight config to data driven ( #19910 )
3 years ago
Joel Challis
961f0b7b2d
Reallocate SAFE_RANGE ( #19909 )
3 years ago
Ryan
26854f5940
Remove default and unused `BACKLIGHT_LEVELS` ( #19898 )
3 years ago
Ryan
499fc3b85e
Add some missing `#pragma once`s ( #19902 )
3 years ago
Ryan
e837a32b2b
Move layouts for direct_pins boards to data driven ( #19872 )
3 years ago
Ryan
ccb6c908dd
Remove `SOFT_SERIAL_PIN` for non-split boards ( #19774 )
...
* Remove `SOFT_SERIAL_PIN` for non-split boards
* Delete more empty config.h
3 years ago
Ryan
53b7dbe671
Remove unused `LOCKING_SUPPORT_ENABLE` from config.h ( #19748 )
3 years ago
Ryan
ebb512db82
Debounce defines cleanup ( #19742 )
...
* Clean up `DEBOUNCE` in config.h, 0-9
* Clean up `DEBOUNCE` in config.h, A
* Clean up `DEBOUNCE` in config.h, B
* Clean up `DEBOUNCE` in config.h, C
* Clean up `DEBOUNCE` in config.h, D
* Clean up `DEBOUNCE` in config.h, E
* Clean up `DEBOUNCE` in config.h, F
* Clean up `DEBOUNCE` in config.h, G
* Clean up `DEBOUNCE` in config.h, H
* Clean up `DEBOUNCE` in config.h, handwired
* Clean up `DEBOUNCE` in config.h, I
* Clean up `DEBOUNCE` in config.h, J
* Clean up `DEBOUNCE` in config.h, K
* Clean up `DEBOUNCE` in config.h, L
* Clean up `DEBOUNCE` in config.h, M
* Clean up `DEBOUNCE` in config.h, N
* Clean up `DEBOUNCE` in config.h, O
* Clean up `DEBOUNCE` in config.h, P
* Clean up `DEBOUNCE` in config.h, Q
* Clean up `DEBOUNCE` in config.h, R
* Clean up `DEBOUNCE` in config.h, S
* Clean up `DEBOUNCE` in config.h, T
* Clean up `DEBOUNCE` in config.h, U
* Clean up `DEBOUNCE` in config.h, V
* Clean up `DEBOUNCE` in config.h, W
* Clean up `DEBOUNCE` in config.h, X
* Clean up `DEBOUNCE` in config.h, Y
* Clean up `DEBOUNCE` in config.h, Z
* Remove default debounce from info.json
* Migrate non-default debounce to info.json
3 years ago
Ryan
b867522f8c
Clean up Force NKRO in config.h ( #19718 )
3 years ago
Nick Brassel
f6dd8dea2e
Remove usages of config_common.h from config.h files. ( #19714 )
3 years ago
Ryan
b727434391
Remove commented out backlight config & stray "backlight levels" ( #19703 )
3 years ago
Ryan
801d2ff940
Remove useless line continuations ( #19399 )
3 years ago
Joel Challis
fe577daf96
Remove .noci functionality ( #19122 )
3 years ago
Ryan
8b658dcc9a
Normalise MIDI keycodes ( #18972 )
...
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG`
* `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND`
* `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD`
* `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD`
* `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD`
* Misc controls
* Note keycodes
* Add legacy keycodes
* Regenerate keycodes
* Typo
3 years ago
Nick Brassel
219afaba42
Reworked backlight keycodes. ( #18961 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Ryan
002b58f0e4
Normalise Space Cadet keycodes ( #18864 )
3 years ago
Ryan
1cb1a5a374
Remove legacy Grave Escape keycodes ( #18787 )
3 years ago
Ryan
c347e732be
Remove legacy EEPROM clear keycodes ( #18782 )
...
* `EEP_RST` -> `EE_CLR`, default-ish keymaps
* `EEP_RST` -> `EE_CLR`, user keymaps
* `EEP_RST` -> `EE_CLR`, community layouts
* `EEP_RST` -> `EE_CLR`, userspace
* `EEP_RST` -> `EE_CLR`, docs & core
3 years ago
Ryan
18dc851e37
Remove legacy Debug keycode ( #18769 )
...
* `DEBUG` -> `DB_TOGG`, default-ish keymaps
* `DEBUG` -> `DB_TOGG`, user keymaps
* `DEBUG` -> `DB_TOGG`, community layouts
* `DEBUG` -> `DB_TOGG`, userspace
* `DEBUG` -> `DB_TOGG`, docs & core
3 years ago
Ryan
5e4b076af3
Remove legacy keycodes, part 5 ( #18710 )
...
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
3 years ago
Drashna Jaelre
d021bedf50
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F ( #18725 )
3 years ago
Drashna Jaelre
be1c9af209
Update info.json configs to explicitly list RGBLIGHT animations ( #18730 )
3 years ago
Ryan
4b2d71de52
Remove legacy international keycodes ( #18588 )
3 years ago
Ryan
36c410592d
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` ( #18399 )
3 years ago
QMK Bot
fea65c9856
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Joel Challis
5c0e87608f
Remove more RESET keycode references ( #18252 )
3 years ago
Ryan
50c4ca3426
Ensure all keyboards have a bootloader set ( #18234 )
3 years ago
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
3 years ago
QMK Bot
93914142a3
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Joel Challis
c6ad38e79f
RESET -> QK_BOOT default keymaps ( #17939 )
3 years ago
Drashna Jaelre
0da6562c4d
Make default layer size 16-bit ( #15286 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
4 years ago
Joel Challis
b7771ec25b
RESET -> QK_BOOT default keymaps ( #17037 )
4 years ago
Ryan
764dc18a81
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ( #16655 )
4 years ago
QMK Bot
4d3ce3cdf8
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Ryan
60f22831cb
clueboard/card: disable Command to reduce size ( #16404 )
4 years ago
Drashna Jaelre
8776b4b088
[Keyboard] Fix erroneous SRC for Clueboard 66 hotswap ( #16007 )
4 years ago
Ryan
c72ed7c024
CLI: Parse USB device version BCD ( #14580 )
...
* CLI: Parse USB device version BCD
* Apply suggestions
4 years ago
Dasky
08a42dc72c
Fix broken bootloader builds in develop. ( #15880 )
4 years ago
Ryan
99b35940bc
Remove unnecessary backslash-escapes in default keymaps ( #15472 )
...
* Remove unnecessary backslash-escapes in default keymaps
* Remove unnecessary backslash-escapes in via keymaps
* Remove unnecessary backslash-escapes in default-ish keymaps
4 years ago
Ryan
f718a10889
Fix up build options comments ( #15463 )
4 years ago
Ryan
a8d440e4e0
Tidy up NKRO_ENABLE rules ( #15382 )
4 years ago
Ryan
315fb6e724
Remove empty config.h from default-ish keymaps ( #15429 )
4 years ago
Ryan
7f90cb1781
Remove references to Makefile in keyboard-level rules.mk ( #15427 )
4 years ago
Joel Challis
d2ccd62b57
Remove manual enable of LTO within keyboards ( #15377 )
4 years ago
Ryan
c12b997679
Tidy up `SLEEP_LED_ENABLE` rules ( #15362 )
4 years ago
Joel Challis
282e916d86
Remove use of __flash due to LTO issues ( #15268 )
4 years ago
Drashna Jaelre
160b0558f5
Require explicit enabling of RGB Matrix modes ( #15018 )
4 years ago
Joel Challis
2d0ed4367b
Remove deprecated KEYMAP alias ( #15037 )
...
* Remove deprecated KEYMAP alias
* Remove some KEYMAP references
* Remove some KEYMAP references
4 years ago
QMK Bot
e5d48f6d16
Merge remote-tracking branch 'origin/master' into develop
4 years ago