Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keebio NyquistPad Layout Updates (#22000) | James Young | 2023-09-13 | 3 | -11/+51 |
| | | | | | | | | | * Rename `LAYOUT` to `LAYOUT_ortho_5x6` [refactor] * Add `LAYOUT_ortho_5x6_1x2u` [enhancement] | ||||
* | Move RGBLight animations to data driven (#21635) | Ryan | 2023-08-23 | 58 | -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) | Ryan | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 13 | -13/+13 |
| | |||||
* | Fix layout offsets for a handful of boards (#21636) | Ryan | 2023-07-31 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-25 | 7 | -0/+262 |
|\ | |||||
| * | Add Nyquistpad (#21578) | Danny | 2023-07-24 | 7 | -0/+262 |
| | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | backlight: split AVR PWM and timer drivers (#21540) | Ryan | 2023-07-21 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-07-21 | 15 | -58/+188 |
|\| | |||||
| * | Move files to rev1 folder, add rev2 (#21563) | Danny | 2023-07-20 | 15 | -57/+188 |
| | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
* | | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | 2023-07-06 | 1 | -2/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-06 | 9 | -50/+375 |
|\| | |||||
| * | [Keyboard] Add Nyquist Rev. 4 (#21421) | Danny | 2023-07-06 | 9 | -50/+375 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-06 | 2 | -20/+29 |
|\| | |||||
| * | [Keymap] small changes, game layer for mattly keymap (#21375) | Matthew Lyon | 2023-07-05 | 2 | -20/+29 |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Fix encoder map declarations (#21435) | Joel Challis | 2023-07-03 | 2 | -2/+2 |
| | | |||||
* | | Reduce `keebio/bamfk1:via` firmware size (#21432) | Joel Challis | 2023-07-02 | 1 | -2/+2 |
| | | |||||
* | | Move miscellaneous defines to data driven (#21382) | Ryan | 2023-07-02 | 2 | -1/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-01 | 5 | -2/+304 |
|\| | |||||
| * | Add Iris Rev. 8 (#21392) | Danny | 2023-06-30 | 5 | -2/+304 |
| | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
* | | Move `TAP_CODE_DELAY` to data driven (#21363) | Ryan | 2023-06-25 | 4 | -4/+6 |
| | | |||||
* | | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan | 2023-06-24 | 28 | -43/+28 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel | 2023-06-23 | 2 | -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 develop | QMK Bot | 2023-06-21 | 2 | -181/+95 |
|\| | |||||
| * | Keebio Cepstrum Configurator Touch-Up (#21310) | James Young | 2023-06-21 | 2 | -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) | jack | 2023-06-19 | 9 | -124/+32 |
| | | |||||
* | | Remove default `TAPPING_TERM` from keyboard config.h (#21284) | Ryan | 2023-06-18 | 2 | -4/+0 |
| | | |||||
* | | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 78 | -63/+60 |
| | | |||||
* | | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan | 2023-06-16 | 20 | -11/+25 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-14 | 8 | -0/+1245 |
|\| | |||||
| * | Add Sinc Rev. 4 (#21130) | Danny | 2023-06-14 | 8 | -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) | Ryan | 2023-06-14 | 16 | -10/+8 |
| | | |||||
* | | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan | 2023-06-06 | 46 | -25/+67 |
| | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Unicodemap keycodes rename (#21092) | Ryan | 2023-06-01 | 4 | -14/+14 |
|/ | |||||
* | Encoder map: NUM_DIRECTIONS (#21066) | Nick Brassel | 2023-05-28 | 1 | -1/+2 |
| | |||||
* | Fix up `keebio/cepstrum` (#21062) | Nick Brassel | 2023-05-27 | 1 | -1/+0 |
| | |||||
* | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 14 | -11/+9 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-24 | 3 | -1/+11 |
|\ | |||||
| * | Add encoder map FoldKB in VIA (#21038) | Danny | 2023-05-24 | 3 | -1/+11 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-18 | 1 | -1/+1 |
|\| | |||||
| * | Define RGB_DI_PIN directly instead of using another define (#20983) | Danny | 2023-05-18 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-18 | 10 | -0/+502 |
|\| | |||||
| * | Add Cepstrum Rev. 1 Keyboard (#20721) | Danny | 2023-05-18 | 10 | -0/+502 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Clean up trailing commas from info.json (#20812) | Ryan | 2023-05-09 | 1 | -1/+1 |
| | | |||||
* | | Even more `info.json` whitespace cleanups (#20703) | Ryan | 2023-05-04 | 2 | -28/+28 |
| | | |||||
* | | Remove more junk files and scripts (#20682) | Ryan | 2023-05-03 | 2 | -4/+0 |
| | | |||||
* | | More `info.json` whitespace cleanups (#20665) | Ryan | 2023-05-03 | 7 | -182/+182 |
| | | |||||
* | | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 5 | -72/+71 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-30 | 4 | -0/+201 |
|\| | |||||
| * | Adding my keymap (#20345) | Jesse Estes | 2023-04-30 | 4 | -0/+201 |
| | |