summaryrefslogtreecommitdiff
path: root/keyboards/waterfowl
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-13 06:31:34 +0100
committerGitHub <noreply@github.com>2024-04-13 06:31:34 +0100
commit43a122e050647057dbaa16bc50417b9306e00bcc (patch)
tree3afe0ca15bc1bd3d3a6d25aeba8ac1620cd675d5 /keyboards/waterfowl
parentbbf63a84664282289a10ccf2b7bd4dadde3ed635 (diff)
Migrate build target markers to keyboard.json - W (#23511)
Diffstat (limited to 'keyboards/waterfowl')
-rw-r--r--keyboards/waterfowl/keyboard.json (renamed from keyboards/waterfowl/info.json)8
-rw-r--r--keyboards/waterfowl/rules.mk15
2 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/waterfowl/info.json b/keyboards/waterfowl/keyboard.json
index 92b4add8ea..a178313042 100644
--- a/keyboards/waterfowl/info.json
+++ b/keyboards/waterfowl/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0x9CE3",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "oled": true
+ },
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1"],
"rows": ["D4", "C6", "D7", "E6"]
diff --git a/keyboards/waterfowl/rules.mk b/keyboards/waterfowl/rules.mk
deleted file mode 100644
index afab74111f..0000000000
--- a/keyboards/waterfowl/rules.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-
-OLED_ENABLE = yes # Enables the use of OLED displays
-ENCODER_ENABLE = yes # Enables the encoders