[Keymap] Pvinis/update for iris (#5889)

* add default functions

* some indenting

* add ctl and alt

* maybe?
This commit is contained in:
Pavlos Vinieratos 2019-05-16 18:38:28 +02:00 committed by Drashna Jaelre
parent a8af694d26
commit 1a28906a3d
5 changed files with 24 additions and 15 deletions

View file

@ -2,9 +2,9 @@
#ifdef PRODUCT
#undef PRODUCT
#define PRODUCT Iris Keyboard - pvinis
#endif // PRODUCT
#undef PRODUCT
#define PRODUCT Iris Keyboard - pvinis
#endif
// Use I2C or Serial, not both
@ -20,5 +20,5 @@
// choose pin to use for audio. c6 is the one iris uses.
#ifdef AUDIO_ENABLE
#define C6_AUDIO
#endif // AUDIO_ENABLE
#define C6_AUDIO
#endif