summaryrefslogtreecommitdiffstats
path: root/keyboards/keebwerk/nano_slider
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/keebwerk/nano_slider
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/keebwerk/nano_slider')
-rw-r--r--keyboards/keebwerk/nano_slider/config.h103
-rw-r--r--keyboards/keebwerk/nano_slider/info.json25
-rw-r--r--keyboards/keebwerk/nano_slider/keymaps/default/keymap.c87
-rw-r--r--keyboards/keebwerk/nano_slider/keymaps/default/readme.md1
-rw-r--r--keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c154
-rw-r--r--keyboards/keebwerk/nano_slider/keymaps/midi2vol/readme.md2
-rw-r--r--keyboards/keebwerk/nano_slider/keymaps/via/keymap.c67
-rw-r--r--keyboards/keebwerk/nano_slider/keymaps/via/rules.mk1
-rw-r--r--keyboards/keebwerk/nano_slider/nano_slider.c18
-rw-r--r--keyboards/keebwerk/nano_slider/nano_slider.h36
-rw-r--r--keyboards/keebwerk/nano_slider/readme.md15
-rw-r--r--keyboards/keebwerk/nano_slider/rules.mk22
12 files changed, 0 insertions, 531 deletions
diff --git a/keyboards/keebwerk/nano_slider/config.h b/keyboards/keebwerk/nano_slider/config.h
deleted file mode 100644
index 7d6a9a8330..0000000000
--- a/keyboards/keebwerk/nano_slider/config.h
+++ /dev/null
@@ -1,103 +0,0 @@
-/*
-Copyright 2020 Duckle
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 4
-
-/*
- * Keyboard Matrix Assignments
- */
-#define MATRIX_ROW_PINS { F0, F1 }
-#define MATRIX_COL_PINS { B0, B1, B2, B3 }
-
-#define SLIDER_PIN D4
-
-/* COL2ROW, ROW2COL*/
-#define DIODE_DIRECTION COL2ROW
-
-#define BACKLIGHT_PIN B7
-#define BACKLIGHT_BREATHING
-#define BACKLIGHT_LEVELS 3
-
-#define RGB_DI_PIN F6
-#ifdef RGB_DI_PIN
-# define RGBLED_NUM 4
-# define RGBLIGHT_HUE_STEP 8
-# define RGBLIGHT_SAT_STEP 8
-# define RGBLIGHT_VAL_STEP 8
-# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
-# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
- /*== all animations enable ==*/
-# define RGBLIGHT_ANIMATIONS
-// /*== or choose animations ==*/
-// #define RGBLIGHT_EFFECT_BREATHING
-// #define RGBLIGHT_EFFECT_RAINBOW_MOOD
-// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
-// #define RGBLIGHT_EFFECT_SNAKE
-// #define RGBLIGHT_EFFECT_KNIGHT
-// #define RGBLIGHT_EFFECT_CHRISTMAS
-// #define RGBLIGHT_EFFECT_STATIC_GRADIENT
-// #define RGBLIGHT_EFFECT_RGB_TEST
-// #define RGBLIGHT_EFFECT_ALTERNATING
-// /*== customize breathing effect ==*/
-// /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/
-// #define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64
-// /*==== use exp() and sin() ====*/
-// #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7
-// #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
-#endif
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
-/* define if matrix has ghost (lacks anti-ghosting diodes) */
-//#define MATRIX_HAS_GHOST
-
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
-
-/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
- * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
- */
-// #define GRAVE_ESC_CTRL_OVERRIDE
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
-
-/* Bootmagic Lite key configuration */
-// #define BOOTMAGIC_LITE_ROW 0
-// #define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/keebwerk/nano_slider/info.json b/keyboards/keebwerk/nano_slider/info.json
deleted file mode 100644
index 257bc71110..0000000000
--- a/keyboards/keebwerk/nano_slider/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "keyboard_name": "nano. slider",
- "manufacturer": "keebwerk.",
- "url": "",
- "maintainer": "qmk",
- "usb": {
- "vid": "0x03A8",
- "pid": "0x0000",
- "device_version": "0.0.1"
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"x":0, "y":0},
- {"x":0, "y":1.25},
- {"x":1, "y":1.25},
- {"x":2, "y":1.25},
- {"x":0, "y":2.25},
- {"x":1, "y":2.25},
- {"x":2, "y":2.25},
- {"x":3, "y":1.25, "h":2}
- ]
- }
- }
-}
diff --git a/keyboards/keebwerk/nano_slider/keymaps/default/keymap.c b/keyboards/keebwerk/nano_slider/keymaps/default/keymap.c
deleted file mode 100644
index f9a14452fb..0000000000
--- a/keyboards/keebwerk/nano_slider/keymaps/default/keymap.c
+++ /dev/null
@@ -1,87 +0,0 @@
-/* Copyright 2020 Duckle
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include QMK_KEYBOARD_H
-#include "analog.h"
-#include "qmk_midi.h"
-
-// Defines names for use in layer keycodes and the keymap
-enum layer_names {
- _BASE,
- _FN,
- _MEDIA
-};
-
-// Defines the keycodes used by our macros in process_record_user
-enum custom_keycodes {
- QMKBEST = SAFE_RANGE,
- QMKURL
-};
-
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /* Base */
- [_BASE] = LAYOUT(
- TO(_FN),
- KC_1, KC_2, KC_3,
- KC_4, KC_5, KC_6, KC_0
- ),
- [_FN] = LAYOUT(
- TO(_MEDIA),
- RGB_TOG, RGB_MOD, RGB_VAI,
- QMKURL, RGB_RMOD, RGB_VAD, QMKBEST
- ),
- [_MEDIA] = LAYOUT(
- TO(_BASE),
- KC_VOLD, KC_VOLU, KC_F24,
- KC_MRWD, KC_MFFD, KC_F23, KC_MPLY
- )
-};
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- switch (keycode) {
- case QMKBEST:
- if (record->event.pressed) {
- // when keycode QMKBEST is pressed
- SEND_STRING("QMK is the best thing ever!");
- } else {
- // when keycode QMKBEST is released
- }
- break;
- case QMKURL:
- if (record->event.pressed) {
- // when keycode QMKURL is pressed
- SEND_STRING("https://qmk.fm/\n");
- } else {
- // when keycode QMKURL is released
- }
- break;
- }
- return true;
-}
-
-uint8_t divisor = 0;
-
-void slider(void) {
- if (divisor++) { // only run the slider function 1/256 times it's called
- return;
- }
-
- midi_send_cc(&midi_device, 2, 0x3E, 0x7F - (analogReadPin(SLIDER_PIN) >> 3));
-}
-
-void matrix_scan_user(void) {
- slider();
-}
diff --git a/keyboards/keebwerk/nano_slider/keymaps/default/readme.md b/keyboards/keebwerk/nano_slider/keymaps/default/readme.md
deleted file mode 100644
index 55a8805553..0000000000
--- a/keyboards/keebwerk/nano_slider/keymaps/default/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# The default keymap for nano_slider
diff --git a/keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c b/keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c
deleted file mode 100644
index 07ba118e35..0000000000
--- a/keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c
+++ /dev/null
@@ -1,154 +0,0 @@
-/* Copyright 2020 Duckle, 2021 Jesús Vallejo
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-#include QMK_KEYBOARD_H
-#include "analog.h"
-#include "qmk_midi.h"
-
-/*
-This keymap works with midi2vol: linux version https://github.com/jesusvallejo/Midi2Vol-Linux
-and windows version https://github.com/jesusvallejo/Midi2Vol
-
-Enables the user to change the volume on the host computer if running midi2vol software.
-
-Example to extend usability is provided check VLC in: enum custom_keycodes {} and bool process_record_user(uint16_t keycode, keyrecord_t *record) {}
-Remember to give allways the new volume control a hex value not used by other volume control,
-and add it to the midi2vol software.
-Check respective midi2vol readme on how to do so.In linux change config.json,in windows you can use configuration option.
-
-A compiled version of this keymap is provided in here: https://github.com/jesusvallejo/nanokeymaps/
-
-*/
-
-uint8_t midi2vol = 0x3E;
-
-/* Defines names for use in layer keycodes and the keymap */
-
-enum custom_layers {
- _MEDIA, /* Controls Pause, Mute , Forward ... */
- _NAV, /* Nav arrows, Enter, Space*/
- _VOLUME, /* Changes midi2vol int to interface with midi2vol program: Chrome Volume, General Volume */
- _DISCORD, /* FXX unsused keys to interface with Discord: Mute , Silence */
- _LIGHTS, /* Edits underglow and retroilumination */
- _EDIT, /* Cut, Copy ,Paste */
- _QK_BOOT, /* Layer to set nano in bootloader mode */
- _TOOGLE, /* Momentary layer to switch between layers */
-};
-
-
-
-/* Defines the keycodes used by our macros in process_record_user */
-enum custom_keycodes { /* In order to add more volume controls, add here a custom keycode, ex: VLC */
- DEFAULT= SAFE_RANGE,SPOTIFY,DISCORD,CHROME/*,VLC*/
-};
-
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /* Base */
- [_MEDIA] = LAYOUT(
- MO(_TOOGLE),
- KC_MPLY, KC_MNXT, KC_COPY,
- KC_MUTE, KC_MPRV, KC_PASTE, KC_ENTER
- ),
- [_NAV] = LAYOUT(
- MO(_TOOGLE),
- KC_SPC, KC_UP, KC_BSPACE,
- KC_LEFT, KC_DOWN, KC_RIGHT, KC_ENTER
- ),
- [_VOLUME] = LAYOUT(
- MO(_TOOGLE),
- SPOTIFY, DISCORD, CHROME,
- KC_NO, KC_NO, KC_NO, DEFAULT
- ),
- [_DISCORD] = LAYOUT(
- MO(_TOOGLE),
- KC_F18, KC_F19, KC_F20,
- KC_F21, KC_F22, KC_F23, KC_F24
- ),
- [_LIGHTS] = LAYOUT(
- MO(_TOOGLE),
- RGB_TOG, RGB_MOD, RGB_VAI,
- RGB_SAI, BL_BRTG, BL_STEP, KC_LSFT
- ),
- [_EDIT] = LAYOUT(
- MO(_TOOGLE),
- KC_MENU, KC_CUT, KC_COPY,
- KC_FIND, KC_UNDO, KC_PASTE, KC_MPLY
- ),
- [_RESET] = LAYOUT(
- MO(_TOOGLE),
- KC_NO, KC_NO, KC_NO,
- KC_NO, KC_NO, KC_NO, QK_BOOT
- ),
- [_TOOGLE] = LAYOUT(
- MO(_TOOGLE),
- TO(_MEDIA), TO(_NAV), TO(_VOLUME),
- TO(_DISCORD), TO(_LIGHTS), TO(_EDIT), TO(_RESET)
- )
-};
-/* In order to add more volume controls, add here code to detect custom keycode, ex: VLC */
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- switch (keycode) {
- case DEFAULT:
- if (record->event.pressed) {
- /* when keycode DEFAULT is pressed */
- midi2vol= 0x3E;
- } else {
- /* when keycode DEFAULT is released */
- }
- break;
- case SPOTIFY:
- if (record->event.pressed) {
- midi2vol= 0x3F;
- }
- break;
- case DISCORD:
- if (record->event.pressed) {
-
- midi2vol= 0x40;
- }
- break;
- case CHROME:
- if (record->event.pressed) {
-
- midi2vol= 0x41;
- }
- break;
- /*
- case VLC:
- if (record->event.pressed) {
- midi2vol= 0x42;
- }
- break;
- */
- }
- return true;
-}
-
-uint8_t divisor = 0;
-
-
-void slider(void) {
- if (divisor++) { /* only run the slider function 1/256 times it's called */
- return;
- }
- midi_send_cc(&midi_device, 2, midi2vol, 0x7F - (analogReadPin(SLIDER_PIN) >> 3));
-}
-
-void matrix_scan_user(void) {
- slider();
-}
diff --git a/keyboards/keebwerk/nano_slider/keymaps/midi2vol/readme.md b/keyboards/keebwerk/nano_slider/keymaps/midi2vol/readme.md
deleted file mode 100644
index 869baef07f..0000000000
--- a/keyboards/keebwerk/nano_slider/keymaps/midi2vol/readme.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# The Midi2Vol keymap for nano_slider
-This keymap has the code for the nano_slider to work with [Midi2Vol](https://github.com/jesusvallejo/Midi2Vol).
diff --git a/keyboards/keebwerk/nano_slider/keymaps/via/keymap.c b/keyboards/keebwerk/nano_slider/keymaps/via/keymap.c
deleted file mode 100644
index ea1faadfda..0000000000
--- a/keyboards/keebwerk/nano_slider/keymaps/via/keymap.c
+++ /dev/null
@@ -1,67 +0,0 @@
-/* Copyright 2020 Duckle
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include QMK_KEYBOARD_H
-#include "analog.h"
-#include "qmk_midi.h"
-
-enum layer_names {
- _BASE,
- _FN,
- _MEDIA,
- _FN2
-};
-
-/* Defines the keycodes used by our macros in process_record_user */
-enum custom_keycodes { /* In order to add more volume controls, add here a custom keycode, ex: VLC */
- DEFAULT= SAFE_RANGE,SPOTIFY,DISCORD,CHROME/*,VLC*/
-};
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /* Base */
- [_BASE] = LAYOUT(
- TO(_FN),
- KC_1, KC_2, KC_3,
- KC_4, KC_5, KC_6, KC_0
- ),
- [_FN] = LAYOUT(
- TO(_MEDIA),
- RGB_TOG, RGB_MOD, RGB_VAI,
- RGB_SAI, BL_BRTG, BL_STEP, KC_LSFT
- ),
- [_MEDIA] = LAYOUT(
- TO(_BASE),
- KC_VOLD, KC_VOLU, KC_F24,
- KC_MRWD, KC_MFFD, KC_F23, KC_MPLY
- ),
- [_FN2] = LAYOUT(
- _______,
- _______, _______, _______,
- _______, _______, _______, _______
- )
-};
-
-uint8_t divisor = 0;
-
-void slider(void) {
- if (divisor++) { // only run the slider function 1/256 times it's called
- return;
- }
-
- midi_send_cc(&midi_device, 2, 0x3E, 0x7F - (analogReadPin(SLIDER_PIN) >> 3));
-}
-
-void matrix_scan_user(void) {
- slider();
-}
diff --git a/keyboards/keebwerk/nano_slider/keymaps/via/rules.mk b/keyboards/keebwerk/nano_slider/keymaps/via/rules.mk
deleted file mode 100644
index 036bd6d1c3..0000000000
--- a/keyboards/keebwerk/nano_slider/keymaps/via/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-VIA_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/keebwerk/nano_slider/nano_slider.c b/keyboards/keebwerk/nano_slider/nano_slider.c
deleted file mode 100644
index f5730779ac..0000000000
--- a/keyboards/keebwerk/nano_slider/nano_slider.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2020 Duckle
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include "nano_slider.h"
-
diff --git a/keyboards/keebwerk/nano_slider/nano_slider.h b/keyboards/keebwerk/nano_slider/nano_slider.h
deleted file mode 100644
index 31985130b0..0000000000
--- a/keyboards/keebwerk/nano_slider/nano_slider.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright 2020 Duckle
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#include "quantum.h"
-
-/* This is a shortcut to help you visually see your layout.
- *
- * The first section contains all of the arguments representing the physical
- * layout of the board and position of the keys.
- *
- * The second converts the arguments into a two-dimensional array which
- * represents the switch matrix.
- */
-#define LAYOUT( \
- K11, \
- K12, K10, K00, \
- K01, K02, K03, K13 \
-) { \
- { K00, K01, K02, K03 }, \
- { K10, K11, K12, K13 } \
-}
diff --git a/keyboards/keebwerk/nano_slider/readme.md b/keyboards/keebwerk/nano_slider/readme.md
deleted file mode 100644
index 84654f537a..0000000000
--- a/keyboards/keebwerk/nano_slider/readme.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# nano. slider
-
-![nano. slider](https://i.imgur.com/0UxyfxL.png)
-
-A small eight key macropad with slider.
-
-* Keyboard Maintainer: [Duckle29](https://github.com/Duckle29)
-* Hardware Supported: nano. slider PCB, ATmega32U4
-* Hardware Availability: [keebwerk.](https://www.keebwerk.com/product/nano-slider-keyboard/)
-
-Make example for this keyboard (after setting up your build environment):
-
- make keebwerk/nano_slider:default
-
-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).
diff --git a/keyboards/keebwerk/nano_slider/rules.mk b/keyboards/keebwerk/nano_slider/rules.mk
deleted file mode 100644
index 5412232d0f..0000000000
--- a/keyboards/keebwerk/nano_slider/rules.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-MIDI_ENABLE = yes # MIDI support
-AUDIO_ENABLE = no # Audio output
-LTO_ENABLE = yes
-
-SRC += analog.c