summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards
Commit message (Collapse)AuthorAgeFilesLines
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-283-151/+151
|
* Move encoder config to data driven (#19923)Ryan2023-02-264-7/+11
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-266-11/+12
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-222-5/+0
|
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-2/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-177-29/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-173-9/+4
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-082-10/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0814-42/+16
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-076-26/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-063-15/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-0310-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)Ryan2023-02-033-9/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-028-0/+420
|\
| * adding pi60 (#19431)ziptyze2023-02-028-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)Ryan2023-01-303-63/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3112-12/+0
| |
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-286-13/+0
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-108-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)Ryan2022-12-302-60/+60
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-5/+5
| |
* | [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-111-2/+2
|/
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-067-7/+7
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove rgblight_list.h (#18878)Ryan2022-10-271-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)jack2022-10-262-9/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-267-0/+405
|\
| * Addition of pi60_rgb to 1upkeyboards (#18633)ziptyze2022-10-267-0/+405
| |
* | Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-1/+1
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-204-5/+5
| | | | | | | | | | | | | | | | | | | | | | * `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
* | Remove legacy Debug keycode (#18769)Ryan2022-10-195-5/+5
| | | | | | | | | | | | | | | | | | | | | | * `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
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-163-4/+4
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1510-10/+10
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-155-16/+50
| |
* | Fix compilation of 1upkeyboards on develop (#18618)Dasky2022-10-063-133/+132
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0531-177/+914
|\|
| * Product changes to 1up lineup (#18382)ziptyze2022-10-0531-177/+914
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-233-3/+3
|/
* [Keyboard] Add pi40 (#18207)ziptyze2022-09-1512-0/+1235
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-218-11/+11
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-148-18/+23
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)Ryan2022-08-138-18/+23
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-068-8/+0
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-241-1/+2
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1510-10/+10
|
* [Keyboard] super16 update (#16494)ziptyze2022-04-126-23/+156
|