summaryrefslogtreecommitdiff
path: root/keyboards/program_yoink
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-22 02:06:41 +0100
committerGitHub <noreply@github.com>2024-04-22 02:06:41 +0100
commit40d0512794651237a182b4f53a2278d0fb2e583e (patch)
tree232f20395add4f60681931f3094b4b2726f2c998 /keyboards/program_yoink
parent191f62688079d644fe7ac471b2725e79e4d87f48 (diff)
Migrate build target markers to keyboard.json - P (#23565)
Diffstat (limited to 'keyboards/program_yoink')
-rw-r--r--keyboards/program_yoink/config.h29
-rw-r--r--keyboards/program_yoink/info.json16
-rw-r--r--keyboards/program_yoink/rules.mk14
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/*
2Copyright 2020 melonbred
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along 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#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = yes # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13ENCODER_ENABLE = yes # Enable rotary encoder
14
15DEFAULT_FOLDER = program_yoink/staggered DEFAULT_FOLDER = program_yoink/staggered