Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DSP40 #11579

Merged
merged 10 commits into from
Feb 7, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
nooges and drashna committed Jan 21, 2021
commit 7e918c1ddb5b23cdc02a826c3490ee8ab502e5db
1 change: 0 additions & 1 deletion keyboards/keebio/dsp40/keymaps/bakingpy/keymap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include QMK_KEYBOARD_H
drashna marked this conversation as resolved.
Show resolved Hide resolved

extern keymap_config_t keymap_config;

enum layer_names {
_MAC,
Expand Down
10 changes: 6 additions & 4 deletions keyboards/keebio/dsp40/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#include QMK_KEYBOARD_H
nooges marked this conversation as resolved.
Show resolved Hide resolved

#define _QWERTY 0
#define _LOWER 1
#define _RAISE 2
#define _ADJUST 3
enum custom_layer {
_QWERTY,
_LOWER,
_RAISE,
_ADJUST,
};

enum custom_keycodes {
QWERTY = SAFE_RANGE,
Expand Down
10 changes: 6 additions & 4 deletions keyboards/keebio/dsp40/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#include QMK_KEYBOARD_H
nooges marked this conversation as resolved.
Show resolved Hide resolved

#define _MAIN 0
#define _FN1 1
#define _FN2 2
#define _FN3 3
enum via_layers {
_MAIN,
_FN1,
_FN2,
_FN3,
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Default Layer
Expand Down
8 changes: 2 additions & 6 deletions keyboards/keebio/dsp40/rev1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
MIDI_ENABLE = no # MIDI support
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes