You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/eagle_viper/v2
MechMerlin 67053712f8 Refactor/eagle viper with new layouts for QMK Configurator (#2659)
* rename KEYMAP to LAYOUT_ALL

* Standard Layout Eagle Refactor

New layout LAYOUT_EAGLE
Got standard layout backspace working

* Remove split right shift support for standard layout eagle

* add back the KC_NO for split right shift

* Remove KC_NO from bottom row to support standard 60 layout

* Fix formatting issues with mechmerlin keymap

* remove extra KC_NO from split right shift in LAYOUT_EAGLE

* Preliminary checkin for new layout LAYOUT_VIPER

* Remove some of the KC_NO from the layout

* Fix formatting

* missed a KC_NO for the LAYOUT_EAGLE

* remove KC_NO from enter key of LAYOUT_VIPER

* some more formatting changes

* Default 60 with split left right shift and backspace

* add info.json layouts to match the new LAYOUTs

* change formatting of LAYOUT names

* propogate renames to info.json
7 years ago
..
keymaps Refactor/eagle viper with new layouts for QMK Configurator (#2659) 7 years ago
config.h profanum429@gmail.com (#2222) 7 years ago
indicator_leds.c Duck Eagle/Viper V2 support (#2216) 7 years ago
indicator_leds.h Duck Eagle/Viper V2 support (#2216) 7 years ago
matrix.c Remove _quantum functions from custom matrix.c code 7 years ago
readme.md Duck Eagle/Viper V2 support (#2216) 7 years ago
rules.mk Duck Eagle/Viper V2 support (#2216) 7 years ago
v2.c profanum429@gmail.com (#2222) 7 years ago
v2.h Refactor/eagle viper with new layouts for QMK Configurator (#2659) 7 years ago

readme.md

Duck Eagle/Viper V2

Non official firmware for custom Korean keyboard with 60% key layout made by Duck.
Group buy was run November 2016 via geekhack with 100 keyboards total.

Keyboard Maintainer: MechMerlin
Hardware Supported: Duck Eagle/Viper PCB Ver 2.0, Atmega32u4
Hardware Availability: Wait until GB of the next revision

Make example for this keyboard (after setting up your build environment):

make eagle_viper/v2:default

See build environment setup then the make instructions for more information.

Hardware Notes

The Duck Eagle/Viper V2 PCB consists of:

Microchips

2 74HC237D 3-to-8 line decoders 1 Atmega32u4 microcontroller 2 WS2811 LED controller

Notes

Thanks to Ralf Schmitt for previous implementations in his TMK fork and few helping words.

Based heavily on Rasmus Schults Duck Lightsaver QMK Port

Special thanks to profanum429 for debugging help and contributions to support the Viper and LED indicators.