diff options
author | J. Eric Mason <sifakamon@gmail.com> | 2018-03-23 15:59:56 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-03-23 15:59:56 -0700 |
commit | ec5cc02bf01bc7094190024db84a686a82f2aa14 (patch) | |
tree | 782e1a4a94c0f21ecae30e84cda5c4fb8b9491eb /keyboards/preonic/keymaps/bucktooth/config.h | |
parent | 7a86a67d99601618301c0ee832c0671d37a8ffe3 (diff) |
Preonic Ergodox-Like Mac keymap: Bucktooth (#2553)
* Preonic Ergodox-Like Mac keymap: Bucktooth
This is a layout unlike most Preonics, it is taken partially from
Ergodox and classic C64 keyboards with a ton of Mac-specific features.
* Fix Mouse Left keycode
Diffstat (limited to 'keyboards/preonic/keymaps/bucktooth/config.h')
-rw-r--r-- | keyboards/preonic/keymaps/bucktooth/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/bucktooth/config.h b/keyboards/preonic/keymaps/bucktooth/config.h new file mode 100644 index 0000000000..b988831207 --- /dev/null +++ b/keyboards/preonic/keymaps/bucktooth/config.h @@ -0,0 +1,9 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#define FORCE_NKRO 1 +#define PREVENT_STUCK_MODIFIERS + +#endif |