Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 3 | -3/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Tidy up encoder_map directions (#20847) | Joel Challis | 2023-05-10 | 2 | -2/+2 |
| | |||||
* | Fixup 1upkeyboards/pi50 (#20733) | jack | 2023-05-06 | 3 | -62/+58 |
| | |||||
* | 1upkeyboards/pi50 WS2812_DI_PIN patch for develop (#20731) | Tom Barnes | 2023-05-05 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-04 | 18 | -0/+1362 |
|\ | |||||
| * | [Keyboard] Add 1upkeyboards pi50 (#20242) | ziptyze | 2023-05-04 | 18 | -0/+1362 |
| | | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Even more `info.json` whitespace cleanups (#20703) | Ryan | 2023-05-04 | 8 | -651/+651 |
| | | |||||
* | | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 10 | -211/+204 |
| | | |||||
* | | Move 60% layouts to data driven (#20477) | Ryan | 2023-04-27 | 2 | -171/+122 |
| | | |||||
* | | Fix info.json LTO and format encoder definitions (#20456) | Ryan | 2023-04-15 | 6 | -40/+10 |
| | | |||||
* | | Encodermap direction define. (#20454) | Nick Brassel | 2023-04-15 | 6 | -6/+6 |
| | | |||||
* | | Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438) | Ryan | 2023-04-15 | 2 | -38/+67 |
| | | |||||
* | | Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417) | Ryan | 2023-04-14 | 3 | -3/+3 |
| | | |||||
* | | 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 | 26 | -13/+28 |
| | | |||||
* | | Move ortho & numpad layouts to data driven (#20183) | Ryan | 2023-03-29 | 10 | -158/+101 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Fix layouts containing keys with multiple matrix positions (#20191) | Ryan | 2023-03-29 | 2 | -144/+467 |
| | | |||||
* | | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 12 | -6/+21 |
| | | |||||
* | | Remove `RGB_DI_PIN` ifdefs (#20218) | Ryan | 2023-03-23 | 6 | -12/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2023-03-17 | 15 | -236/+523 |
|\| | |||||
| * | [Keyboard] 1upkeyboards/pi40 update (#20066) | ziptyze | 2023-03-17 | 15 | -235/+522 |
| | | |||||
* | | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 4 | -36/+0 |
| | | |||||
* | | Move matrix config to info.json, part 1 (#19985) | Ryan | 2023-03-05 | 14 | -83/+35 |
| | | |||||
* | | Remove `"w":1` and `"h":1` from info.json (#19961) | Ryan | 2023-02-28 | 3 | -151/+151 |
|/ | |||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 4 | -7/+11 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 6 | -11/+12 |
| | |||||
* | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 2023-02-22 | 2 | -5/+0 |
| | |||||
* | Add some missing `#pragma once`s (#19902) | Ryan | 2023-02-21 | 1 | -2/+0 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 7 | -29/+0 |
| | |||||
* | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 3 | -9/+4 |
| | |||||
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | 2023-02-08 | 2 | -10/+0 |
| | | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h | ||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 14 | -42/+16 |
| | |||||
* | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 6 | -26/+0 |
| | |||||
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 3 | -15/+0 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 10 | -23/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 3 | -9/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-02 | 8 | -0/+420 |
|\ | |||||
| * | adding pi60 (#19431) | ziptyze | 2023-02-02 | 8 | -0/+420 |
| | | | | | | | | | | | | | | * updates to 1up product line Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com> | ||||
* | | Clean up Force NKRO in config.h (#19718) | Ryan | 2023-01-30 | 3 | -63/+0 |
| | | |||||
* | | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 12 | -12/+0 |
| | | |||||
* | | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 6 | -13/+0 |
| | | |||||
* | | Migrate `LAYOUTS` to data driven (#19541) | Ryan | 2023-01-10 | 8 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z | ||||
* | | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 2 | -60/+60 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 1 | -5/+5 |
| | | |||||
* | | [RP2040] update i2c drivers to reflect peripheral number (#19277) | Stefan Kerkmann | 2022-12-11 | 1 | -2/+2 |
|/ | |||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 1 | -0/+0 |
| | |||||
* | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 7 | -7/+7 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Remove rgblight_list.h (#18878) | Ryan | 2022-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | ||||
* | Fixup 1upkeyboards/pi60_rgb (#18858) | jack | 2022-10-26 | 2 | -9/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-26 | 7 | -0/+405 |
|\ |