You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
174 B

  1. # Processor frequency
  2. F_CPU = 8000000
  3. PS2_DRIVER = interrupt
  4. CUSTOM_MATRIX = yes
  5. WS2812_DRIVER_REQUIRED = yes
  6. ANALOG_DRIVER_REQUIRED = yes
  7. SRC += rgbsps.c
  8. SRC += matrix.c