summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] add 1upkeyboards 1upslider8 (#21546)ziptyze2023-09-1511-0/+658
| | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add 1upkeyboards Super16v3 (#21665)ziptyze2023-09-028-0/+291
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Move RGBLight animations to data driven (#21635)Ryan2023-08-2310-62/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-2313-14/+12
|
* OLED: driver naming cleanups (#21710)Ryan2023-08-152-2/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-093-0/+328
|\
| * Userspace and keymap addition (#20522)miketronic2023-07-093-0/+328
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-098-0/+262
|\|
| * 1upocarina (#21039)ziptyze2023-07-098-0/+262
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-064-8/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-043-5/+5
|\|
| * [Keyboard] Update 1upkeyboards pi60 config (#21404)ziptyze2023-07-043-5/+5
| |
* | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-31/+0
| |
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2410-15/+10
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1812-8/+12
| |
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-164-2/+6
|/
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-273-3/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Tidy up encoder_map directions (#20847)Joel Challis2023-05-102-2/+2
|
* Fixup 1upkeyboards/pi50 (#20733)jack2023-05-063-62/+58
|
* 1upkeyboards/pi50 WS2812_DI_PIN patch for develop (#20731)Tom Barnes2023-05-051-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-0418-0/+1362
|\
| * [Keyboard] Add 1upkeyboards pi50 (#20242)ziptyze2023-05-0418-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)Ryan2023-05-048-651/+651
| |
* | `info.json` whitespace cleanups (#20651)Ryan2023-05-0210-211/+204
| |
* | Move 60% layouts to data driven (#20477)Ryan2023-04-272-171/+122
| |
* | Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-156-40/+10
| |
* | Encodermap direction define. (#20454)Nick Brassel2023-04-156-6/+6
| |
* | Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan2023-04-152-38/+67
| |
* | Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-143-3/+3
| |
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-2/+6
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0626-13/+28
| |
* | Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-2910-158/+101
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-292-144/+467
| |
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-2612-6/+21
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-236-12/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2023-03-1715-236/+523
|\|
| * [Keyboard] 1upkeyboards/pi40 update (#20066)ziptyze2023-03-1715-235/+522
| |
* | Remove more empty headers (#20155)Ryan2023-03-174-36/+0
| |
* | Move matrix config to info.json, part 1 (#19985)Ryan2023-03-0514-83/+35
| |
* | 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
|