summaryrefslogtreecommitdiff
path: root/keyboards/bastardkb/dilemma/3x5_2
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-09-20 10:27:54 +0100
committerGitHub <noreply@github.com>2023-09-20 10:27:54 +0100
commitf03c470adf4a1754c7b280232493c3a6045d3088 (patch)
tree9ee691e9ba5e65ca204fc2da044b41ad777547de /keyboards/bastardkb/dilemma/3x5_2
parentc2c7b7af7a83667a4a11ba32092da2a21d031f3a (diff)
Remove ALLOW_WARNINGS and PICO_INTRINSICS_ENABLED (#22085)
Diffstat (limited to 'keyboards/bastardkb/dilemma/3x5_2')
-rw-r--r--keyboards/bastardkb/dilemma/3x5_2/assembled/rules.mk3
-rw-r--r--keyboards/bastardkb/dilemma/3x5_2/splinky/rules.mk3
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/bastardkb/dilemma/3x5_2/assembled/rules.mk b/keyboards/bastardkb/dilemma/3x5_2/assembled/rules.mk
index 5db74a9d84..b4722fc8e6 100644
--- a/keyboards/bastardkb/dilemma/3x5_2/assembled/rules.mk
+++ b/keyboards/bastardkb/dilemma/3x5_2/assembled/rules.mk
@@ -22,6 +22,3 @@ POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi # Assembled version uses SPI.
SPLIT_KEYBOARD = yes
-
-# RP2040-specific options
-PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
diff --git a/keyboards/bastardkb/dilemma/3x5_2/splinky/rules.mk b/keyboards/bastardkb/dilemma/3x5_2/splinky/rules.mk
index 1e33cc1086..227d42fa24 100644
--- a/keyboards/bastardkb/dilemma/3x5_2/splinky/rules.mk
+++ b/keyboards/bastardkb/dilemma/3x5_2/splinky/rules.mk
@@ -22,6 +22,3 @@ POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c # DIY version uses I2C.
SPLIT_KEYBOARD = yes
-
-# RP2040-specific options
-PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.