Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ferris 0.2 #12133

Merged
merged 10 commits into from
Apr 18, 2021
Merged

Add ferris 0.2 #12133

merged 10 commits into from
Apr 18, 2021

Commits on Mar 6, 2021

  1. Ferris 0.1: simplify matrix.c

    Use higher level functions of the i2c API to simplify my matrix.c
    implementation.
    pierrechevalier83 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    d0656eb View commit details
    Browse the repository at this point in the history
  2. Ferris: add support for the 0.2 revision

    The Ferris 0.2 switches from an atmega32u4 chip to an stm32f072 chip.
    
    Write firmware for this. The most challenging bit was to configure i2c
    as the hardware uses the i2c2 pins: PB10 and PB11 which is uncommon.
    
    The ferris bling has backlighting leds which are not supported yet.
    Support will come in a later PR.
    pierrechevalier83 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    3c831a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cddc34b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    78f6705 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Update keyboards/ferris/0_2/readme.md

    Co-authored-by: Ryan <fauxpark@gmail.com>
    pierrechevalier83 and fauxpark authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    112c92a View commit details
    Browse the repository at this point in the history
  2. Update keyboards/ferris/readme.md

    Co-authored-by: Ryan <fauxpark@gmail.com>
    pierrechevalier83 and fauxpark authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    dc7c196 View commit details
    Browse the repository at this point in the history
  3. Update keyboards/ferris/sweep/readme.md

    Co-authored-by: Ryan <fauxpark@gmail.com>
    pierrechevalier83 and fauxpark authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    3cb4f27 View commit details
    Browse the repository at this point in the history
  4. Update keyboards/ferris/keymaps/test/readme.md

    Co-authored-by: Ryan <fauxpark@gmail.com>
    pierrechevalier83 and fauxpark authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    70747dd View commit details
    Browse the repository at this point in the history
  5. Update keyboards/ferris/0_1/readme.md

    Co-authored-by: Ryan <fauxpark@gmail.com>
    pierrechevalier83 and fauxpark authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    8604aef View commit details
    Browse the repository at this point in the history
  6. Update keyboards/ferris/0_2/config.h

    Co-authored-by: Ryan <fauxpark@gmail.com>
    pierrechevalier83 and fauxpark authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    85fa403 View commit details
    Browse the repository at this point in the history