diff options
Diffstat (limited to 'keyboards/ps2avrGB/i2c.c')
-rw-r--r-- | keyboards/ps2avrGB/i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ps2avrGB/i2c.c b/keyboards/ps2avrGB/i2c.c index c27f3e3d17..a4f9521352 100644 --- a/keyboards/ps2avrGB/i2c.c +++ b/keyboards/ps2avrGB/i2c.c @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +// Please do not modify this file + #include <avr/io.h> #include <util/twi.h> |