aboutsummaryrefslogtreecommitdiff
path: root/keyboards/launchpad
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-05 20:37:03 +0000
committerQMK Bot <hello@qmk.fm>2021-09-05 20:37:03 +0000
commit147289e173999b132f1b97835f8d57716a2bd376 (patch)
tree8aff70bcbc2bd3bec97a8f46006dab808e9997ca /keyboards/launchpad
parent673f82ebd9fb48371d815a1c4f8a5bb3d5d0bfe3 (diff)
parent8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64 (diff)
downloadqmk_firmware-147289e173999b132f1b97835f8d57716a2bd376.tar.gz
qmk_firmware-147289e173999b132f1b97835f8d57716a2bd376.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/launchpad')
-rw-r--r--keyboards/launchpad/keymaps/default/keymap.c4
-rw-r--r--keyboards/launchpad/rev1/rev1.c8
2 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/launchpad/keymaps/default/keymap.c b/keyboards/launchpad/keymaps/default/keymap.c
index 8ebc98159..560f7e858 100644
--- a/keyboards/launchpad/keymaps/default/keymap.c
+++ b/keyboards/launchpad/keymaps/default/keymap.c
@@ -53,7 +53,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
53) 53)
54 54
55}; 55};
56
57void matrix_init_user(void) {
58
59}
diff --git a/keyboards/launchpad/rev1/rev1.c b/keyboards/launchpad/rev1/rev1.c
index cff4edf9f..cc2812a76 100644
--- a/keyboards/launchpad/rev1/rev1.c
+++ b/keyboards/launchpad/rev1/rev1.c
@@ -1,9 +1 @@
1#include "launchpad.h" #include "launchpad.h"
2
3void matrix_init_kb(void) {
4 // Undo init of RX LED, we use that port currently
5 //DDRB &= ~(1<<0);
6
7 matrix_init_user();
8
9};