summaryrefslogtreecommitdiff
path: root/keyboards/handwired/reddot
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
commitb6850bc043b1d129042f47501f0a1dc1e196f962 (patch)
treea0a772f278c3c494db3bc69103955af5561e1cae /keyboards/handwired/reddot
parent19ed62114a1f5d20aacb9cbe83105e977b9a2971 (diff)
remove all keyboards but ergodox and planck
Diffstat (limited to 'keyboards/handwired/reddot')
-rwxr-xr-xkeyboards/handwired/reddot/config.h154
-rw-r--r--keyboards/handwired/reddot/info.json108
-rw-r--r--keyboards/handwired/reddot/keymaps/default/keymap.c22
-rwxr-xr-xkeyboards/handwired/reddot/keymaps/default/readme.md1
-rwxr-xr-xkeyboards/handwired/reddot/readme.md14
-rwxr-xr-xkeyboards/handwired/reddot/reddot.c7
-rwxr-xr-xkeyboards/handwired/reddot/reddot.h17
-rwxr-xr-xkeyboards/handwired/reddot/rules.mk79
8 files changed, 0 insertions, 402 deletions
diff --git a/keyboards/handwired/reddot/config.h b/keyboards/handwired/reddot/config.h
deleted file mode 100755
index 82fe01863d..0000000000
--- a/keyboards/handwired/reddot/config.h
+++ /dev/null
@@ -1,154 +0,0 @@
-/*
-Copyright 2012 Jun Wako <wakojun@gmail.com>
-
-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/>.
-*/
-
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#include "config_common.h"
-
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0001
-#define MANUFACTURER upils
-#define PRODUCT reddot
-#define DESCRIPTION A custom keyboard
-
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 19
-
-/*
- * Keyboard Matrix Assignments
- *
- * Change this to how you wired your keyboard
- * COLS: AVR pins used for columns, left to right
- * ROWS: AVR pins used for rows, top to bottom
- * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
- * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
- *
-*/
-#define MATRIX_ROW_PINS { B0, B1, B2, B3, E6 }
-#define MATRIX_COL_PINS { B7, D0, D1, D2, D3, C6, C7, D5, D4, D7, B4, B5, B6, F7, F6, F5, F4, F1, F0 }
-#define UNUSED_PINS
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
-// #define BACKLIGHT_PIN B7
-// #define BACKLIGHT_BREATHING
-// #define BACKLIGHT_LEVELS 3
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCING_DELAY 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
-
-/*
- * Force NKRO
- *
- * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
- * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
- * makefile for this to work.)
- *
- * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
- * until the next keyboard reset.
- *
- * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
- * fully operational during normal computer usage.
- *
- * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
- * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
- * bootmagic, NKRO mode will always be enabled until it is toggled again during a
- * power-up.
- *
- */
-//#define FORCE_NKRO
-
-/*
- * Magic Key Options
- *
- * Magic keys are hotkey commands that allow control over firmware functions of
- * the keyboard. They are best used in combination with the HID Listen program,
- * found here: https://www.pjrc.com/teensy/hid_listen.html
- *
- * The options below allow the magic key functionality to be changed. This is
- * useful if your keyboard/keypad is missing keys and you want magic key support.
- *
- */
-
-/* control how magic key switches layers */
-//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
-//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
-//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
-
-/* override magic key keymap */
-//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
-//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
-//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
-//#define MAGIC_KEY_HELP1 H
-//#define MAGIC_KEY_HELP2 SLASH
-//#define MAGIC_KEY_DEBUG D
-//#define MAGIC_KEY_DEBUG_MATRIX X
-//#define MAGIC_KEY_DEBUG_KBD K
-//#define MAGIC_KEY_DEBUG_MOUSE M
-//#define MAGIC_KEY_VERSION V
-//#define MAGIC_KEY_STATUS S
-//#define MAGIC_KEY_CONSOLE C
-//#define MAGIC_KEY_LAYER0_ALT1 ESC
-//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
-//#define MAGIC_KEY_LAYER0 0
-//#define MAGIC_KEY_LAYER1 1
-//#define MAGIC_KEY_LAYER2 2
-//#define MAGIC_KEY_LAYER3 3
-//#define MAGIC_KEY_LAYER4 4
-//#define MAGIC_KEY_LAYER5 5
-//#define MAGIC_KEY_LAYER6 6
-//#define MAGIC_KEY_LAYER7 7
-//#define MAGIC_KEY_LAYER8 8
-//#define MAGIC_KEY_LAYER9 9
-//#define MAGIC_KEY_BOOTLOADER PAUSE
-//#define MAGIC_KEY_LOCK CAPS
-//#define MAGIC_KEY_EEPROM E
-//#define MAGIC_KEY_NKRO N
-//#define MAGIC_KEY_SLEEP_LED Z
-
-/*
- * 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
-//#define NO_ACTION_MACRO
-//#define NO_ACTION_FUNCTION
-
-#endif
diff --git a/keyboards/handwired/reddot/info.json b/keyboards/handwired/reddot/info.json
deleted file mode 100644
index 1fcc8677e8..0000000000
--- a/keyboards/handwired/reddot/info.json
+++ /dev/null
@@ -1,108 +0,0 @@
-{
- "keyboard_name": "handwired/reddot",
- "url": "",
- "maintainer": "qmk",
- "width": 20.5,
- "height": 5,
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"label":"k00 (Esc)", "x":0, "y":0},
- {"label":"k01 (F1)", "x":1, "y":0},
- {"label":"k02 (F2)", "x":2, "y":0},
- {"label":"k03 (F3)", "x":3, "y":0},
- {"label":"k04 (F4)", "x":4, "y":0},
- {"label":"k05 (F5)", "x":5, "y":0},
- {"label":"k06 (Tab)", "x":6, "y":0, "w":2},
- {"label":"k07 (Caps Lock)", "x":8, "y":0},
- {"label":"k08 (F6)", "x":9, "y":0},
- {"label":"k09 (F7)", "x":10, "y":0},
- {"label":"k0A (F8)", "x":11, "y":0},
- {"label":"k0B (F9)", "x":12, "y":0},
- {"label":"k0C (F10)", "x":13, "y":0},
- {"label":"k0D (F11)", "x":14, "y":0},
- {"label":"k0E (F12)", "x":15, "y":0},
- {"label":"k10 (Function)", "x":16.5, "y":0},
- {"label":"k11 (Keypad /)", "x":17.5, "y":0},
- {"label":"k12 (Keypad *)", "x":18.5, "y":0},
- {"label":"k13 (Keypad -)", "x":19.5, "y":0},
-
- {"label":"k20 (Left Alt)", "x":0, "y":1},
- {"label":"k21 (1 / FR Ampersand)", "x":1, "y":1},
- {"label":"k22 (2 / FR É)", "x":2, "y":1},
- {"label":"k23 (3 / FR Quote)", "x":3, "y":1},
- {"label":"k24 (4 / FR Apostrophe)", "x":4, "y":1},
- {"label":"k25 (5 / FR Left Parenthesis)", "x":5, "y":1},
- {"label":"k26 (Backspace)", "x":6, "y":1, "w":2},
- {"label":"k27 (Delete)", "x":8, "y":1},
- {"label":"k28 (6 / FR Minus)", "x":9, "y":1},
- {"label":"k29 (7 / FR È)", "x":10, "y":1},
- {"label":"k2A (8 / FR Underscore)", "x":11, "y":1},
- {"label":"k2B (9 / FR Ç)", "x":12, "y":1},
- {"label":"k2C (0 / FR À)", "x":13, "y":1},
- {"label":"k2D (Minus / FR Right Parenthesis)", "x":14, "y":1},
- {"label":"k2E (Equals / FR Equals)", "x":15, "y":1},
- {"label":"k30 (Insert)", "x":16.5, "y":1},
- {"label":"k31 (Home)", "x":17.5, "y":1},
- {"label":"k32 (Page Up)", "x":18.5, "y":1},
-
- {"label":"k40 (GUI)", "x":0, "y":2},
- {"label":"k41 (Q / FR A)", "x":1, "y":2},
- {"label":"k42 (W / FR Z)", "x":2, "y":2},
- {"label":"k43 (E)", "x":3, "y":2},
- {"label":"k44 (R)", "x":4, "y":2},
- {"label":"k45 (T)", "x":5, "y":2},
- {"label":"k46 (Shift)", "x":6, "y":2, "h":2},
- {"label":"k66 (Enter)", "x":7, "y":2, "h":2},
- {"label":"k47 (Enter)", "x":8, "y":2, "h":2},
- {"label":"k48 (Y)", "x":9, "y":2},
- {"label":"k49 (U)", "x":10, "y":2},
- {"label":"k4A (I)", "x":11, "y":2},
- {"label":"k4B (O)", "x":12, "y":2},
- {"label":"k4C (P)", "x":13, "y":2},
- {"label":"k4D (Left Bracket / FR Circumflex)", "x":14, "y":2},
- {"label":"k4E (Right Bracket / FR Dollar)", "x":15, "y":2},
- {"label":"k50 (Delete)", "x":16.5, "y":2},
- {"label":"k51 (End)", "x":17.5, "y":2},
- {"label":"k52 (Page Down)", "x":18.5, "y":2},
- {"label":"k53 (Keypad +)", "x":19.5, "y":1, "h":2},
-
- {"label":"k60 (Ctrl)", "x":0, "y":3},
- {"label":"k61 (A / FR Q)", "x":1, "y":3},
- {"label":"k62 (S)", "x":2, "y":3},
- {"label":"k63 (D)", "x":3, "y":3},
- {"label":"k64 (F)", "x":4, "y":3},
- {"label":"k65 (G)", "x":5, "y":3},
- {"label":"k68 (H)", "x":9, "y":3},
- {"label":"k69 (J)", "x":10, "y":3},
- {"label":"k6A (K)", "x":11, "y":3},
- {"label":"k6B (L)", "x":12, "y":3},
- {"label":"k6C (Semicolon / FR M)", "x":13, "y":3},
- {"label":"k6D (Quote / FR Ù)", "x":14, "y":3},
- {"label":"k6E (ISO Hash / FR Asterisk)", "x":15, "y":3},
- {"label":"k70 (Keypad 1)", "x":16.5, "y":3},
- {"label":"k71 (Up)", "x":17.5, "y":3},
- {"label":"k72 (Keypad 3)", "x":18.5, "y":3},
-
- {"label":"k80 (ISO Backslash / FR Less Than)", "x":0, "y":4},
- {"label":"k81 (Z / FR W)", "x":1, "y":4},
- {"label":"k82 (X)", "x":2, "y":4},
- {"label":"k83 (C)", "x":3, "y":4},
- {"label":"k84 (V)", "x":4, "y":4},
- {"label":"k85 (B)", "x":5, "y":4},
- {"label":"k86 (Space)", "x":6, "y":4, "w":2},
- {"label":"k88 (Space)", "x":8, "y":4, "w":2},
- {"label":"k89 (N)", "x":10, "y":4},
- {"label":"k8A (M / FR Comma)", "x":11, "y":4},
- {"label":"k8B (Comma / FR Semicolon)", "x":12, "y":4},
- {"label":"k8C (Period / Colon)", "x":13, "y":4},
- {"label":"k8D (Slash / FR Exclaim)", "x":14, "y":4},
- {"label":"k8E (Right Alt / FR AltGr)", "x":15, "y":4},
- {"label":"k90 (Left)", "x":16.5, "y":4},
- {"label":"k91 (Down)", "x":17.5, "y":4},
- {"label":"k92 (Right)", "x":18.5, "y":4},
- {"label":"k93 (Keypad Enter)", "x":19.5, "y":3, "h":2}
- ]
- }
- }
-}
diff --git a/keyboards/handwired/reddot/keymaps/default/keymap.c b/keyboards/handwired/reddot/keymaps/default/keymap.c
deleted file mode 100644
index 246a03b4d7..0000000000
--- a/keyboards/handwired/reddot/keymaps/default/keymap.c
+++ /dev/null
@@ -1,22 +0,0 @@
-#include QMK_KEYBOARD_H
-#include "keymap_french.h"
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [0] = LAYOUT(
- KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_TAB, KC_CAPS, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, TG(1), KC_PSLS, KC_PAST, KC_PMNS, \
- KC_LALT, FR_AMP, FR_EACU, FR_QUOT, FR_APOS, FR_LPRN, KC_BSPC, KC_DEL, FR_MINS, FR_EGRV, FR_UNDS, FR_CCED, FR_AGRV, FR_RPRN, FR_EQL, KC_INS, KC_HOME, KC_PGUP, \
- KC_LGUI, FR_A, FR_Z, KC_E, KC_R, KC_T, KC_LSFT, KC_ENT, KC_ENT, KC_Y, KC_U, KC_I, KC_O, KC_P, FR_CIRC, FR_DLR, KC_DEL, KC_END, KC_PGDN, KC_PPLS, \
- KC_LCTL, FR_Q, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, FR_M, FR_UGRV, FR_ASTR, KC_P1, KC_UP, KC_P3, \
- FR_LESS, FR_W, KC_X, KC_C, KC_V, KC_B, KC_SPC, KC_SPC, KC_N, FR_COMM, FR_SCLN, FR_COLN, FR_EXLM, KC_ALGR, KC_LEFT, KC_DOWN, KC_RGHT, KC_PENT \
- ),
-
- [1] = LAYOUT(
- KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_TAB, KC_CAPS, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, KC_PSLS, KC_PAST, KC_PMNS, \
- KC_LALT, FR_AMP, FR_EACU, FR_QUOT, FR_APOS, FR_LPRN, KC_BSPC, KC_DEL, FR_MINS, FR_EGRV, FR_UNDS, FR_CCED, FR_AGRV, FR_RPRN, FR_EQL, KC_7, KC_8, KC_9, \
- KC_LGUI, FR_A, FR_Z, KC_E, KC_R, KC_T, KC_LSFT, KC_ENT, KC_ENT, KC_Y, KC_U, KC_I, KC_O, KC_P, FR_CIRC, FR_DLR, KC_4, KC_5, KC_6, KC_PPLS, \
- KC_LCTL, FR_Q, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, FR_M, FR_UGRV, FR_ASTR, KC_1, KC_2, KC_3, \
- FR_LESS, FR_W, KC_X, KC_C, KC_V, KC_B, KC_SPC, KC_SPC, KC_N, FR_COMM, FR_SCLN, FR_COLN, FR_EXLM, KC_ALGR, KC_LEFT, KC_DOWN, KC_RGHT, KC_PENT \
- ),
-
-};
diff --git a/keyboards/handwired/reddot/keymaps/default/readme.md b/keyboards/handwired/reddot/keymaps/default/readme.md
deleted file mode 100755
index f04833c3e0..0000000000
--- a/keyboards/handwired/reddot/keymaps/default/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# The default keymap for handwired/reddot
diff --git a/keyboards/handwired/reddot/readme.md b/keyboards/handwired/reddot/readme.md
deleted file mode 100755
index 27c8b54d60..0000000000
--- a/keyboards/handwired/reddot/readme.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# RedDot
-
-An ortholinear compact fullsize keyboard configured for French AZERTY layout.
-
-- [Layout](http://www.keyboard-layout-editor.com/##@_plate:true%3B&@_sm=cherry&sb=cherry&st=MX1A-L1xx%3B&=Esc&=F1&=F2&=F3&=F4&=F5&_w:2%3B&=Tab&=Caps%20Lock&=F6&=F7&=F8&=F9&=F10&=F11&=F12&_x:0.5%3B&=Fn&=%2F%2F&=*&=-%3B&@=Alt&=1%0A%2F&&=2%0A%C3%A9%0A%0A~&=3%0A%22%0A%0A%23&=4%0A'%0A%0A%7B&=5%0A(%0A%0A%5B&_w:2%3B&=Back&=Del&=6%0A-%0A%0A%7C&=7%0A%C3%A8%0A%0A%60&=8%0A%2F_%0A%0A%5C&=9%0A%C3%A7%0A%0A%5E&=0%0A%C3%A0%0A%0A%2F@&=%C2%B0%0A)%0A%0A%5D&=+%0A%2F=%0A%0A%7D&_x:0.5%3B&=Insert&=Home&=Page%20Up&_h:2%3B&=+%3B&@=Win&=A&=Z&=E&=R&=T&_h:2%3B&=Shift&_h:2%3B&=Enter&_h:2%3B&=Enter&=Y&=U&=I&=O&=P&=%C2%A8%0A%5E&=%C2%A3%0A$&_x:0.5%3B&=Delete&=End&=Page%20Down%3B&@=Ctrl&=Q&=S&=D&=F&=G&_x:3%3B&=H&=J&=K&=L&=M&=%25%0A%C3%B9&=%C2%B5%0A*&_x:0.5%3B&=1%0AEnd&=Up&=3%0APgDn&_h:2%3B&=Enter%3B&@=%3E%0A%3C&=W&=X&=C&=V&=B&_w:2%3B&=Space&_w:2%3B&=Space&=N&=%3F%0A,&=.%0A%2F%3B&=%2F%2F%0A%2F:&=%C2%A7%0A!&=Alt%20Gr&_x:0.5%3B&=Left&=Down&=Right)
-
-Keyboard Maintainer: [The QMK Community](https://github.com/qmk)
-Hardware Supported: RedDot handwired
-
-Make example for this keyboard (after setting up your build environment):
-
- make handwired/reddot: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/handwired/reddot/reddot.c b/keyboards/handwired/reddot/reddot.c
deleted file mode 100755
index 4e1efc06ce..0000000000
--- a/keyboards/handwired/reddot/reddot.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "reddot.h"
-
-void matrix_init_kb(void) {
-
- matrix_init_user();
-}
-
diff --git a/keyboards/handwired/reddot/reddot.h b/keyboards/handwired/reddot/reddot.h
deleted file mode 100755
index a763f2ddc3..0000000000
--- a/keyboards/handwired/reddot/reddot.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT( \
- k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, k0C, k0D, k0E, k10, k11, k12, k13, \
- k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, k2C, k2D, k2E, k30, k31, k32, \
- k40, k41, k42, k43, k44, k45, k46, k66, k47, k48, k49, k4A, k4B, k4C, k4D, k4E, k50, k51, k52, k53, \
- k60, k61, k62, k63, k64, k65, k68, k69, k6A, k6B, k6C, k6D, k6E, k70, k71, k72, \
- k80, k81, k82, k83, k84, k85, k86, k88, k89, k8A, k8B, k8C, k8D, k8E, k90, k91, k92, k93 \
-) { \
- { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, k0C, k0D, k0E, k10, k11, k12, k13 }, \
- { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, k2C, k2D, k2E, k30, k31, k32, KC_NO }, \
- { k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4A, k4B, k4C, k4D, k4E, k50, k51, k52, k53 }, \
- { k60, k61, k62, k63, k64, k65, k66, KC_NO, k68, k69, k6A, k6B, k6C, k6D, k6E, k70, k71, k72, KC_NO }, \
- { k80, k81, k82, k83, k84, k85, k86, KC_NO, k88, k89, k8A, k8B, k8C, k8D, k8E, k90, k91, k92, k93 } \
-}
diff --git a/keyboards/handwired/reddot/rules.mk b/keyboards/handwired/reddot/rules.mk
deleted file mode 100755
index 00ca06dd40..0000000000
--- a/keyboards/handwired/reddot/rules.mk
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#MCU = at90usb1287
-MCU = atmega32u4
-
-# Processor frequency.
-# This will define a symbol, F_CPU, in all source code files equal to the
-# processor frequency in Hz. You can then use this symbol in your source code to
-# calculate timings. Do NOT tack on a 'UL' at the end, this will be done
-# automatically to create a 32-bit value in your source code.
-#
-# This will be an integer division of F_USB below, as it is sourced by
-# F_USB after it has run through any CPU prescalers. Note that this value
-# does not *change* the processor frequency - it should merely be updated to
-# reflect the processor speed set externally so that the code can use accurate
-# software delays.
-F_CPU = 16000000
-
-# for avr upload
-USB = /dev/cu.usbmodem1421
-#
-# LUFA specific
-#
-# Target architecture (see library "Board Types" documentation).
-ARCH = AVR8
-
-# Input clock frequency.
-# This will define a symbol, F_USB, in all source code files equal to the
-# input clock frequency (before any prescaling is performed) in Hz. This value may
-# differ from F_CPU if prescaling is used on the latter, and is required as the
-# raw input clock is fed directly to the PLL sections of the AVR for high speed
-# clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL'
-# at the end, this will be done automatically to create a 32-bit value in your
-# source code.
-#
-# If no clock division is performed on the input clock inside the AVR (via the
-# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
-F_USB = $(F_CPU)
-
-# Bootloader
-# This definition is optional, and if your keyboard supports multiple bootloaders of
-# different sizes, comment this out, and the correct address will be loaded
-# automatically (+60). See bootloader.mk for all options.
-ifdef TEENSY2
- BOOTLOADER = halfkay
- OPT_DEFS += -DATREUS_TEENSY2
- ATREUS_UPLOAD_COMMAND = teensy_loader_cli -w -mmcu=$(MCU) $(TARGET).hex
-else
- BOOTLOADER = caterina
- OPT_DEFS += -DATREUS_ASTAR
- ATREUS_UPLOAD_COMMAND = while [ ! -r $(USB) ]; do sleep 1; done; \
- avrdude -p $(MCU) -c avr109 -U flash:w:$(TARGET).hex -P $(USB)
-endif
-
-# Interrupt driven control endpoint task(+60)
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
-
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
-MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
-EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
-CONSOLE_ENABLE = no # Console for debug(+400)
-COMMAND_ENABLE = no # Commands for debug and configuration
-# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
-SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-NKRO_ENABLE = no # USB Nkey Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
-MIDI_ENABLE = no # MIDI controls
-UNICODE_ENABLE = no # Unicode
-BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
-AUDIO_ENABLE = no # Audio output on port C6
-
-# upload: build
-# $(ATREUS_UPLOAD_COMMAND)
-