Browse Source

Merge branch '3x3macropad' of https://github.com/rarepotato8de/qmk_firmware into 3x3macropad

pull/23594/head
Simon 1 week ago
parent
commit
c5053bc03b
2 changed files with 1 additions and 15 deletions
  1. +1
    -4
      keyboards/rarepotato8de/3x3macropad/info.json
  2. +0
    -11
      keyboards/rarepotato8de/3x3macropad/keymaps/default/keymap.c

+ 1
- 4
keyboards/rarepotato8de/3x3macropad/info.json View File

@ -2,11 +2,10 @@
"manufacturer": "RarePotato8DE",
"keyboard_name": "3x3macropad",
"maintainer": "RarePotato8DE",
"bootloader": "caterina",
"development_board": "promicro",
"build": {
"lto": true
},
"debounce": 5,
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
@ -17,7 +16,6 @@
"bootmagic": true,
"encoder": true,
"extrakey": true,
"key_override": false,
"nkro": true,
"oled": true,
"rgblight": true
@ -26,7 +24,6 @@
"cols": ["D7", "B3", "B2"],
"rows": ["F7", "B5", "B6"]
},
"processor": "atmega32u4",
"rgblight": {
"animations": {
"alternating": true,


+ 0
- 11
keyboards/rarepotato8de/3x3macropad/keymaps/default/keymap.c View File

@ -24,17 +24,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
bool encoder_update_user(uint8_t index, bool clockwise) {
if (index == 0) {
if (clockwise) {
tap_code(KC_VOLD);
} else {
tap_code(KC_VOLU);
}
}
return false;
}
#ifdef OLED_ENABLE
static void render_bongo1(void) {
static const char PROGMEM data[] = {


Loading…
Cancel
Save