Giter Club home page Giter Club logo

qmk_firmware's Introduction

Winry 25TC (Winry 25-Key RGB Backlight Hot Swap Mechanical Keyboard)

Multiple layers with per key colors

Tools used:

Example Make with QMK MSYS:

qmk compile -kb winry/winry25tc -km via

keymap.c

        KC_BSPC, KC_PSLS, KC_PAST, KC_PMNS, KC_DEL,
        KC_P7,   KC_P8,   KC_P9,   KC_PPLS, RGB_TOG,
        KC_P4,   KC_P5,   KC_P6,   KC_PENT, KC_RALT,
        KC_P1,   KC_P2,   KC_P3,   KC_UP,   TG(1),
        KC_P0,   KC_PDOT, KC_LEFT, KC_DOWN, KC_RGHT

        KC_PSCR, KC_SCRL, KC_PAUS, KC_NO,   _______,
        KC_INS,  KC_HOME, KC_PGUP, KC_NO,   KC_RCTL,
        KC_DEL,  KC_END,  KC_PGDN, _______, _______,
        KC_F12,  KC_F2,   KC_F3,   _______, _______,
        KC_F4,   KC_F5,   _______, _______, _______

winry25tc.h

    K00, K01, K02, K03, K04,   \
    K10, K11, K12, K13, K14,   \
    K20, K21, K22, K23, K24,   \
    K30, K31, K32, K33, K34,   \
    K40, K41, K42, K43, K44    \

    { K00,   K01,   K02,   K03,   K04   }, \
    { K10,   K11,   K12,   K13,   K14   }, \
    { K20,   K21,   K22,   K23,   K24   }, \
    { K30,   K31,   K32,   K33,   K34   }, \
    { K40,   K41,   K42,   K43,   K44   }, \

LED Map:

image

Layer 0:

IMG20221111160245

Layer 1:

IMG20221111160256

qmk_firmware's People

Contributors

realcarvedart avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.