summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio
Commit message (Collapse)AuthorAgeFilesLines
* Keebio NyquistPad Layout Updates (#22000)James Young2023-09-133-11/+51
| | | | | | | | | * Rename `LAYOUT` to `LAYOUT_ortho_5x6` [refactor] * Add `LAYOUT_ortho_5x6_1x2u` [enhancement]
* Move RGBLight animations to data driven (#21635)Ryan2023-08-2358-378/+376
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix keyboards with old RGB driver names (#21815)Ryan2023-08-231-1/+1
|
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-2313-13/+13
|
* Fix layout offsets for a handful of boards (#21636)Ryan2023-07-311-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-257-0/+262
|\
| * Add Nyquistpad (#21578)Danny2023-07-247-0/+262
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | backlight: split AVR PWM and timer drivers (#21540)Ryan2023-07-211-0/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-07-2115-58/+188
|\|
| * Move files to rev1 folder, add rev2 (#21563)Danny2023-07-2015-57/+188
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-061-2/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-069-50/+375
|\|
| * [Keyboard] Add Nyquist Rev. 4 (#21421)Danny2023-07-069-50/+375
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-062-20/+29
|\|
| * [Keymap] small changes, game layer for mattly keymap (#21375)Matthew Lyon2023-07-052-20/+29
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Fix encoder map declarations (#21435)Joel Challis2023-07-032-2/+2
| |
* | Reduce `keebio/bamfk1:via` firmware size (#21432)Joel Challis2023-07-021-2/+2
| |
* | Move miscellaneous defines to data driven (#21382)Ryan2023-07-022-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-015-2/+304
|\|
| * Add Iris Rev. 8 (#21392)Danny2023-06-305-2/+304
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-254-4/+6
| |
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2428-43/+28
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-232-4/+0
| | | | | | | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-212-181/+95
|\|
| * Keebio Cepstrum Configurator Touch-Up (#21310)James Young2023-06-212-181/+95
| | | | | | | | | | | | | | | | | | | | | | * [enhancement] remove redundant layout data Remove the redundant layout data from the keyboard-level `info.json`. * [enhancement] correct JSON syntax in rev1/info.json * [enhancement] friendly-format rev1/info.json * [enhancement] correct layout data
* | Remove encoder in-matrix workaround code (#20389)jack2023-06-199-124/+32
| |
* | Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan2023-06-182-4/+0
| |
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1878-63/+60
| |
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-1620-11/+25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-148-0/+1245
|\|
| * Add Sinc Rev. 4 (#21130)Danny2023-06-148-0/+1245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fork Rev. 3 to 4 * Update RGB LED positions * Adjust RGB positions * Enable more RGB modes * Update copyrights * Add license headers to keymaps * Use same type of license header Co-authored-by: Joel Challis <git@zvecr.com> * Fix I2C pins --------- Co-authored-by: Joel Challis <git@zvecr.com>
* | Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-1416-10/+8
| |
* | Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-0646-25/+67
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Unicodemap keycodes rename (#21092)Ryan2023-06-014-14/+14
|/
* Encoder map: NUM_DIRECTIONS (#21066)Nick Brassel2023-05-281-1/+2
|
* Fix up `keebio/cepstrum` (#21062)Nick Brassel2023-05-271-1/+0
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-2714-11/+9
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-243-1/+11
|\
| * Add encoder map FoldKB in VIA (#21038)Danny2023-05-243-1/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-181-1/+1
|\|
| * Define RGB_DI_PIN directly instead of using another define (#20983)Danny2023-05-181-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-1810-0/+502
|\|
| * Add Cepstrum Rev. 1 Keyboard (#20721)Danny2023-05-1810-0/+502
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Clean up trailing commas from info.json (#20812)Ryan2023-05-091-1/+1
| |
* | Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-042-28/+28
| |
* | Remove more junk files and scripts (#20682)Ryan2023-05-032-4/+0
| |
* | More `info.json` whitespace cleanups (#20665)Ryan2023-05-037-182/+182
| |
* | `info.json` whitespace cleanups (#20651)Ryan2023-05-025-72/+71
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-304-0/+201
|\|
| * Adding my keymap (#20345)Jesse Estes2023-04-304-0/+201
| |