rules.mk 303 B

1234567891011
  1. # CPU frequency divided by two since AVR is at 3.3 V
  2. F_CPU = 8000000
  3. # External oscillator is 16 MHz
  4. F_USB = 16000000
  5. RGB_MATRIX_CUSTOM_KB = yes # Custom keyboard effects
  6. # Add System76 EC command interface as well as I2C and USB mux drivers
  7. SRC += system76_ec.c usb_mux.c
  8. I2C_DRIVER_REQUIRED = yes