diff options
author | Pavlos Vinieratos <pvinis@gmail.com> | 2019-05-14 21:02:22 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-14 12:02:22 -0700 |
commit | b68d8fe82eac0be9ca8862fdf94ae4bfbbb0735e (patch) | |
tree | 788dc925e12ec699f192dcde04096b96abde4da6 /keyboards/keebio/iris/keymaps/pvinis/config.h | |
parent | 4cdb86c730528c8ca5ff90f5b9b01c395d31fc0e (diff) | |
download | qmk_firmware-b68d8fe82eac0be9ca8862fdf94ae4bfbbb0735e.tar.gz |
[Keymap] Pvinis master (#5843)
* trying to make my global keymap
* refactoring the old keymap using userspace
* getting there
* move readme and remove community layout
* use pragma once instead of ifndefs
* just make iris work
* iris decent
* better naming
* add some modifiers on the home row
* use symbol and sysctl layers
* fix up
* a bit faster
* add < and > on symbol layer
* apparently im not using z all that much..
* okok
* fix up stuff
* led init is back
* bring back led indicators
* Update keyboards/ergotravel/keymaps/pvinis/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* not needed
* not needed
* delete these for now, until I use the userspace code
* remove katamari from here. made a new pr for it
* lower case
* drashna suggestion :)
* move files to correct place
* fix missing command
Diffstat (limited to 'keyboards/keebio/iris/keymaps/pvinis/config.h')
-rw-r--r-- | keyboards/keebio/iris/keymaps/pvinis/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/pvinis/config.h b/keyboards/keebio/iris/keymaps/pvinis/config.h new file mode 100644 index 000000000..7a7beb0b8 --- /dev/null +++ b/keyboards/keebio/iris/keymaps/pvinis/config.h @@ -0,0 +1,24 @@ +#pragma once + + +#ifdef PRODUCT +#undef PRODUCT +#define PRODUCT Iris Keyboard - pvinis +#endif // PRODUCT + + +// Use I2C or Serial, not both +#define USE_SERIAL +// #define USE_I2C + + +// Select hand configuration +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + + +// choose pin to use for audio. c6 is the one iris uses. +#ifdef AUDIO_ENABLE +#define C6_AUDIO +#endif // AUDIO_ENABLE |