a500kbd
diff Makefile @ 1:3228a731d4db
translate scancodes
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 14 Oct 2017 07:23:47 +0300 |
parents | 8e8e17a0f88e |
children | a4fd9c5a6655 |
line diff
1.1 --- a/Makefile Thu Oct 12 04:08:48 2017 +0300 1.2 +++ b/Makefile Sat Oct 14 07:23:47 2017 +0300 1.3 @@ -4,8 +4,8 @@ 1.4 hex = $(bin).hex 1.5 eep = $(bin).eep 1.6 1.7 -mcu_gcc = atmega88 1.8 -mcu_dude = m88 1.9 +mcu_gcc = atmega168 1.10 +mcu_dude = m168 1.11 1.12 CC = avr-gcc 1.13 OBJCOPY = avr-objcopy