diff options
| author | Joel Challis <git@zvecr.com> | 2024-04-22 02:06:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 02:06:41 +0100 |
| commit | 40d0512794651237a182b4f53a2278d0fb2e583e (patch) | |
| tree | 232f20395add4f60681931f3094b4b2726f2c998 /keyboards/program_yoink | |
| parent | 191f62688079d644fe7ac471b2725e79e4d87f48 (diff) | |
Migrate build target markers to keyboard.json - P (#23565)
Diffstat (limited to 'keyboards/program_yoink')
| -rw-r--r-- | keyboards/program_yoink/config.h | 29 | ||||
| -rw-r--r-- | keyboards/program_yoink/info.json | 16 | ||||
| -rw-r--r-- | keyboards/program_yoink/rules.mk | 14 |
3 files changed, 16 insertions, 43 deletions
diff --git a/keyboards/program_yoink/config.h b/keyboards/program_yoink/config.h deleted file mode 100644 index dcf558fdf7..0000000000 --- a/keyboards/program_yoink/config.h +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 melonbred | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | /* Locking resynchronize hack */ | ||
| 23 | #define LOCKING_RESYNC_ENABLE | ||
| 24 | |||
| 25 | |||
| 26 | /* disable action features */ | ||
| 27 | //#define NO_ACTION_LAYER | ||
| 28 | //#define NO_ACTION_TAPPING | ||
| 29 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/program_yoink/info.json b/keyboards/program_yoink/info.json new file mode 100644 index 0000000000..36a2befc70 --- /dev/null +++ b/keyboards/program_yoink/info.json | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | { | ||
| 2 | "features": { | ||
| 3 | "bootmagic": true, | ||
| 4 | "encoder": true, | ||
| 5 | "extrakey": true, | ||
| 6 | "mousekey": true, | ||
| 7 | "nkro": false, | ||
| 8 | "rgblight": true | ||
| 9 | }, | ||
| 10 | "qmk": { | ||
| 11 | "locking": { | ||
| 12 | "enabled": true, | ||
| 13 | "resync": true | ||
| 14 | } | ||
| 15 | } | ||
| 16 | } \ No newline at end of file | ||
diff --git a/keyboards/program_yoink/rules.mk b/keyboards/program_yoink/rules.mk index 1d2265b833..a7cc1a2dbf 100644 --- a/keyboards/program_yoink/rules.mk +++ b/keyboards/program_yoink/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | ENCODER_ENABLE = yes # Enable rotary encoder | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = program_yoink/staggered | DEFAULT_FOLDER = program_yoink/staggered | |
