summaryrefslogtreecommitdiff
path: root/keyboards/projectkb
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/projectkb
parent191f62688079d644fe7ac471b2725e79e4d87f48 (diff)
Migrate build target markers to keyboard.json - P (#23565)
Diffstat (limited to 'keyboards/projectkb')
-rw-r--r--keyboards/projectkb/alice/rev1/keyboard.json (renamed from keyboards/projectkb/alice/rev1/info.json)10
-rw-r--r--keyboards/projectkb/alice/rev1/rules.mk13
-rw-r--r--keyboards/projectkb/alice/rev2/keyboard.json (renamed from keyboards/projectkb/alice/rev2/info.json)10
-rw-r--r--keyboards/projectkb/alice/rev2/rules.mk13
4 files changed, 20 insertions, 26 deletions
diff --git a/keyboards/projectkb/alice/rev1/info.json b/keyboards/projectkb/alice/rev1/keyboard.json
index 1157fb13ae..1e97746ee8 100644
--- a/keyboards/projectkb/alice/rev1/info.json
+++ b/keyboards/projectkb/alice/rev1/keyboard.json
@@ -1,4 +1,14 @@
1{ 1{
2 "features": {
3 "backlight": true,
4 "bootmagic": true,
5 "command": true,
6 "console": true,
7 "extrakey": true,
8 "mousekey": true,
9 "nkro": true,
10 "rgblight": true
11 },
2 "rgblight": { 12 "rgblight": {
3 "led_count": 14, 13 "led_count": 14,
4 "animations": { 14 "animations": {
diff --git a/keyboards/projectkb/alice/rev1/rules.mk b/keyboards/projectkb/alice/rev1/rules.mk
deleted file mode 100644
index f689205b38..0000000000
--- a/keyboards/projectkb/alice/rev1/rules.mk
+++ /dev/null
@@ -1,13 +0,0 @@
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 = yes # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13
diff --git a/keyboards/projectkb/alice/rev2/info.json b/keyboards/projectkb/alice/rev2/keyboard.json
index be97136ccd..0ed3b88ea2 100644
--- a/keyboards/projectkb/alice/rev2/info.json
+++ b/keyboards/projectkb/alice/rev2/keyboard.json
@@ -1,4 +1,14 @@
1{ 1{
2 "features": {
3 "backlight": true,
4 "bootmagic": true,
5 "command": true,
6 "console": true,
7 "extrakey": true,
8 "mousekey": true,
9 "nkro": true,
10 "rgblight": true
11 },
2 "rgblight": { 12 "rgblight": {
3 "led_count": 14, 13 "led_count": 14,
4 "animations": { 14 "animations": {
diff --git a/keyboards/projectkb/alice/rev2/rules.mk b/keyboards/projectkb/alice/rev2/rules.mk
deleted file mode 100644
index f689205b38..0000000000
--- a/keyboards/projectkb/alice/rev2/rules.mk
+++ /dev/null
@@ -1,13 +0,0 @@
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 = yes # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13