Skip to content

Commit

Permalink
fixing volume knob
Browse files Browse the repository at this point in the history
  • Loading branch information
dieseltravis committed Jul 23, 2024
1 parent 0b6d8a3 commit 28ad33c
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 10 deletions.
Binary file modified firmware/dieseltravis_travisergonum_default_kb2040.bin
Binary file not shown.
Binary file modified firmware/dieseltravis_travisergonum_default_kb2040.uf2
Binary file not shown.
Binary file modified firmware/dieseltravis_travisergonum_default_rp2040_ce.uf2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified firmware/dieseltravis_travisergonum_via_rp2040_ce.bin
Binary file not shown.
Binary file modified firmware/dieseltravis_travisergonum_via_rp2040_ce.uf2
Binary file not shown.
4 changes: 0 additions & 4 deletions firmware/qmk/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
#define MATRIX_ROWS 5
#define MATRIX_COLS 4

//#define OLED_DISPLAY_128X32
//#define I2C1_SCL_PIN GP17
//#define I2C1_SDA_PIN GP16
//#define I2C_DRIVER I2CD0
#define OLED_BRIGHTNESS 128
//#define OLED_FONT_H "keyboards/1upkeyboards/pi40/lib/glcdfont.c"

Expand Down
2 changes: 1 addition & 1 deletion firmware/qmk/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rgblight": false
},
"usb": {
"device_version": "1.0.5",
"device_version": "1.0.6",
"pid": "0x2025",
"vid": "0x1979"
},
Expand Down
2 changes: 1 addition & 1 deletion firmware/qmk/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static void render_status(void) {
oled_write_ln_P(PSTR("RGB"), false);
break;
case _FOUR:
oled_write_ln_P(PSTR("extra"), false);
oled_write_ln_P(PSTR("Extra"), false);
break;
default:
oled_write_ln_P(PSTR("Undefined"), false);
Expand Down
9 changes: 5 additions & 4 deletions firmware/qmk/rules.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# MCU name
MCU = atmega32u4
CONVERT_TO = kb2040
#CONVERT_TO = rp2040_ce
#CONVERT_TO = kb2040
CONVERT_TO = rp2040_ce

BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGB_MATRIX_ENABLE = yes
#AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes # Use rotary encoder
ENCODER_MAP_ENABLE = yes
OLED_DRIVER = ssd1306
OLED_DRIVER = ssd1306

DEFAULT_FOLDER = dieseltravis/travisergonum

0 comments on commit 28ad33c

Please sign in to comment.