diff options
| author | skullY | 2019-12-02 06:03:53 +0100 |
|---|---|---|
| committer | skullydazed | 2019-12-02 17:41:29 +0100 |
| commit | ce5678b8196d91bfba5d2fde8428ecd884f5e67b (patch) | |
| tree | 9893220d10ef93ec1f9f75e76037ed43004ce791 /keyboards/matrix/noah/rules.mk | |
| parent | d9cf6c6730715ff3e80367d77a5b5ade21ef05ba (diff) | |
Remove eeprom_f4 due to conflicting license
Diffstat (limited to 'keyboards/matrix/noah/rules.mk')
| -rw-r--r-- | keyboards/matrix/noah/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/matrix/noah/rules.mk b/keyboards/matrix/noah/rules.mk index 217e780d87..68163386f1 100644 --- a/keyboards/matrix/noah/rules.mk +++ b/keyboards/matrix/noah/rules.mk @@ -53,5 +53,4 @@ RGBLIGHT_CUSTOM_DRIVER = yes # project specific files SRC += \ matrix.c \ - ws2812_f4.c \ - eeprom_f4.c + ws2812_f4.c |