Search found 2 matches

by The_SkatingLemon
27 Aug 2017, 06:02
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 405770

Here it is
Thanks for the help

#ifndef KEYMAP_COMMON_H
#define KEYMAP_COMMON_H

#include <stdint.h>
#include <stdbool.h>
#include "keycode.h"
#include "action.h"
#include "action_macro.h"
#include "report.h"
#include "host.h"
#include "print.h"
#include "debug.h"
#include "keymap.h"


/* GH60 ...
by The_SkatingLemon
23 Aug 2017, 14:06
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 405770

Having trouble with my keymap_poker.c file
Can anyone tell me where I'm going wrong?

#include "keymap_common.h"

const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* 0: qwerty */
KEYMAP_ANSI
(TAB, Q, W, E, R, T, Y, U, I, O, P, \
CAPS, A, S, D, F, G, H, J, K, L,QUOT, \
LSFT, Z, X ...

Go to advanced search