Browse Source

update information.

pull/23392/head
liuhy 2 weeks ago
parent
commit
b0d04aab0f
2 changed files with 21 additions and 3 deletions
  1. +10
    -0
      keyboards/essemi/fs026/mcuconf.h
  2. +11
    -3
      keyboards/essemi/fs026/readme.md

+ 10
- 0
keyboards/essemi/fs026/mcuconf.h View File

@ -17,6 +17,16 @@
#ifndef MCUCONF_H
#define MCUCONF_H
#define ES32_FS026_MCUCONF
/*
* HAL driver system settings.
*/
//Temporarily not supported.
//System_clock = 72M
//Peripheral_clock1(TIMER,SPI,I2C...) = 72M
//Peripheral_clock2(USB) = 48M
/*
* PWM driver system settings.
*/


+ 11
- 3
keyboards/essemi/fs026/readme.md View File

@ -1,12 +1,12 @@
# FS026
Supported Hardware: *FS026 PDS*.
Supported Hardware: *ES32-PDS-ES32F0283-V1.1*.(FS026 and ES32F0283 share the same librariy)
This is a 17x6 keyboard with WS2812B key lighting.
It's designed for a modular keyboard mount using an FSO26.
It's designed for a modular keyboard mount using an FS026(ES32F0283).
* Keyboard Maintainer: [liuhy](https://github.com/liuhy-2020)
* Hardware Supported: *ES-PDS, FS026*
* Hardware Supported: *ES-PDS, FS026(ES32F0283)*
* Hardware Availability: *https://www.essemi.com/*
Make example for this keyboard (after setting up your build environment):
@ -22,3 +22,11 @@ Flashing example:
Enter the bootloader in 1 ways:
* **Bootmagic reset**: Hold down the key at Esc in the matrix and plug in the keyboard.
## issues
1. MCU driver supports supports few functions.(GPIO,USB,PWM)
2. There are few configuration options in mcuconf.h.
## solve issues
1.Improve MCU driver.(ChibiOS-Contrib)
2.Update mcuconf.h.(qmk_firmware)

Loading…
Cancel
Save