diff options
Diffstat (limited to 'keyboards/preonic')
| -rw-r--r-- | keyboards/preonic/preonic.c | 2 | ||||
| -rw-r--r-- | keyboards/preonic/preonic.h | 1 | ||||
| -rw-r--r-- | keyboards/preonic/readme.md | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/preonic/preonic.c b/keyboards/preonic/preonic.c index cd765fe4a..d9c119b8d 100644 --- a/keyboards/preonic/preonic.c +++ b/keyboards/preonic/preonic.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include "preonic.h" |
| 2 | 2 | ||
| 3 | #ifdef ONEHAND_ENABLE | 3 | #ifdef ONEHAND_ENABLE |
| 4 | __attribute__ ((weak)) | 4 | __attribute__ ((weak)) |
diff --git a/keyboards/preonic/preonic.h b/keyboards/preonic/preonic.h index 02845a549..c142825ba 100644 --- a/keyboards/preonic/preonic.h +++ b/keyboards/preonic/preonic.h | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | { k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, k4b } \ | 33 | { k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, k4b } \ |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | #define KEYMAP PREONIC_MIT | ||
| 36 | #define LAYOUT_ortho_5x12 PREONIC_GRID | 37 | #define LAYOUT_ortho_5x12 PREONIC_GRID |
| 37 | 38 | ||
| 38 | #endif | 39 | #endif |
diff --git a/keyboards/preonic/readme.md b/keyboards/preonic/readme.md index 2a4ccd84d..80f27c7f7 100644 --- a/keyboards/preonic/readme.md +++ b/keyboards/preonic/readme.md | |||
| @@ -11,6 +11,6 @@ Hardware Availability: [OLKB.com](https://olkb.com/preonic/), [Massdrop](https:/ | |||
| 11 | 11 | ||
| 12 | Make example for this keyboard (after setting up your build environment): | 12 | Make example for this keyboard (after setting up your build environment): |
| 13 | 13 | ||
| 14 | make preonic-default | 14 | make preonic:default |
| 15 | 15 | ||
| 16 | See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. \ No newline at end of file | 16 | See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. \ No newline at end of file |
