diff options
Diffstat (limited to 'keyboards/dc01/left')
| -rw-r--r-- | keyboards/dc01/left/matrix.c | 2 | ||||
| -rw-r--r-- | keyboards/dc01/left/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/dc01/left/matrix.c b/keyboards/dc01/left/matrix.c index 9ae9b1098..c3b3b39a4 100644 --- a/keyboards/dc01/left/matrix.c +++ b/keyboards/dc01/left/matrix.c | |||
| @@ -260,7 +260,7 @@ void matrix_print(void) | |||
| 260 | print_matrix_header(); | 260 | print_matrix_header(); |
| 261 | 261 | ||
| 262 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 262 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
| 263 | phex(row); print(": "); | 263 | print_hex8(row); print(": "); |
| 264 | print_matrix_row(row); | 264 | print_matrix_row(row); |
| 265 | print("\n"); | 265 | print("\n"); |
| 266 | } | 266 | } |
diff --git a/keyboards/dc01/left/rules.mk b/keyboards/dc01/left/rules.mk index 3f4cbdf73..cd440a494 100644 --- a/keyboards/dc01/left/rules.mk +++ b/keyboards/dc01/left/rules.mk | |||
| @@ -28,7 +28,7 @@ MIDI_ENABLE = no # MIDI support | |||
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | |
| 32 | CUSTOM_MATRIX = yes # Use custom matrix | 32 | CUSTOM_MATRIX = yes # Use custom matrix |
| 33 | SRC += matrix.c \ | 33 | SRC += matrix.c \ |
| 34 | i2c_master.c | 34 | i2c_master.c |
