Browse Source

resolve requested changes

pull/13200/head
e18 2 years ago
parent
commit
97031f8d81
6 changed files with 9 additions and 22 deletions
  1. +0
    -2
      keyboards/paprikman/albacore/info.json
  2. +0
    -8
      keyboards/paprikman/albacore/keymaps/default/keymap.c
  3. +0
    -3
      keyboards/paprikman/albacore/keymaps/pulp/rules.mk
  4. +0
    -3
      keyboards/paprikman/albacore/keymaps/via/rules.mk
  5. +8
    -4
      keyboards/paprikman/albacore/readme.md
  6. +1
    -2
      keyboards/paprikman/albacore/rules.mk

+ 0
- 2
keyboards/paprikman/albacore/info.json View File

@ -2,8 +2,6 @@
"keyboard_name": "Albacore",
"url": "https://github.com/paprikman/qmk_firmware/tree/master/keyboards/paprikman/albacore",
"maintainer": "paprikman",
"width": 4,
"height": 2,
"layouts": {
"LAYOUT": {
"layout": [


+ 0
- 8
keyboards/paprikman/albacore/keymaps/default/keymap.c View File

@ -24,12 +24,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
RGB_TOG, RGB_MOD, RGB_VAI,
_______, RGB_SPI, RGB_SPD, RGB_VAD
),
[2] = LAYOUT(
_______, _______, _______,
_______, _______, _______, _______
),
[3] = LAYOUT(
_______, _______, _______,
_______, _______, _______, _______
),
};

+ 0
- 3
keyboards/paprikman/albacore/keymaps/pulp/rules.mk View File

@ -1,4 +1 @@
VIA_ENABLE = yes
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
TAP_DANCE_ENABLE = no

+ 0
- 3
keyboards/paprikman/albacore/keymaps/via/rules.mk View File

@ -1,4 +1 @@
VIA_ENABLE = yes
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
TAP_DANCE_ENABLE = no

+ 8
- 4
keyboards/paprikman/albacore/readme.md View File

@ -1,16 +1,20 @@
# Albacore
*A small 7-key macropad featuring hotswap and per-key RGB*
A small 7-key macropad featuring hotswap and per-key RGB
![Albacore](https://i.imgur.com/BTPHnuQ.jpg)
![Albacore](https://i.imgur.com/BTPHnuQh.jpg)
* Keyboard Maintainer: paprikman
* Hardware Supported: Albacore hotswap pcb
* Hardware Availability: Private group buy
Build and flash firmware (via support is considered by default):
Make example for this keyboard (after setting up your build environment):
qmk flash -kb paprikman/albacore -km via
make paprikman/albacore:default
Flashing example for this keyboard:
make paprikman/albacore:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).


+ 1
- 2
keyboards/paprikman/albacore/rules.mk View File

@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes


Loading…
Cancel
Save