Skip to content

Commit

Permalink
Revert Disable Cirque
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed May 22, 2024
1 parent 3576474 commit f8eed3e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion config/ffkb_v3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# I2C (only if cirque)
# CONFIG_I2C=y
CONFIG_I2C=y

# zmk mouse emulation
CONFIG_ZMK_MOUSE=y
Expand Down
38 changes: 19 additions & 19 deletions config/ffkb_v3.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
#include <dt-bindings/zmk/matrix_transform.h>

// From Pete: https://discord.com/channels/719497620560543766/845285481888743434/1206181117296644106
// &pro_micro_i2c {
// status = "okay";
// glidepoint: glidepoint@2a {
// compatible = "cirque,pinnacle";
// reg = <0x2a>;
// status = "okay";
// dr-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH)>;
// sensitivity = "2x";
// sleep;
// no-taps;
// };
// };
&pro_micro_i2c {
status = "okay";
glidepoint: glidepoint@2a {
compatible = "cirque,pinnacle";
reg = <0x2a>;
status = "okay";
dr-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH)>;
sensitivity = "2x";
sleep;
no-taps;
};
};

/ {
// Rotation config, from Pete
// This will change in the future
// https://discord.com/channels/719497620560543766/845285481888743434/1206407883777114182
// input_config {
// compatible = "zmk,input-listener";
// device = <&glidepoint>;
// xy-swap;
// y-invert;
// x-invert;
// };
input_config {
compatible = "zmk,input-listener";
device = <&glidepoint>;
xy-swap;
y-invert;
x-invert;
};
encoder_1: encoder_1 {
// compatible = "alps,ec11";
// a-gpios = <&pro_micro 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
Expand Down

0 comments on commit f8eed3e

Please sign in to comment.