Add firmware for the key cluster module based on the firmware of the left keyboard half.

This commit is contained in:
László Monda
2019-05-15 22:58:05 +02:00
parent 8f98bf3d2f
commit b92bf86b99
26 changed files with 1273 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef __INIT_PERIPHERALS_H__
#define __INIT_PERIPHERALS_H__
// Macros:
#define LED_DRIVER_SDB_PORT PORTB
#define LED_DRIVER_SDB_GPIO GPIOB
#define LED_DRIVER_SDB_CLOCK kCLOCK_PortB
#define LED_DRIVER_SDB_PIN 1
// Functions:
void InitPeripherals(void);
void initI2c(void);
#endif