]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/cannonkeys/satisfaction75/satisfaction75.c
Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272)
[qmk_firmware.git] / keyboards / cannonkeys / satisfaction75 / satisfaction75.c
index 0e788b29b786c07b9f2edeadcb8c6fe9acbb9300..531bf0474666cee643000c2082a3f9e2c3abe883 100644 (file)
@@ -17,8 +17,8 @@
 #include "tmk_core/common/eeprom.h"
 
 // HACK
-#include "keyboards/zeal60/zeal60_api.h" // Temporary hack
-#include "keyboards/zeal60/zeal60_keycodes.h" // Temporary hack
+#include "keyboards/wilba_tech/via_api.h" // Temporary hack
+#include "keyboards/wilba_tech/via_keycodes.h" // Temporary hack
 
 
 /* Artificial delay added to get media keys to work in the encoder*/
@@ -72,7 +72,7 @@ void eeprom_set_valid(bool valid)
 
 void eeprom_reset(void)
 {
-       // Set the Zeal60 specific EEPROM state as invalid.
+       // Set the VIA specific EEPROM state as invalid.
        eeprom_set_valid(false);
        // Set the TMK/QMK EEPROM state as invalid.
        eeconfig_disable();